@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe,input,select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	/*box-sizing: border-box;*/
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	color: #333;

}
table { border-collapse:collapse; border-spacing:0; }
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1;
}
a{
	text-decoration: none;
	blur:expression(this.onFocus=this.blur());
}
i, em {
}

a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none;
	background: none;
}
::input-placeholder{
	color: #aaa;
}
::-webkit-input-placeholder{
color: #aaa;
}
::-moz-placeholder{
color: #aaa;
}
::-moz-placeholder{
color: #aaa;
}
::-ms-input-placeholder{
color: #aaa;
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear{
	zoom: 1;
}
.clearfix:before,
.clearfix:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	overflow:hidden}
.mr-50{
	margin-right: 50px;
}
.ml-65{
	margin-left: 65px;
}
.w420{
	display: inline-block;
	width: 420px;
}
.wm-1600{
	width: 1600px;
	margin: 0 auto;
}
@media screen and (min-width: 1800px) {
    body{
        zoom: 1.1;
    }
}
@media screen and (min-width: 1749px) and (max-width: 1800px) {
    body{
        zoom: 1;
    }
}
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body{
        zoom: 0.9;
    }
}
@media screen and (min-width: 1349px) and (max-width: 1649px) {
    body{
        zoom: 0.8;
    }
}
@media screen and (min-width: 751px) and (max-width: 1349px) {
	body{
        zoom: 0.66;
	}
}

/* 网站顶部 */
.website-top-block{
	height: 36px;
	background-color: #fafafa;
}
.website-top-block .website-top-welcome{
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #777;
    font-family: Arial;
}
.website-top-block .website-top-code{
	float: right;
	height: 36px;
}
.website-top-block .website-top-code .top-code-item{
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #777;
	margin-left: 30px;
	position: relative;
}
.website-top-block .website-top-code .top-code-item .code-tit{
}
.website-top-block .website-top-code .top-code-item .code-tit:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/dz-icon-group.png') no-repeat;
	vertical-align: middle;
	margin: -4px 0 0 10px;
}
.website-top-block .website-top-code .top-code-item .code-down{
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 3;
	padding: 20px;
	width: 115px;
	height: 115px;
	margin-left: -77px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.website-top-block .website-top-code .top-code-item:hover .code-down{
	display: block;
}

/* 面包屑 */
.dz-guide-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dz-guide{
	padding: 20px 0 20px 22px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	position: relative;
}
.dz-guide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: url("../images/dz-icon-group.png") no-repeat -250px -640px;
}
.dz-guide a{
	color: #666;
}
.dz-guide span{
	color: #333;
}
.dz-search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dz-search-box .search-tit{
    font-size: 14px;
    color: #333333;
}
.dz-search-box .dz-search{
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dz-search-box .dz-search .search-input{
    width: 296px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 17px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
}
.dz-search-box .dz-search .search-btn{
    float: right;
    width: 64px;
    height: 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: url("../images/dz-icon-group.png") no-repeat -16px 6px #0745b2;
}

/* 翻页 */
.scroll-page-wrap{
    padding: 55px 0;
    text-align: center;
}
.scroll-page-wrap a{
    display: inline-block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #4D4D4D;
    font-family: Arial;
    text-align: center;
    background-color: #EDF2FA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.scroll-page-wrap a.page{
    width: 36px;
}
.scroll-page-wrap a.prev,
.scroll-page-wrap a.next{
    width: 42px;
}
.scroll-page-wrap a.first,
.scroll-page-wrap a.last{
    width: 72px;
}
.scroll-page-wrap span{
    display: inline-block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    background-color: #0745B2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* side 左边栏 */
.side-left-wrap{
	float: left;
	width: 338px;
}
.side-left-box{
	padding: 28px 20px 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin-bottom: 20px;
}
.side-left-box .side-left-tit{
	padding-left: 11px;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
    font-weight: bold;
	position: relative;
}
.side-left-box .side-left-tit:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0745B2;
	margin-top: -6px;
}
.side-exam-focus{
    padding-bottom: 20px;
}
.exam-focus-con{
    margin-top: 20px;
}
.exam-focus-list{}
.exam-focus-list li{
    float: left;
    width: 90px;
    height: 36px;
    margin: 0 14px 14px 0;
}
.exam-focus-list li:nth-of-type(3n){
    margin-right: 0;
}
.exam-focus-list li a{
    display: block;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #666;
    background-color: #F7F8F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.exam-focus-ads{
    /*margin-top: 14px;*/
}
.exam-focus-ads .focus-ads-item{
    float: left;
    width: 142px;
    height: 44px;
    padding: 8px 0;
    background-color: #FEF4F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.exam-focus-ads .focus-ads-item .tit{
    font-size: 14px;
    line-height: 22px;
    color: #E13B29;
    text-align: center;
    font-family: Arial;
}
.exam-focus-ads .focus-ads-item-app{
    float: right;
    background-color: #EDF2FA;
    color: #0745B2;
}
.exam-focus-ads .focus-ads-item-app .tit{
    color: #0745B2;
}
.exam-focus-ads .focus-ads-item .code-down{
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 1;
    padding: 20px 0;
    width: 155px;
    margin-left: -77px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.exam-focus-ads .focus-ads-item .code-down img{
    display: block;
    width: 115px;
    height: 115px;
    margin: 0 auto;
}
.exam-focus-ads .focus-ads-item .code-down .t{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
}
.exam-focus-ads .focus-ads-item:hover .code-down{
    display: block;
}
.exam-focus-ads .focus-ads-item-long{
    width: 100%;
    padding: 0;
    height: 72px;
    margin-bottom: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.exam-focus-ads .focus-ads-item-long:last-child{
    margin-bottom: 0;
}
.exam-focus-ads .focus-ads-item-long img{
    width: 100%;
    height: 100%;
}

/* 学习规划服务 */
.side-learn-plan{
    padding: 20px;
}
.learn-plan-box{
    padding: 30px 22px 0;
    height: 371px;
    background: url('../images/dz-bg-01.png') no-repeat;
}
.learn-plan-tit{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.learn-plan-con{
    margin-top: 30px;
}
.learn-plan-con .filter-item{
    margin-bottom: 18px;
}
.learn-plan-select{
    width: 258px;
    height: 38px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    outline: none;
}
.learn-plan-input{
    box-sizing: border-box;
    width: 258px;
    height: 38px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    outline: none;
}
.learn-plan-btn{
    width:100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 38px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background: linear-gradient(90deg, #FF791A 0%, #FFB200 100%);
}

/* 最新文章 */
.latest-news-con{
    padding-top: 11px;
}
.latest-news-list{}
.latest-news-list li{
    border-bottom: 1px dashed #DEE3ED;
}
.latest-news-list li:last-child{
    border-bottom: none;
}
.latest-news-list li a{
    display: block;
    height: 66px;
    padding-left: 10px;
    position: relative;
    font-family: Arial;
    font-size: 16px;
    line-height: 66px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-news-list li:hover a{
    color: #0745B2;
}
.latest-news-list li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #0745B2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* 活动交流 */
.side-interact-communication{
    padding: 32px 20px 20px;
    margin-bottom: 0;
}
.interact-communication-con{
    margin-top: 20px;
    padding: 35px 38px 0;
    width: 222px;
    height: 241px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F8F9FC;
}
.interact-communication-tit{
    padding-left: 6px;
    font-size: 16px;
    color: #333;
}
.interact-communication-info{
    margin-top: 24px;
}
.interact-communication-img{
    float: left;
    width: 140px;
    height: 140px;
}
.interact-communication-tips{
    float: right;
}
.interact-communication-tips li{
    margin-bottom: 24px;
    height: 16px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
    position: relative;
}
.interact-communication-tips li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #0745B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#icon_module{
	left: auto!important;
	right: 0!important;
}