.sr-bdimgshare-black .bdimgshare-bg,.sr-bdimgshare .bdimgshare-content{display: none!important;}

#shoadow {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}

#loginBox{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 470px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-left: -200px;
	margin-top: -235px;
	display: none;
}
.closeBtn{
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px;
    width: 34px;
    height: 42px;
    background: url(../images/addBoxCloseBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
#addBox .closeBtn img {
    margin-top: 12px;
    transform: rotate(0deg);
    transition: all 0.5s;
}
#addBox .closeBtn:hover img {
    transform: rotate(90deg);
    transition: all 0.5s;
}

.account h3 {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-bottom: 40px;
}
.label {
    border: 1px solid #bbb;
    border-radius: 2px;
    width: 338px;
    height: 52px;
    margin: 25px 0 15px;
    padding-left: 60px;
    box-sizing: border-box;
}
.label.password {
    background: url(/resource/img/suo-1.png) no-repeat 17px center;
}
.account p {
    line-height: 58px;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.account .ts {
    overflow: hidden;
    line-height: initial;
}
.label.user {
    background: url(/resource/img/login-1.png) no-repeat 17px center;
}
.btn {
    background: #3a85f8;
    border-radius: 2px;
    width: 340px;
    height: 54px;
    font-size: 20px;
    color: rgba(255,255,255,1);
    line-height: 54px;
    border: none;
}
.account p a {
    color: #0f1419;
}
.label.error {
    border: 1px solid #E44845;
}
.ts span {
    float: left;
    color: #E44845;
    font-size: 14px;
    display: none;
}
.label.focus {
    border: 1px solid #3a85f8;
}

/* 鍏叡鏍峰紡 */
img{
    vertical-align: top;
}
.place{
    width: 100%;
    height: 32px;
    display: block;
}
button{
    cursor: pointer;
}

/*  adv */
.adv{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    overflow: hidden;
    height: 120px;
    position: relative;
}
.adv img{
    height: 120px;
    width: auto;
    position: absolute;
    left:50%;
    top:0;
    transform: translateX(-50%);
}

/* header */
header{
    width: 100%;
    height: 34px;
    background: #000;
}
.head{
    width: 1200px;
    margin:0 auto;
    font-size:14px;
    color:#fff;
    line-height:34px;
}
.head a{
    color:#fff;
    display: inline-block;
}
.head .item{
    margin-right: 40px;
    position: relative;
}
.head .item img{
    width: 14px;
    height: 8px;
    margin-top: 13px;
    margin-left: 15px;
}
.head .item ul{
    position: absolute;
    top:34px;
    left:0;
    background: #000;
    display: none;
}
.head .item ul li{
    text-align: center;
    padding: 0 6px!important;
}
.head p{
    margin-right: 40px;
}

/* main */
.main{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.art{
    width: 750px;
    margin-right: 50px;
    position: relative;
}
.school{
    width: 400px;
    position: relative;
}

/* art */
.art h3{
    font-size:34px;
    color:#333;
    line-height:44px;
}
.art .school-info{
    font-size:16px;
    color:#333;
    line-height:36px;
    margin: 20px 0 0;
    font-weight: normal;
}
.art .school-info span{
    color:#999;
    font-size:14px;
    margin-left: 20px;
}
.art .bigimg{
    width: 100%;
    margin: 30px 0;
}
.art .cont p{
    font-size:16px;
    color:#333;
    line-height:30px;
    margin: 0 ;
}
.art .cont p.contentImg{
	text-align: center;
}
.art .cont p span{
    font-weight: bold;
}
.art .cont p .small-title{
    margin-bottom: 20px;
    display: block;
}
.art .cont p img{
    margin:30px;
    width: 690px;
}
.art .notes p{
    font-size:14px;
    color:#333;
    line-height:24px;
    margin:60px 0 40px;
}
.art .notes p span{
    color:#e51215;
}
.art .notes li{
    border-radius: 15px;
    border:1px solid #6b7079;
    height:30px;
    padding: 0 15px;
    font-size:14px;
    color:#6b7079;
    line-height:30px;
    margin-right: 20px;
}
.art .notes li:hover{
	border-color: #3a85f8;
}

.art .notes li a{
	color: #6b7079;
}
.art .notes li:hover a{
	color: #3a85f8;
}
.fabulous{
    width: 200px;
    margin: 0 auto;
    margin-top: 80px;
}
.fabulous li,
.fabulous li img{
    width:50px;
    cursor: pointer;
}
.fabulous li {
    position: relative;
}
.fabulous li p{
    font-size:16px;
    color:#333;
    line-height:56px;
    text-align: center;
}
.fabulous li>span { 
    position: absolute;
    top: -20px;
    left: 18px;
    display: none;
    font-size:12px;
    text-align: center;
    color:#f75959;
    transition: all 0.1s;
}
.fabulous li>span.on{
	display: block;
	transform: scale(2);
	opacity: 0;
	top: -40px;
	transition: all 1s;
}
article{
    padding-bottom: 50px;
    border-bottom:1px solid #eee;
    word-break: break-all;
}
article table {
	border-collapse: collapse; padding: 0;
	text-align: center;
	width: 100%;
	margin: 0!important;
	display: table;
}

article table td,article table th{
	border: 1px solid #ccc;
	padding: 10px 0;
	font-size: 16px!important;
}
article table td span,article table th span{
	font-size: 16px!important;
}
article#gscass table td,article#gscass table th{
	border: none;
}
article#haust table td,article#haust table th{
	border: none;
}
article#cup strong{
	font-weight: 400;
	color: #333;
    line-height: 32px;
}
article#cupl b{
	font-weight:400;
}
article#ustb img{
	display: block;
}
article#dhu strong{
	display: block;
}
article#tsinghua_pbcsf div span{
	display: block;
	margin: 10px 0 20px;
}
article#tsinghua_pbcsf .cont p span{
	display: inline;
	margin: 0;
}
article#tsinghua_pbcsf div.notes span{
	display: inline;
	margin: 0;
}
/* message */
.message{
    width: 690px;
    border:1px solid #ddd;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin:30px;

}
.message img{
    width:690px;
    height: auto;
    margin-left: -1px; 
}
.message p{
    font-size:16px;
    color:#333;
    line-height:26px;
    width: 650px;
    margin: 15px auto 10px;
}
.message span{
    font-size:14px;
    color:#666;
    line-height:14px;
    width: 650px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

/* recommend */
.tit{
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.tit p{
    font-size:18px;
    color:#333;
    font-weight: bold;
    line-height:18px;
    padding-left: 15px;
}
.tit span{
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 30px;
    background:#3a85f8;
}
.recommend {
    border-top:1px solid #eee;
}
.recommend .list{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.recommend .list a:visited h4,
.recommend .list a:visited p{
    color:#999;
}
.recommend .list h4{
    font-size:20px;
    color:#333;
    line-height:30px;
    margin-bottom: 15px;
}
.recommend .list1 h4{
    width: 480px;
}
.recommend .list.linked h4,
.recommend .list.linked p{
    color:#999;
}
.recommend .list i{
    font-size:12px;
    color:#b9655b;
    line-height:16px;
    border:1px solid #b9655b;
    border-radius:3px;
    height:16px;
    padding:0 2px;
    font-style: normal;
    margin-right: 10px;
}
.recommend .list i.color2{
    color:#00618d;
    border:1px solid #00618d;
}
.recommend .list span{
    font-size:14px;
    color:#999;
    line-height:16px;
}
.recommend .list1 img{
    width: 240px;
    height:135px;
}
.recommend .list p{
    font-size:16px;
    color:#333;
    line-height:26px;
    margin-bottom: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recommend .list li,
.recommend .list li img{
    width: 240px;
    height: 135px;
}
.recommend .list li{
    margin-right: 15px;
    margin-bottom: 20px;
}
.recommend .list li:last-child{
    margin-right: 0;
}
.recommend .list i.color3{
    color:#70518a;
    border:1px solid #70518a;
}
.recommend .list i.color4{
    color:#649564;
    border:1px solid #649564;
}
.recommend .list p{
    font-size:14px;
    color:#333;
    line-height:24px;
    margin-bottom: 15px;
}
.recommend .list p img{
    width:auto;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
/* comment */
.publish{
     padding-bottom: 30px;
     border-bottom:1px solid #ddd; 
}
.publish button{
    background:#3b8bf8;
    width:120px;
    height:50px;
    font-size:16px;
    color:#fff;
    line-height:50px;
    border:none;
}
.publish div{
    width:600px;
    height: 50px;
    position: relative;
    font-size:16px;
    color:#333;
    line-height:50px;
}
.publish div img{
    position: absolute;
    left:20px;
    top:18px;
    width: 18px;
    height: 16px;
}
.publish div input{
    width: 100%;
    height: 100%;
    border:1px solid #ddd;
    padding-left: 50px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.comment li{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.comment li img.fl{
    width:40px ;
    height: 40px;
    margin-right: 10px;
}
.comment li div{
    width: 700px;
}
.comment li h5 i{
    font-size:14px;
    color:#3a85f8;
    line-height:14px;
    font-weight: bold;
    font-style: normal;
}
.comment li h5 em{
    font-size:14px;
    color:#666;
    line-height:14px;
    font-style: normal;
    font-weight: normal;
}
.comment li h5 em img{
    width:16px ;
    height: 14px;
    vertical-align: top;
    margin-right: 10px;
}
.comment li span{
    font-size:14px;
    color:#666;
    line-height:14px;
    margin:15px 0;
    display: block;
}
.comment li p{
    font-size:14px;
    color:#333;
    line-height:24px;
}
.comment li p.hide{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.comment li a.all-news{
    font-size:16px;
    color:#999;
    line-height:32px;
    background:#fafafa;
    width:700px;
    height:32px;
    display: block;
    padding-left: 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}
.comment li b{
    display: block;
    font-size:14px;
    color:#999;
    line-height:14px;
    margin-top: 5px;
    font-weight: normal;
}
.comment li b em{
    font-style: normal;
    margin-right: 8px;
}
.comment li b img{
    width:10px ;
    height: 6px;
    vertical-align: top;
    margin-top:4px ;
    transition:.3s all ease;
    -moz-transition:.3s all ease; 
    -webkit-transition: .3s all ease; 
    -o-transition:.3s all ease; 
}
.comment .see-all{
    font-size:16px;
    color:#333;
    line-height:66px;
    text-align:center;
    height: 66px;
    background:#eee;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 30px;
}


/* 浜や簰 */
.recommend .list h4:hover,.message p:hover,.comment li h5 em:hover {
    color: #3a85f8;
    
}
.comment li a.all-news:hover,.comment .see-all:hover {
    color: #fff;
    background-color: #3a85f8;
}
.comment .see-all:hover a {
    color: #fff;
}

.fabulous li:hover p,.fabulous li.on p{
    color: #f75959;
}







































/* 公共样式 */
img{
	vertical-align: top;
}
.place{
	width: 100%;
	height: 32px;
	display: block;
}
button{
	cursor: pointer;
}

/*  adv */
.adv{
	width: 100%;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
	height: 120px;
	position: relative;
}
.adv img{
	height: 120px;
	width: auto;
	position: absolute;
	left:50%;
	top:0;
	transform: translateX(-50%);
}

/* header */
header{
	width: 100%;
	height: 34px;
	background: #000;
}
.head{
	width: 1200px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	line-height:34px;
}
.head a{
	color:#fff;
	display: inline-block;
}
.head .item{
	margin-right: 40px;
	position: relative;
}
.head .item img{
	width: 14px;
	height: 8px;
	margin-top: 13px;
	margin-left: 15px;
}
.head .item ul{
	position: absolute;
	top:34px;
	left:0;
	background: #000;
	display: none;
}
.head .item ul li{
	padding: 0 6px;
}
.head p{
	margin-right: 40px;
}

/* nav */
nav{
	width: 100%;
	height: 74px;
	background: #fff;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.12);
}
.nav{
	width: 1200px;
	margin:0 auto;
}
.nav .logo{
	width: auto;
	height:30px ;
	margin-top: 22px;
	margin-right: 40px;
}
.nav p,
.nav p a{
	font-size:16px;
	color:#333;
	line-height:74px;
}
.nav p span{
	color: #999;
}
.nav .search{
	width: 400px;
	height: 44px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	background:#fafafa;
	margin-top: 15px;
	position: relative;
}
.nav .region{
	width: 67px;
	height: 34px;
	margin-top: 5px;
	border-right:1px solid #ddd;
	position: relative;
}
.nav .region img{
	position: absolute;
	right:10px;
	width: 10px;
	height: 6px;
	top:14px;
	transition: .3s all ease;
}
.nav .region select{
	width: 100%;
	height: 100%;
	background: none;
	border:none;
	padding-left: 10px;
	font-size:16px;
	color:#333;
	line-height:34px;
}
.nav .region option{
	text-align: center;
}
.nav .search input{
	width: 174px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	background: none;
	border:none;
	margin-top: 5px;
	font-size:16px;
	color:#333;
	line-height:34px;
}
.nav .search button{
	background:#3b8bf8;
	width:80px;
	height:44px;
	font-size:16px;
	color:#fff;
	line-height:44px;
	position: absolute;
	right:-1px;
	top:-1px;
	border:1px solid #3b8bf8;
}

/* main */
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.art{
	width: 750px;
	margin-right: 50px;
	position: relative;
}
.school{
	width: 400px;
	position: relative;
}

/* art */
.art h3{
	font-size:34px;
	color:#333;
	line-height:44px;
}
.art .school-info{
	font-size:16px;
	color:#333;
	line-height:36px;
	margin: 20px 0 0;
	font-weight: normal;
}
.art .school-info a{
	color: #666;
}
.art .school-info a:hover{
	color: #337FE5!important;
}
.art .school-info span{
	color:#999;
	font-size:14px;
	margin-left: 20px;
}
.art .bigimg{
	width: 100%;
	margin: 30px 0;
}
.art article>.cont>p{
	margin: 20px  0;
}
.art .cont p{
	font-size:16px;
	color:#333;
	line-height:32px;
}
.art .cont p span{
	font-weight: 400;
}
.art .cont table p span{
	font-weight: unset;
}
.art .cont p .small-title{
	margin-bottom: 20px;
	display: block;
}
.art .cont p img{
	margin:0 auto;
	width: auto;
	max-width: 100%;
}
.art .notes p{
	font-size:14px;
	color:#333;
	line-height:24px;
	margin:60px 0 40px;
}
.art .notes p span{
	color:#e51215;
}
.art .notes li{
	border-radius: 15px;
	border:1px solid #6b7079;
	height:30px;
	padding: 0 15px;
	font-size:14px;
	color:#6b7079;
	line-height:30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fabulous{
	width: 200px;
	margin: 0 auto;
	margin-top: 80px;
}
.fabulous li,
.fabulous li img{
	width:50px;
	cursor: pointer;
}
.fabulous li p{
	font-size:16px;
	color:#333;
	line-height:56px;
	text-align: center;
}
.article{
	padding-bottom: 50px;
	border-bottom:1px solid #eee;
}

/* message */
.message{
	width: 690px;
	border:1px solid #ddd;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:30px;

}
.message img{
	width:690px;
	height: auto;
	margin-left: -1px; 
}
.message p{
	font-size:16px;
	color:#333;
	line-height:26px;
	width: 650px;
	margin: 15px auto 10px;
}
.message span{
	font-size:14px;
	color:#666;
	line-height:14px;
	width: 650px;
	margin: 0 auto;
	display: block;
    margin-bottom: 15px;
}

/* recommend */
.tit{
	width: 100%;
	position: relative;
	padding: 30px 0;
}
.tit p{
	font-size:18px;
	color:#333;
	font-weight: bold;
	line-height:18px;
	padding-left: 15px;
}
.tit span{
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 30px;
	background:#3a85f8;
}
.recommend {
	border-top:1px solid #eee;
}
.recommend .list{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.recommend .list h4{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-bottom: 15px;
}
.recommend .list1 h4{
	width: 480px;
}
.recommend .list.linked h4,
.recommend .list.linked p{
	color:#999;
}
.recommend .list i{
	font-size:12px;
	color:#b9655b;
	line-height:16px;
	border:1px solid #b9655b;
	border-radius:3px;
	height:16px;
	padding:0 2px;
	font-style: normal;
	margin-right: 10px;
}
.recommend .list i.color2{
	color:#00618d;
	border:1px solid #00618d;
}
.recommend .list span{
	font-size:14px;
	color:#999;
	line-height:16px;
}
.recommend .list1 .fr{
	width: 240px;
	height:135px;
	overflow: hidden;
}
.recommend .list1 img{
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}
.recommend .list1:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}
.recommend .list p{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.recommend .list li,
{
	width: 240px;
	height: 135px;
	
}
.recommend .list li img{
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}
.recommend .list li{
	margin-right: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.recommend .list li:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
}
.recommend .list li:last-child{
	margin-right: 0;
}
.recommend .list i.color3{
	color:#70518a;
	border:1px solid #70518a;
}
.recommend .list i.color4{
	color:#649564;
	border:1px solid #649564;
}
.recommend .list p{
	font-size:14px;
	color:#999;
	line-height:24px;
	margin-bottom: 15px;
	text-align: left;
}
.list .theme button.end{
	    background: #f6f6f6;
    color: #333;
}
.recommend .list p img{
	width:12px!important;
	margin-right: 10px;
	vertical-align: top;
}

/*  hot  */
.hot .swiper-container{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.hot .swiper-container img{
	width: auto;
	height:80px;
	margin-bottom: 10px;
}
.hot .swiper-container p{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.hot{	
	border-bottom: 1px solid #ddd;
}

/* comment */
.publish{
	 padding-bottom: 30px;
	 border-bottom:1px solid #ddd; 
}
.publish button{
	background:#3b8bf8;
	border-radius:4px;
	width:120px;
	height:50px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	border:none;
}
.publish div{
	width:600px;
	height: 50px;
	position: relative;
	font-size:16px;
	color:#333;
	line-height:50px;
}
.publish div img{
	position: absolute;
	left:20px;
	top:18px;
	width: 18px;
	height: 16px;
}
.publish div input{
	width: 100%;
	height: 100%;
	border:1px solid #ddd;
	border-radius:3px;
	padding-left: 50px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.comment li{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.comment li img.fl{
	width:40px ;
	height: 40px;
	margin-right: 10px;
}
.comment li div{
	width: 700px;
}
.comment li h5 i{
	font-size:14px;
	color:#3a85f8;
	line-height:14px;
	font-weight: bold;
	font-style: normal;
}
.comment li h5 em{
	font-size:14px;
	color:#666;
	line-height:14px;
	font-style: normal;
	font-weight: normal;
}
.comment li h5 em img{
	width:16px ;
	height: 14px;
	vertical-align: top;
	margin-right: 10px;
}
.comment li span{
	font-size:14px;
	color:#666;
	line-height:14px;
	margin:15px 0;
	display: block;
}
.comment li p{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.comment li p.hide{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.comment li a.all-news{
	font-size:16px;
	color:#999;
	line-height:32px;
	background:#fafafa;
	width:700px;
	height:32px;
	display: block;
	padding-left: 10px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
}
.comment li b{
	display: block;
	font-size:14px;
	color:#999;
	line-height:14px;
	margin-top: 5px;
	font-weight: normal;
}
.comment li b em{
	font-style: normal;
	margin-right: 8px;
}
.comment li b img{
	width:10px ;
	height: 6px;
	vertical-align: top;
	margin-top:4px ;
	transition:.3s all ease;
}
.comment .see-all{
	font-size:16px;
	color:#333;
	line-height:66px;
	text-align:center;
	height: 66px;
	background:#eee;
	margin-top: 30px;
	cursor: pointer;
	margin-bottom: 30px;
}

/* apply */
.apply{
	background:#fafafa;
	width:400px;
	height:274px;
	text-align: center;
	margin-bottom: 30px;
}
.apply .logo2{
	width:80px;
	height: 80px;
	margin: 20px 0;
}
.apply p.name{
	font-size:20px;
	color:#333;
	font-weight: bold;
	line-height:20px;
	margin-bottom: 20px;
}
.apply p.name img{
	width:20px;
	height: 20px;
	margin-left: 8px;
}
.apply a{
	background:#3b8bf8;
	border-radius:2px;
	width:332px;
	height:44px;
	display: block;
	font-size:14px;
	color:#fff;
	line-height:44px;
	margin: 0 auto;
}
.apply p.apply-count{
	font-size:14px;
	color:#333;
	line-height:30px;
	margin-top: 20px;
}
.apply p.apply-count img{
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

/* mokao */
.mokao{
	padding-bottom: 15px;
}
.mokao div{
	position: relative;
	width: 100%;
}
.mokao div img{
	width: 100%;
	height: auto;
}
.mokao div p{
	position: absolute;
	left:0;
	top:0;
	font-size:14px;
	color:#fff;
	line-height:38px;
	background:rgba(0,0,0,.5);
	height:38px;
	width: 385px;
	padding-left: 15px;
}
.mokao li{
	height:38px;
	width: 385px;
	padding-left: 15px;
	font-size:14px;
	color:#333;
	line-height:38px;
	background:#fafafa;
	margin-top: 5px;
}

/* score */
.score{
	border:1px solid #dddddd;
	width:398px;
	height:276px;
	margin-bottom: 20px;
}
.score-tit li{
	width:132px ;
	height:44px;
	border-right:1px solid #e5e5e5 ;
	border-bottom:1px solid #e5e5e5 ;
	text-align: center;
	font-size:14px;
	color:#333;
	line-height: 44px;
	position: relative;
	background:#fafafa;
	cursor: pointer;
}
.score-tit li.on{
	color:#3c90f8;
	font-weight: bold;
	border-bottom:none;
	background: #fff;
}
.score-tit li.on span{
	display: block;
}
.score-tit li:last-child{
	border-right:none;
}
.score-tit li img{
	width:8px;
	height:4px;	
	vertical-align: middle;
    margin-left: 10px;
}
.score-tit li span{
	display: none; 
	width: 100%;
	position: absolute;
	top:0;
	height: 3px;
	background:#3a85f8;
	left:0;
}
.score-cont ul{
	display: none;
}
.score-cont ul.on{
	display: block;
}
.score-cont li{
	/*margin-top: 25px;*/
	padding:0 20px; 
}
.score-cont li img.fl{
	width:44px;
	height:44px;
	margin-right: 10px;
}
.score-cont li p{
	font-size:14px;
	color:#333;
	line-height:22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* title */
.title-new{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(../img/dibu.png) no-repeat 0 bottom;
	background-size: 100% 2px;
}
.title-new p{
	font-size:18px;
	color:#3a85f8;
}
.title-new p.fr a{
	font-size:16px;
	color:#ff6e00;
}
.title-new p img{
	height: 16px;
	width: auto;
	margin-right: 8px;
	vertical-align: baseline;
}
.title-new p.fr a.small-more{
	font-size:14px;
	color:#aaa;
}

/* ask */
.ask .question li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.ask .question h3{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 20px;
}
.ask .question h3 img,
.ask .question .ans img{
	height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.ask .question .ans span,
.ask .question h3 span{
	width: 90%;
}
.ask .question div img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.ask .question div p{
	font-size:14px;
	color:#333;
	font-style: 20px;
}
.ask .question div span{
	color: #999;
}
.ask .question .ans{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-top: 7px;
}
.ask .question h4 a{
	font-size:14px;
	color:#3b8bf8;
}
.ask .question h4 img{
	height: 14px;
	margin-right:10px ;
	vertical-align: middle;
}
.ask .see-more{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding: 15px 0;
	display: block;
	text-align: center;
}

/* rank */
.rank ul{
	padding: 5px 0;
}
.rank li{
	font-size:14px;
	color:#333;
	line-height:24px;
	margin: 10px 0;
}
.rank li img{
	height: 14px;
	margin-right: 2px;
	margin-top: 5px;
}
.rank li img.zhong{
	height: 4px;
	width: auto;
	margin-right: 0;
}
.rank li div{
	width:20px ;
	margin-right: 15px;
	text-align: center;
}
.rank li div span{
	width: 20px;
	text-align: center;
	display: block;
}

/* Encyclopedias */
.encyclopedias .subject{
	padding: 20px 0 17px;
}
.encyclopedias .subject li{
	background:#f3f3f3;
	width:94px;
	height:94px; 
	text-align: center;	
	margin-right: 8px;
	margin-bottom: 8px; 
}
.encyclopedias .subject li:nth-child(4n){
	margin-right: 0;
}
.encyclopedias .subject li a{
	display: block;
}
.encyclopedias .subject li img{
	width: auto;
	height:26px ;
	margin-top: 21px;
}
.encyclopedias .subject li p{
	font-size:14px;
	color:#333;
	line-height:40px;
}
.encyclopedias .paper{
	padding-bottom: 15px;
}
.encyclopedias .paper li{
	font-size:14px;
	color:#333;
	line-height:40px;
	height: 40px;
	background:#f3f3f3;
	padding: 0 10px;
	margin-bottom: 10px;
}
.encyclopedias h3{
	font-size:18px;
	color:#333;
	line-height:18px;
	margin-bottom: 20px;
}
.encyclopedias .paper li a{
	color:#333;
}
.encyclopedias .base a{
	font-size:14px;
	color:#333;
	line-height:24px;
	overflow: hidden;white-space: nowrap;
	text-overflow: ellipsis;
}
.encyclopedias .base li{
	padding-left: 19px;
	background: url(../img/◆.png) no-repeat 0 center ;
	margin-bottom: 15px;
}
.encyclopedias .gycourse li{
	margin-top: 10px;
	margin-right: 20px;
}
.encyclopedias .gycourse li a{
	display: block;
}
.encyclopedias .gycourse li,
.encyclopedias .gycourse li img{
	width:190px;
	height:107px;
}
.encyclopedias .gycourse li:nth-child(2n){
	margin-right: 0;
}
.encyclopedias .gycourse{
	margin-bottom: 30px;
}

/* activity */
.activity li {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.activity li h3{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 10px;
}
.activity .activity-time{
	margin-right: 10px;
	border-radius: 14px;
	overflow: hidden;
	background: url(../img/bak.png) no-repeat 0 0;
	background-size: 90px 90px;
}
.activity .activity-time p{
	width:90px;
	height:26px;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	text-align: center;
}
.activity .activity-time h3{
	width:90px;
	height:64px;
	font-size:52px;
	color:#333;
	line-height:64px;
	text-align: center;
	margin: 0;
}
.activity .activity-theme{
	font-size:14px;
	color:#999;
	line-height:24px;
	width: 277px;
}
.activity .activity-theme p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.activity .activity-cont img{
	width: 12px;
	height: 16px;
	margin-right: 10px;
	margin-top: 4px;
}
.activity .activity-theme .btn{
	text-align: right;
}
.activity .activity-theme button{
	background:#3a85f8;
	border-radius:2px;
	width:90px;
	height:28px;
	border:none;
	font-size:14px;
	color:#fff;
	line-height:28px;
	text-align: center;
	margin-top: 14px;
}

/* suspend-left */
.suspend-left{
	position: fixed; 
	left:0;
	top:235px;
	background: #fff;
    width: 70px;
}
.suspend-left li{
	width: 70px;
	height: 84px;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	color:#666;
	line-height:34px ;
	text-align: center;
}
.suspend-left li img{
	margin-top: 10px;
	height: 40px;
}
.suspend-left li .ewmBox{
	position:absolute;
	width: 188px;
	height: 207px;
	background: url("/resource/img/ewmBox.png");
	background-size:100% 100% ;
	text-align: center;
	color: #909090;
	font-size: 14px;
	padding-left:12px ;
	top: 5px;
	display: none;
	left: 70px;
	
}
.suspend-left li .ewmBox img{
	width: 160px;
	height: auto;
	position: initial;
	margin-top: 16px;
}
.suspend-left li .ewmBox p{
	padding: 0;
}
/* suspend-right */
.suspend-right{
	position: fixed; 
	display:none;
	width: 50px;
	height:290px;
   	bottom:60px;
   	right:0;
}
.suspend-right li{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	background: #fff;
}
.suspend-left li img{
	width: 40px;
}

/* footer */
footer{
	background:#f6f6f6;
	height:517px;
	width: 100%;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.foot-news div.fl{
	height: 224px;
	margin-right: 20px;
}
.foot-news img{
	width:224px ;
	height: auto;
	margin-bottom: 10px;
}
.foot-news img:first-child{
	margin-top: 73px;
}
.foot-news .foot-item{
	background:#e8e8e8;
	width:184px;
	height:224px;
	margin-right: 20px;
	font-size:14px;
	color:#333;
	line-height: 30px;
	padding: 0 20px;
}
.foot-news .foot-item a{
	color:#333;
}
.foot-news .foot-item h4{
	padding-top: 12px;
}
.foot-news .foot-item li{
	width: 92px;
}
.foot-news .foot-item:last-child{
	margin-right: 0;
}
.gohome{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin:15px 0;
	text-align: right;
	display: block;
}
footer .company{
	font-size:14px;
	color:#aaa;
	line-height:28px;
	text-align: center;
	margin: 40px 0;
}
.about{
	width: 100%;
	background:#333333;
	height:34px;
}
.about-us{
	font-size:14px;
	color:#fff;
	line-height:34px;
	width: 1200px;
	margin: 0 auto;
}
.about-us a{
	color:#fff;
}
/* country */
.country-option li{
    background:#f3f3f3;
    width:94px;
    height:94px;
    text-align: center;
    margin: 20px 8px 30px 0;
}
.country-option li:hover {
    background: #3a85f8;
}
.country-option li:hover p{
    color: #fff;
}
.country-option li:nth-child(4n){
    margin-right: 0;
}
.country-option li img{
    height: 26px;
    width: auto;
    margin-top: 14px;
    margin-bottom: 15px;
}
.country-option li p{
    font-size:16px;
    color:#6b7079;
    line-height:26px;
}
.country .why{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}



