.tg_tabs{
    overflow: hidden
}
.tg_tabs_ul{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    align-items: center;
    width:100%;
    overflow: hidden;
}
.tg_tabs_ul li{
    border-radius:50px;
    background:#d9d8d8;
    width:220px;
    height:65px;
    line-height:65px;
    font-size:22px;
    color: #000;
    vertical-align: middle;
    margin-right:106px;
    text-align:center;
    cursor: pointer;
    float: left;
}
.tg_tabs_ul li.lastLi{
    margin-right:0;
}
.tg_tabs_ul li a{
    display: block;
}
.tg_tabs_ul li i{
    font-size:22px;
    font-weight: bold;
    margin-right:5px;
}
.tg_tabs_ul li:hover{
     background:#ff6239;
}
.tg_tabs_ul li:hover a{
    color:#fff;
}
/* .tg_tabs>.layui-tab-title .layui-this::after{
    font-size: 0;
    line-height: 0;
    border-width: 18px;
    border-color: #ff6239;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    width:0;
    position: absolute;
    top: 65px;
    left:50%;
    margin-left:-18px;
} */
/* 咨讯 */
.news{
    padding:20px 20px 0;
    overflow: hidden;
}
.news ul li{
    padding:20px 0 20px;
    border-bottom:1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.news ul li:last-child{
    border-bottom:none;
}
.news ul li .adv_img{
    width:254px;
    height:170px;
    float:left;
    margin-right:40px;
}
 .news .con{
    float:left;
    width:846px;
}
.news .con h3{
    font-size:20px;
    color:#ff6239;
    padding-bottom:10px;
    cursor: pointer;
}
.news .con p{
    color:#666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
} 
.timeAndBtn{
    text-align: right;
    margin-top:20px;
    color:#999;
}
.timeAndBtn a{
    display: inline-block;
    padding:8px 20px;
    color:#fff;
    background:#fd4d3f;
    border-radius: 4px;
    margin-left:10px;
}
.timeAndBtn a:hover{
    background:#b52b20;
}
/* 报考指南 */
.examGuide{
	padding:30px 50px;
	background:#fff;
}

.examGuide h2{
	font-size:20px;
	font-family: '微黑雅黑';
	font-weight: 600;
	text-align: center;
	padding:20px 
}
.examGuide time{
	display: block;
	color:#999;
	text-align: center;
}
.examGuide .subTitle{
	margin:20px 0;
	padding:10px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	color:#a7a7a7;
	line-height:28px;
}
.examGuide .con{
	padding:10px;
}
.examTitleBox{
	margin-top: -20px;
}
.examGuide .con p{
	padding:8px 0 0;
	text-indent:2rem;
	line-height:28px;
	color:#a7a7a7;
	text-align:justify;
}
.examContentBox .layui-tab-item{
	padding: 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
.examTitleBox li{
	font-size: 18px;
	
}
.layui-timeline-item:before, hr{
	margin-top: 22px;
}
.examGuide .layui-tab-brief>.layui-tab-title .layui-this{
    color:#fff;
    background:#ff6239;
}
/*文章内容页*/
.crumb{
    font-size:16px;
    color:#999;
    padding:0 0 20px;
}
.dateils_con{
    padding:20px;
    margin-bottom:20px;
    overflow: hidden;
}
.dateils_con h3{
    font-size:24px;
    color:#ff6239;
    text-align: center;
    font-weight: 700;
}
.dateils_con>p{
    padding:10px 0;
    background:#f1f1f1;
    text-align: center;
    margin-top:20px;
    color:#999;
}
.dateils_con .text{
    padding:40px 0 0;
}
.dateils_con .text p{
    text-indent: 2em;
    line-height:28px;
    color:#666;
}
.dateils_con .text img{
    width:auto;
    text-align: center;
}
.timeAndBtn a.zuixin{
    background:#10c55b;
}
.timeAndBtn a.hot{
    background:#fd4d3f;
}
.timeAndBtn a.tuijian{
    background:#4488ff;
}

