﻿@charset "utf-8";
.position-nav {
	width: 100%;
	height: 35px;
	background: #fff;
}
.position-title {
	width: 1360px;
	height: 35px;
	margin: 0 auto;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.position-title img {
	float: left;
	margin-top: 18px
}
.position-title p {
	float: left;
	margin: 18px 10px 18px 5px
}
.title {
	padding: 18px 10px 18px 5px
}
.position-title a {
	font-size: 16px;
	color: #666666;
	margin: 0 6px;
}
.position-title a:hover {
	color: #e65e24
}
/*面试导航*/
.province_title{
	width: 1354px;
	height: 56px;
	background: #f2f2f2;
	margin: 30px auto;
	border-left: 6px solid #f18c21;
    color: #333;
}
.province_title h2{
	font-size: 26px;
	
	float: left;
	font-weight: normal;
	line-height: 56px;
	margin: 0 0 0 20px;
}
.province_title ul{
	float: right;
	line-height: 56px;
}
.province_title ul li{
	margin-right: 20px;
	float: left;
	position: relative;
}
.province_title ul li a{
	font-size: 16px;
}
.province_title ul li:after{
	content: "";
    width: 1px;
    height: 13px;
    background: #333;
    position:  absolute;
    top: 22px;
    right: -10px;
}
.province_title ul li:last-child:after{
    content: "";
    width: 0;
    height: 0;
    background: #fff;
    position:  absolute;
    top: 22px;
    right: -10px;
}
/*热门推荐*/
.recommendation{
	position: relative;
	width: 1358px;
	margin:0 auto 30px;
	background: #fefaf8;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.recommendation span{
	width: 111px;
	height: 44px;
	line-height: 44px;
	padding-left: 13px;
	background: #f1891a;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -1px;
}
.recommendation span:after{
	content: '';
	border: 22px solid rgba(0,0,0,0);
    border-right: 20px solid #fefaf8;
    transition: 0.5s;
	position: absolute;
	top:0;
	right: 0;
}
.recommendation h3{
	font-size: 20px;
	font-weight: bold;
	color: #f18a1d;
	margin: 40px auto 30px;
	text-align: center;
}
.recommendation ul{
	overflow: hidden;
}
.recommendation ul li{
	width: 377px;
	margin: 0 40px 24px 35px;
	float: left;
    position: relative;
}
.recommendation ul li:before{
	content: '';
	width: 3px;
	height: 3px;
	background: #f1891a;
	position: absolute;
	top: 8px;
	left: -12px;
}
.recommendation ul li a{
	font-size: 14px;
	color: #666;
	display: inline-block;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;  
}
/*详细内容*/
.detailed-content{
	width: 1358px;
	margin: 0 auto 70px;
	border: 1px solid #dddddd;
}
.detailed-content section{
	position: relative;
	padding: 40px 28px 15px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.detailed-content section:last-child{
	border-bottom: none;
}
.detailed-content section h2{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
.detailed-content section>a{
	position: absolute;
	right: 28px;
	top: 50px;
	font-size: 14px;
	color: #666;
}
.detailed-content section ul li{
	width: 605px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.detailed-content section ul li:nth-child(2n){
	float: right;
}
.detailed-content section ul li a{
	font-size: 14px;
	color: #666;
	display: inline-block;
	width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.detailed-content section ul li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.detailed-content section ul li:before{
	content: '';
	width: 3px;
	height: 3px;
	background: #bcbcbc;
	position: absolute;
	top: 13px;
	left: 0;
}
.detailed-content section ul li:hover,.detailed-content section ul li.province_on{
	width: 625px;
	padding: 0;
}
.detailed-content section ul li:hover a,.detailed-content section ul li.province_on a{
    font-size: 16px;
    color: #f1891a;
    width: 80%;
}
.detailed-content section ul li:hover span,.detailed-content section ul li.province_on span{
	font-size: 16px;
    color: #f1891a;
}
.detailed-content section ul li:hover:before,.detailed-content section ul li.province_on:before{
	content: '';
	width: 0;
	height: 0;
	background: #bcbcbc;
	position: absolute;
	top: 8px;
	left: 0;
}
/*报考指南页*/
.exam_guide .detailed-content{
	overflow: hidden;
}
.exam_guide .detailed-content section{
    width: 622px;
    height: 381px;
    float: left;
}
.exam_guide .detailed-content section:nth-child(2n){
    border-left: 1px solid #dddddd;
}
.exam_guide .detailed-content section:nth-last-child(2){
	border-bottom: none;
}
/*招考信息页*/
.exam_guide .detailed-content section .exam_video{
	width: 527px;
	height: 341px;
	margin: 0 auto;
	position: relative;
}
.exam_guide .detailed-content section .video-mask{
	width: 75px;
	height: 75px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -37.5px 0 0 -37.5px;
}
.exam_guide .detailed-content section:hover .video-masks{
	display: block;
}
.exam_guide .detailed-content section .video-masks{
	width: 527px;
	height: 341px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*辅导简章页*/
.coaching-box{
	width: 1360px;
	margin: 30px auto 70px;
	overflow: hidden;
}
.coaching-left{
	width: 925px;
	float: left;
	overflow: hidden;
}
.coaching .recommendation,.coaching .detailed-content{
	width: 923px;
	float: left;
    margin-bottom: 40px;
}
.coaching .detailed-content section,.coaching .detailed-content{
    border:none;
}
.coaching .detailed-content section ul li:nth-child(2n){
	float: left;
}
.coaching .detailed-content section ul li{
	width: 100%;
}
.coaching .detailed-content section ul li:hover,.coaching .detailed-content section ul li.province_on{
   width: 888px;
   padding: 0;
}
.page{ 
	width: 600px; 
	height: 26px; 
	margin: 40px auto 0 ; 
}
.page>ul{
	overflow: hidden;
	float: left;
}
.page>ul>li{
	list-style: none; 
	float: left; 
	border: 1px solid #e2e2e2; 
	margin-right: 9px;
}
.page>ul>li>a{
	display: block;
	padding: 2px 10px
}
.page p span{ 
	margin: 0 5px 
}
.page>ul>li:hover,.page>ul>li.page-on{
	border: 1px solid #e8672a; 
}
.page>ul>li:hover a,.page-on a{
	color: #fff;
	background: #e8672a;
}
/*右侧*/
.coaching-right{
	width: 380px;
	float: right;
	border: 1px solid #e9e9e9;
	padding: 0 4px;
}
.sign-guide{
	padding: 20px 16px 27px;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}
.sign-guide img{
	margin: 0 auto 15px;
	display: block;
}
.sign-guide h3{
	font-size: 18px;
	color: #f1891a;
	font-weight:  normal;
	float: left;
	margin-left: 18px;
}
.sign-guide>span{
	display: block;
	float: right;
	width: 84px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background: #f11a1a;
}
.sign-guide>span a{
	color: #fff;
}
.sign-guide ul{
	margin: 48px 0 0;
}
.sign-guide ul li{
	padding-left: 18px;
	line-height: 36px;
	position: relative;
}
.sign-guide ul li a{
	font-size: 14px;
	color: #666;
}
.sign-guide ul li:before{
   content: '';
	width: 3px;
	height: 3px;
	background: #bcbcbc;
	position: absolute;
	top: 18px;
	left: 5px;
}
.Recom-inform,.guide-inform{
	padding: 20px 16px 20px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.Recom-inform h2,.guide-inform h2,.inter-inform h2{
	font-size: 26px;
	color: #f1891a;
	font-weight: bold;
	margin-bottom: 10px;
}
.guide-inform h2,.inter-inform h2{
	margin-bottom: 20px;
}
.Recom-inform p{
	width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
	line-height: 36px;
	padding-left: 18px;
	position: relative;
}
.Recom-inform p:before{
   content: '';
	width: 3px;
	height: 3px;
	background: #f1891a;
	position: absolute;
	top: 18px;
	left: 5px;
}
.guide-inform a{
    width: 100px;
    height: 34px;
    display: block;
    float: left;
    font-size: 14px;
    color: #f1891a;
    line-height: 34px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #f1891a;
    margin: 0 10px 15px 0;
}
.guide-inform a:hover,.guide-inform a.guide-on {
	background: #f1891a;
	color: #fff;
}
.interactive-box{
	display: none;
}
.inter-inform{
	padding: 20px 16px 20px;
	overflow: hidden;
}
.interactive-comm{
	padding: 22px 20px 40px;
	background: #f8f8f8;
}
.interactive-comm ul{
	overflow: hidden;
	margin-bottom: 32px;
}
.interactive-comm ul li{
	width: 130px;
	height: 33px;
	line-height: 33px;
	float: left;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	overflow: hidden;
}
.interactive-comm ul li:last-child{
	float: right;
}
.interactive-comm ul li a{
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    position: relative;
}
.interactive-comm ul li a:before{
     content: '';
     width: 20px;
     height: 18px;
     position: absolute;
     top: 8px;
     left: 5px;
     background: url('../images/interactive-comms.png') no-repeat -4px -6px;
}
.interactive-comm ul li:last-child a:before{
     content: '';
     width: 20px;
     height: 18px;
     position: absolute;
     top: 8px;
     left: 5px;
     background: url('../images/interactive-comms.png') no-repeat -102px -6px;
}
.interactive{
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.interactive img{
	width: 100%;
}
.interactive-comm p{
	font-size: 16px;
    color: #666;
    text-align: center;
    margin: 10px 0 0;
}
.interactive-comm ul li.top-on{
	background: #f1891a;
	color: #fff;
	border: 1px solid #f1891a;
}
.interactive-comm ul li.top-on a{
	color: #fff;
}
.interactive-comm ul li.top-on a:before{
	content: '';
     width: 20px;
     height: 18px;
     position: absolute;
     top: 8px;
     left: 5px;
     background: #f1891a url('../images/interactive-comms.png') no-repeat -53px -6px;
}
.interactive-comm ul li:last-child.top-on a:before{
     content: '';
     width: 20px;
     height: 20px;
     position: absolute;
     top: 5px;
     left: 6px;
     background: #f1891a url('../images/interactive-comms.png') no-repeat -154px -3px;
}
/*新闻详情页*/
.newsdetails .position-nav{
	height: 50px;
	background: #f7f7f7;
}
.news-title{
	width: 905px;
    height: auto;
    border-bottom: 1px solid #dedede;
    padding: 0 10px;
}
.news-title h1{
	font-size: 26px;
    color: #333333;
    text-align: center;
    padding-top: 26px;
    font-weight: normal;
}
.news-title p{
	text-align: center;
    margin-top: 5px;
    padding-bottom: 10px;
}
.news-title p span{
	font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0 15px 0 0;
}
.news-contents{
	#padding: 20px 0;
	#white-space: pre-line;
	display: block;
	line-height: 24px;
    padding: 20px;
    color: #000;
}
.news-contents>p{
	#font-size: 16px;
    #color: #666;
    #line-height: 30px;
    #margin-bottom: 14px;
}
.news-contents img{
    max-width:100%;
}
.news-contents table{
    width:100%;
}
.news-contents a{
    color: rgb(0,112,192);
}
.news-contents a:hover {
	color: #e96c30;
}
.news-recomment h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-recomment p{
	font-size: 16px;
    color: #666;
    line-height: 36px;
}
.more-inform{
	width: 480px;
	height: 210px;
	margin: 40px auto 20px;
}
/**
.news-contents span{
	font-size: 16px;
    color: #666;
    display: block;
    float: right;
    margin: 0 0 20px 0;
}**/
.copyright {
	clear: both;
    width: 925px;
    height: 115px;
    background: #f3f3f3;
    position: relative;
}
.copyright p {
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	margin: 0 28px;
	line-height: 32px;
	padding-top: 20px
}
.share {
	width: 262px;
	height: 40px;
	position: absolute;
	top: 60px;
	right: 0
}
.share img {
	margin: 9px 9px;
	float: left;
}
.share>span {
	padding-top:10px;
	display: block;
	float: left;
}
.share ul li {
	width: 23px;
	height: 25px;
	float: left;
	margin-right: 4px
}
.text_foot {
	width: 927px;
	margin-top: 27px;
	margin-bottom: 50px;
	position: relative;
}
.text_foot ul {
	width: 480px;
	height: 50px;
}
.text_foot ul li {
	list-style: none inside;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text_foot ul li a {
	font-size: 16px;
	color: #666;
	line-height: 33px;
}
.text_foot input {
	width: 165px;
	height: 51px;
	background: #e8672a;
	border:none;
	position: absolute;
	top:10px;
	right: 1px;
	border-radius: 3%;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
/*详情页面分页导航*/
.pagination{
	height: auto;
	padding-top: 20px;
}
.pagination_title{
	height: 34px;
	background: #fbf4f1;
	position: relative;
}
.pagination_tmask{
	width: 132px;
	height: 36px;
	background: url("../images/pagination.png") no-repeat left;
	position: absolute;
	left:-5px;
	top:0;
}
.pagination_tmask h3{
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	font-weight: normal;
	margin-left: 27px;
}
.pagination_list{
	padding:0 25px 0;
	background: #fafafa;
}
.pagination_list ul li{
	width: 173px;
	float: left;
	margin: 17px 0 0  0;
}
.pagination_mask{
	width: 100%;
	height: 20px;
	background: #fafafa;
	clear: both;
}
.pagon{
	color: #e96c30;
}

.same-day{
    color:#f00 !important;
}

/* 图片放大 */
.coaching_model {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: auto;
	background-color: #00000079;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}