@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "microsoft yahei", "Arial";color:#333;outline:0;}
body{background:#f3f1f2;}
a{color:#989898;}
a:hover{color: #0065ab;}
a{outline: none;text-decoration: none;}

body {
    font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
    background: #fff;
}

.animate {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.mb40 {
	margin-bottom: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

/* 幻灯 */
.slide-box {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.slide-box .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	left:45%;
	z-index:10;
	margin:0 auto;
}
.slide-box .hd{
	overflow:hidden; zoom:1;
}
.slide-box .hd li{
	float:left;
	margin:0 5px;
	width:10px;
	height:10px;
	line-height:10px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.slide-box .hd li.on {
	background:#fdb91a;
	color:#fff;
	width: 30px;
}

.slide-box ul li p {
    position: absolute;
    display: block;
    width: calc( 100% - 10px );
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    color: #ffff;
    bottom: 0;
    background: url(../images/bg-03.png);
}

.slide-box ul li p a {
	color: #fff;
}

.slide-box .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slide-box .bd li {
	zoom:1;
	vertical-align:middle;
	position:relative;
}
.slide-box .bd img {
	width:100%;
	display:block;
}
.slide-box .bd li span {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:45px;
	line-height:22px;
	padding-top:5px;
	font-size: 16px;
	background:url(../images/bg05.png) left top repeat;
	color:#fff;
	text-align:center;
}
.slide-box .prev , .slide-box .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	filter:alpha(opacity=50);opacity:0.5;
}
.slide-box .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slide-box .prev:hover , .slide-box .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slide-box .prevStop , .slide-box .nextStop {
	display:none;
}


.login-alert-box {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/bg-05.png);
}

.login-alert {
	display: block;
	width: 400px;
	position: fixed;
	z-index: 1001;
	top: calc( 50% - 150px );
	left: calc( 50% - 200px );
}

.login-alert .login-form {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 20px 0 0 0;
}

.login-alert .login-form li {
	display: block;
	float: left;
	width: calc( 100% - 40px );
	padding: 0 20px 20px 20px;
}

.login-alert .login-form li input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: #ccc 1px solid;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	padding: 0 15px;
	font-size: 16px;
}

.login-alert .login-form li input.code {
	float: left;
	width: calc( 100% - 160px );
}

.login-alert .login-form li .check-box {
	display: inline-block;
	float: left;
	cursor: pointer;
}

.login-alert .login-form li .check-box b {
	display: inline-block;
	float: left;
	text-align: center;
	border: #ccc 1px solid;
}

.login-alert .login-form li .check-box > b > b {
	float: left;
	width: 12px;
	height: 12px;
	border: none;
	background: #ccc;
	margin: 3px;
}

.login-alert .login-form li .check-box > b.curr {
	border: #0065ab 1px solid;
}

.login-alert .login-form li .check-box > b.curr > b {
	background: #0065ab;
}

.login-alert .login-form li .check-box span {
	margin-left: 5px;
}

.login-alert .login-form li a {
	float: right;
}

.login-alert .login-form li img {
	float: right;
	width: 140px;
	height: 40px;
}

.login-alert .login-form li input[type="submit"] {
	background: #0065ab;
	float: left;
	width: calc( 100% - 160px );
	color: #fff;
	border: none;
}

.login-alert .login-form li input[type="button"] {
	float: right;
	background: #fdb91a;
	width: 140px;
	border: none;
}

.top-bar {
	display: block;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background: #e9eef2;
}

.top-bar .top-bar-box {
	display: block;
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
}

.top-bar .top-bar-box .top-bar-left {
	float: left;
	margin-right: 20px;
}

.top-bar .top-bar-box .top-bar-right {
	float: right;
	color: #333;
	cursor: pointer;
	margin-left: 20px;
}

.top-bar .top-bar-box a:hover {
	color: #f33;
}

.header {
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 193px;
	background: url(../images/head-bg.png) no-repeat center;
}

.search {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: 140px;
	overflow: hidden;
	
}

.search .from {
	display: block;
	float: right;
	margin-top: 84px;
	overflow: hidden;
}

.search .from input {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
}

.search .from .input {
	width: 220px;
	padding: 0 15px;
	border: #eee 1px solid;
	border-bottom-left-radius: 17px;
	border-top-left-radius: 17px;
}

.search .from .submit {
	width: 60px;
	background: #DE2B0D;
	color: #FFFFFF;
	border: #de2b0d 1px solid;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}

.menu-box {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: #fdb91a 4px solid;
}

.menu-box .menu {
	display: flex;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.menu-box .menu>li , .menu-box .menu>li>a {
	display: block;
	flex: 1 1 auto;
	letter-spacing: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.menu-box .menu>li>a {
	line-height: 50px;
	color: #333;
}

.menu-box .menu>li:last-child {
	background: none;
}

.menu-box .menu>li.curr , .menu-box .menu>li:hover {
	background:#fdb91a ;
}

.menu-box .menu>li.curr>a , .menu-box .menu>li:hover>a {
	line-height: 54px;
}

.menu-box .menu>li ul {
	display: none;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 10;
	padding: 5px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(../images/bg-05.png);
}

.menu-box .menu>li:hover ul {
	display: block;
}

.menu-box .menu>li ul a {
	display: block;
	float: left;
	width: calc( 100% - 10px );
	margin: 2px 5px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight:normal;
}

.menu-box .menu>li ul a:hover {
	background: #fff;
	border-radius: 5px;
	color: #333;
}

.banner {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	height: 500px;
	overflow: hidden;
}

.banner .slider-box {
	display: block;
	width: 100%;
}

.banner .slider-box img {
	width: 100%;
}

.banner-img {
	display: block;
	float: left;
	width: 100%;
	height: 500px;
}

.class-images {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.class-images img {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}

.notice-bar {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1200px;
	background: #e9eef2;
}

.notice-bar .notice-bar-box {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.notice-bar .notice-bar-box a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/horn.png) no-repeat left center;
	padding-left: 30px;
}

.notice-bar .notice-bar-box a span {
	float: right;
}

.box {
	display: block;
	width: 1200px;
	margin: 25px auto 0 auto;
	overflow: hidden;
}

.box .half-box {
	display: block;
	float: left;
	width: calc( 50% - 20px );
}

.box .half-box:nth-of-type(odd) {
	margin-right: 40px;
}

.cont-block {
	display: block;
}

.cont-block-title {
	display: block;
	height: 45px;
	overflow: hidden;
	border-bottom: #e5e5e5 1px solid;
}

.cont-block-title.border-bg {
	border: none;
	height: 49px;
	background: url(../images/title-border-bg.png) repeat-x bottom;
}

.cont-block-title div {
	float: left;
	height: 45px;
	line-height: 45px;
	color: #989898;
	font-size: 18px;
	font-weight: bold;
	padding:0 20px;
	cursor: pointer;
}

.cont-block-title div.curr {
	color: #fff;
	padding-right: 50px;
	cursor: default;
	background: url(../images/title-bg.png) no-repeat right center;
}

.cont-block-title .more {
	display: block;
	float: right;
	height: 45px;
	line-height: 45px;
}

.cont-block-title ul {
	display: block;
	float: right;
	height:26px;
	margin: 10px 0;
}

.cont-block-title ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	background: #eee;
	margin-left: 15px;
	padding: 0 15px;
	color: #0065ab;
	cursor: pointer;
}

.cont-block-title ul li.curr {
	background: #0065ab;
	color: #fff;
	cursor: default;
}

.cont-block-box {
	display: none;
	width: 100%;
	overflow: hidden;
}

.cont-block-box.curr {
	display: block;
}

.cont-block-box a {
	display: block;
	padding-left: 24px;
	height: 39px;
	line-height: 39px;
	border-bottom: #f0f0f0 1px dashed;
	color: #333;
	background: url(../images/list-bg.png) no-repeat left center;
}

.cont-block-box a:hover {
	color: #0065AB;
}

.cont-block-box a span {
	float: right;
}

.cont-box {
	display: none;
}

.cont-box.curr {
	display: block;
	overflow: hidden;
	min-height: 280px;
}

.news-slider {
	display: block;
	float: left;
	width: 575px;
	height: 360px;
}

.news-slider .slider-img {
	display: block;
	float: left;
	width: 575px;
	height: 360px;
}

.news-slider .hd {
	right: 0;
	left: auto;
}

.top-news {
	float: right;
	width: 100%;
	height: 360px;
}

.news-slider ~ .top-news {
	width: 605px;
}

.service {
	display: block;
	height: 110px;
	padding: 20px 0 0 20px;
	background: #f7f7f7;
}

.service a {
	display: block;
	float: left;
	margin-right: 40px;
	width: 200px;
	height: 90px;
	color: #7b7b7b;
	text-align: center;
	background: url(../images/service-bg.png) no-repeat;
}

.service a span {
	display:inline-block;
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	font-weight: normal;
	clear: inherit;
}

.service a .icon {
	font-size: 42px;
	line-height: 85px;
	vertical-align: middle;
	margin-right: 10px;
}

.service a:last-child {
	margin: 0;
}

.service a:hover {
	color: #0077AA;
}

.user-unit {
	display: block;
	width: calc( 100% - 2px );
	height: 200px;
	border: #e5e5e5 1px solid;
	border-top: none;
}

.user-unit .sub-box {
	float: left;
	width: 166px;
	height: 200px;
	overflow: hidden;
	
}

.user-unit .sub-box li {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f7f7f7;
	border-bottom: #e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	box-sizing: border-box;
	cursor: pointer;
}

.user-unit .sub-box li:last-child {
	border-bottom: none;
}

.user-unit .sub-box li.curr {
	background: #fff;
	border-right: #fff 1px solid;
	cursor: default;
	font-weight: bold;
	color: #0065AB;
}

.sub-cont-box {
	display: none;
	float: left;
	width: 1032px;
	padding-top: 12px;
	overflow: hidden;
}

.sub-cont-box.curr {
	display: block;
}

.sub-cont-box a {
	display: block;
	float: left;
	width: calc( 25% - 10px );
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	text-align: center;
	color: #444;
}

.sub-cont-box a:hover {
	color: #0065AB;
}

.advertise {
	display: block;
	width: 1200px;
	height: 136px;
	overflow: hidden;
}

.advertise-img {
	display: block;
	float: left;
	width: 1200px;
	height: 136px;
}

.credentials-label {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: #E5E5E5 1px solid;
	background: #F7F7F7;
}

.credentials span {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.credentials .name {
	width: 280px;
	padding: 0 10px;
}

.credentials .number {
	width: 150px;
	padding: 0 10px;
}

.credentials .time {
	width: 129px;
}

.credentials .cont-box span {
	font-weight: normal;
}

.credentials .cont-box .name {
	text-align: left;
}

.credentials .cont-box a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	border-bottom: #E5E5E5 1px solid;
}

.credentials .cont-box a:nth-of-type(even) {
	border-left: #e5e5e5 1px solid;
}

.expert-box {
	display: block;
	width: 100%;
	min-height: 186px;
	overflow: hidden;
	padding: 20px 0;
}

.expert-box .item {
	display: block;
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 24px;
}

.expert-box .item:last-child {
	margin: 0;
}

.expert-box .head {
	width: 150px;
	height: 150px;
	border-radius: 90px;
	overflow: hidden;
	box-sizing: border-box;
	border: #e7e7e7 1px solid;
}

.expert-box .head img {
	width: 100%;
}

.expert-box span {
	display: block;
	padding-top: 15px;
	text-align: center;
}

.logo-box {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 25px 0 29px 0;
	background-color: #f7f7f7;
	background: url(../images/title-border-bg.png) repeat-x bottom #f7f7f7;
}

.logo-list {
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.logo-list .item {
	display: block;
	float: left;
	width: 148px;
	height: 94px;
	line-height: 94px;
	border: #e5e5e5 1px solid;
	margin-right: 25px;
	background: #fff;
}

.logo-list .item:last-child {
	margin: 0;
}

.logo-list .item img {
	display: block;
	max-width: 148px;
	max-height: 94px;
	margin: 0 auto;
}

.footer , .footer-bottom {
	display: block;
	width: 100%;
	min-width: 1200px;
	background: #0065ab;
}

.footer-bottom {
	background: #00538c;
}

.footer .footer-cont-box , .footer-bottom .footer-bottom-box {
	display: block;
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
	overflow: hidden;
}

.footer-cont-box .item {
	display: block;
	float: left;
	width: 380px;
	overflow: hidden;
}

.footer-cont-box .item.sub-menu {
	width: 350px;
	margin-right: 50px;
}

.footer-cont-box .item.about-us {
	width: 430px;
}

.footer-cont-box .item.ercode {
	width: 370px;
}

.footer-cont-box .item.ercode .ercode-img {
	display: block;
	float: right;
	width: 130px;
}

.footer-cont-box .item.ercode .ercode-img img {
	display: block;
	width: 100%;
}

.footer-cont-box .item.ercode .ercode-img span {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 0 0 0;
}

.footer-cont-box .item .footer-title {
	color: #fff;
	font-size: 16px;
	height: 30px;
}

.footer-cont-box .item .footer-sub-menu {
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.footer-cont-box .item .footer-sub-menu a {
	display: block;
	width: 30%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding-left: 13px;
	background: url(../images/link-arrow.png) no-repeat left center;
}

.footer-cont-box .item .row {
	display: block;
	padding: 3px 0;
	overflow: hidden;
	color: #fff;
}

.footer-cont-box .item .phone {
	font-size: 30px;
	font-weight: bold;
}

.footer-cont-box .item .address {
	padding-left: 20px;
	background: url(../images/address-icon.png) no-repeat left center;
}

.footer-cont-box .item .mail {
	padding-left: 20px;
	background: url(../images/mail-icon.png) no-repeat left center;
}

.footer-cont-box .item .code-qq {
	display: block;
	float: left;
	width: 100px;
	padding: 40px 0 0 20px;
}

.footer-cont-box .item .code-qq a {
	display: block;
	float: left;
	width: 68px;
	padding-left: 26px;
	height: 22px;
	line-height: 23px;
	margin-bottom: 23px;
	color: #333;
	font-size: 12px;
	background: url(../images/qq-bg.png) no-repeat;
}

.footer-bottom-box .bottom-link {
	display: block;
	float: left;
	border: #979797 1px solid;
	width: 118px;
	height: 48px;
	margin-right: 25px;
}

.footer-bottom-box .bottom-link img {
	width: 118px;
	height: 48px;
}

.copyright {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: #fff;
}


.left-sub {
	display: block;
	float: left;
	overflow: hidden;
	width: 280px;
}

.left-sub-box , .left-search-box {
	display: block;
	padding: 10px 0;
}

.left-sub-box li {
	display: block;
	margin: 5px 0;
	background: #eee;
}

.left-sub-box li > a , .left-sub-box li > span {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.left-sub-box li > a:hover , .left-sub-box li.curr > a , .left-sub-box li.curr > span {
	color: #fff;
	background: #0065ab;
}

.left-sub-box li ul {
	display: none;
}

/*.left-sub-box li.curr ul {
	display: block;
}*/

.left-sub-box li ul a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 25px;
}

.left-sub-box li ul a:hover , .left-sub-box li ul a.curr {
	background: #fdb91a;
	color: #333;
}

.left-search-box .search-input {
	display: block;
	box-sizing: border-box;
	height: 38px;
	padding: 0 10px;
	font-size: 14px;
	width: 100%;
	border: #F5F5F5 3px solid;
}

.left-search-box .search-button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 38px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 10px;
	background: #fdb91a;
}

.left-list-box {
	display: block;
	margin-bottom: 20px;
}

.left-list-box a {
	display: block;
	margin-top: 15px;
}

.left-list-box a .time {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	border-left:#feb81a 3px solid;
}

.left-list-box a .title {
	margin-top: 5px;
}

.right-box {
	display: block;
	float: right;
	width: 890px;
}

.show-content {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	min-height: 600px;
}

.show-member-content {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	min-height: 600px;
	font-size: 16px;
}

.show-title {
	display: block;
	padding: 30px 0 30px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #ccc 1px dashed;
}

.show-info {
	display: block;
	padding: 10px 0;
	text-align: right;
}

.show-info span {
	display: inline-block;
	margin-left: 15px;
}

.show-next-prev {
	display: block;
	border-top: #ccc 1px dashed;
	padding: 10px 0;
}

.show-next-prev a {
	float: left;
}

.show-next-prev a:last-child {
	float: right;
}

.show-list , .show-user {
	display: block;
	overflow: hidden;
	min-height: 485px;
}

.show-user .user-header {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	margin-top: 10px;
}

.show-user .user-header span {
	display: inline-block;
	padding: 0 10px;
}

.show-user .user-header span.time {
	width: 80px;
	text-align: center;
	float: right;
}

.show-user .user-header span.credential {
	width: 200px;
	text-align: center;
	float: right;
}

.show-list a , .show-user a {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: #ccc 1px dashed;
}

.show-user a {
	padding: 10px 0;
}

.show-list a .time {
	display: block;
	width: 160px;
	overflow: hidden;
	float: left;
}

.show-user a .time , .show-user a .credential {
	display: block;
	width: 80px;
	padding: 0 10px;
	overflow: hidden;
	float: right;
	text-align: right;
}

.show-user a .credential {
	display: block;
	width: 200px;
	text-align: center;
}

.show-list a .time .date , .show-list a .time .year {
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #0065ab;
	color: #fff;
	font-size: 16px;
}

.show-list a .time .year {
	background: none;
	color: #0065ab;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.show-list a .content {
	display: block;
	float: left;
	width: 470px;
	height: 120px;
	overflow: hidden;
}

.show-list a .content .title {
	display: block;
	float: left;
	width: 100%;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #0065ab;
}

.show-list a .content.no-image {
	width: 730px;
}

.show-list a .image {
	display: block;
	float: right;
	width: 200px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.show-list a .image img {
	max-width: 100%;
}

.pages {
	display: block;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}

.pages li {
	display: inline-block;
}

.pages li a , .pages li span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 2px;
	box-sizing: border-box;
	border:#eee 1px solid;
	color: #333;
}

.pages li span {
	cursor: default;
}

.pages .active span {
	background: #0065ab;
	color: #fff;
}

.pages .disabled span {
	color: #ccc;
}

.expert-list {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	min-height: 760px;
}

.expert-list li {
	display: block;
	position: relative;
	float: left;
	width: 280px;
	overflow: hidden;
	margin: 10px 25px 10px 0;
}

.expert-list li:nth-child(3n) {
	margin-right: 0;
}

.expert-list li .img {
	display: block;
	float: left;
	overflow: hidden;
	width: 280px;
	height: 360px;
	border-radius: 20px;
}

.expert-list li .img img {
	width: 100%;
}

.expert-list li .title {
	display: block;
	width: 100%;
	position: absolute;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	bottom: 0;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: url(../images/bg-05.png);
}

.expert-img {
	width: 100%;
	max-height: 300px;
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}

.expert-img img {
	max-height: 300px;
}

.friend-link {
	background: none;
	color: #fff;
	border: none;
	font-size: 14px;
	background: url(../images/link-arrow.png) no-repeat left center;
	padding: 2px 0 5px 10px;
}

.friend-link option {
	color: #333;
}
