@charset "UTF-8";
body {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    background: #ffffff;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 12px;
}

img {
    border: none;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

button {
    vertical-align: middle;
    cursor: pointer;
}

input,
button {
    vertical-align: middle;
    border: none;
    font-family: "微软雅黑";
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.blank {
    display: block;
    height: 10px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

a:active {
    text-decoration: none;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
    height: 85px;
    background: #a2000d;
}

.header .logo {
    float: left;
    padding-top: 5px;
}

.header .nav-warpper {
    float: right;
}

.header .nav-warpper .tel {
    margin-top: 8px;
    text-align: right;
}

.header .nav-warpper .tel span {
    padding-left: 27px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    background: url(/static/images/icon-tel.png) left center no-repeat;
}

.header .nav-warpper .nav {
    margin-top: 6px;
}

.header .nav-warpper .nav:after {
    content: "";
    display: block;
    clear: both;
}

.header .nav-item {
    position: relative;
    float: left;
    width: 104px;
    height: 45px;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .nav-item > a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.header .nav-item.active {
    background: rgba(255, 255, 255, 0.3);
}

.header .nav-item.hassub a span {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    padding-left: 5px;
    background: url(/static/images/icon-arow-down.png) center no-repeat;
}

.header .nav-item.hassub.active {
    background: #ffffff;
}

.header .nav-item.hassub.active > a {
    color: #a2000d;
}

.header .nav-item.hassub.active a span {
    background: url(/static/images/icon-arow-up.png) center no-repeat;
}

.header .sub-nav {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 22px 0 11px;
    background: #a2000d;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.header .sub-nav-item {
    display: inline-block;
    margin: 0 15px;
}

.header .sub-nav-item a {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

.footer {
    padding-top: 15px;
    padding-bottom: 20px;
    background: #3c3c3c;
}

.footer .contact-infor {
    padding: 10px 0;
}

.footer .contact-infor h2 {
    padding-left: 26px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
}

.footer .contact-infor h2.tel {
    background: url(/static/images/icon-hottel.png) left center no-repeat;
}

.footer .contact-infor h2.addr {
    background: url(/static/images/icon-addr.png) left center no-repeat;
}

.footer .contact-infor p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
}

.footer .copyright {
    overflow: hidden;
}

.footer .copyright .copyright-txt {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    text-align: left;
}

.footer .copyright .about-us {
    float: right;
}

.footer .copyright .about-us a {
    margin-left: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    text-align: left;
    text-decoration: none;
}

/*面包屑导航*/
.bread-nav {
    padding: 14px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.bread-nav > span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: left;
}

.bread-nav > a {
    position: relative;
    float: none;
    margin-right: 0px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: left;
    text-decoration: none;
}

.bread-nav > a.active {
    color: #666666;
}

.bread-nav > a:after {
    content: "";
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: left;
    position: absolute;
    top: 0;
    right: -14px;
}

.bread-nav > a.active:after {
    display: none;
}

/*子页共用样式*/
.subpage {
    padding-bottom: 20px;
    width: 1200px;
    margin: 0 auto;
}

.subpage .subpage-left {
    float: left;
    width: 850px;
    background: #ffffff;
}

.subpage .subpage-right {
    float: right;
    width: 320px;
}

.subpage .common-title {
    padding-left: 12px;
    border-left: 3px solid #ef0417;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #555555;
    text-align: left;
}

.subpage .tag-links {
    width: 100%;
    margin-bottom: 32px;
}

.subpage .tag-links .line {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 0;
    text-align-last: justify;
}

.subpage .tag-links .line > a {
    display: inline-block;
    height: 40px;
    padding: 0 12px;
    background: #ce0011;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subpage .tag-links .line > a:hover {
    background: #2a8de6;
}

.subpage .exam-guide,
.subpage .lessons-center {
    margin-bottom: 32px;
}

.subpage .link-box {
    margin-top: 18px;
    padding: 0 24px;
    background: #ffffff;
}

.subpage .link-box .link {
    padding: 12px 0;
    overflow: hidden;
}

.subpage .link-box .link.inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subpage .link-box .link.inline > a {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.subpage .link-box .link.inline > a:nth-child(3n) {
    margin-right: 0;
}

.subpage .link-box .link.block {
    display: block;
}

.subpage .link-box .link.block > a {
    display: block;
    width: 100%;
    text-align: left;
}

.subpage .link-box .link > a {
    font-size: 16px;
    line-height: 40px;
    color: #777777;
    text-align: center;
    text-decoration: none;
}

.subpage .link-box .link > a:hover {
    color: #e40012;
}

.subpage .link-box .button {
    padding-top: 22px;
    padding-bottom: 20px;
    border-top: 1px solid #f2f2f2;
}

.subpage .link-box .button a {
    display: block;
    border: 1px solid #e40012;
    font-size: 18px;
    line-height: 38px;
    color: #e40012;
    text-align: center;
    text-decoration: none;
    height: 38px;
}

.subpage .document-download .documents {
    margin-top: 18px;
    padding: 10px 0 30px;
    background: #ffffff;
}

.subpage .document-download .area {
    margin-bottom: 18px;
    padding: 0 25px;
}

.subpage .document-download .tab-nav {
    overflow: hidden;
}

.subpage .document-download .tab-nav .tab-nav-item {
    float: left;
    margin-right: 36px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    text-align: left;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.subpage .document-download .tab-nav .tab-nav-item.active {
    color: #666666;
}

.subpage .document-download .tab-content-item {
    overflow: hidden;
    margin-right: -15px;
}

.subpage .document-download .tab-content-item p {
    overflow: hidden;
}

.subpage .document-download .tab-content-item p span {
    float: left;
    padding-right: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: left;
}

.subpage .document-download .tab-content-item a {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subpage .document-download .tab-content-item a:hover {
    color: #e40012;
}

.subpage .document-download .tab-content-item a:last-child {
    margin-right: 0;
}

.subpage .document-download .more-document {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.subpage .document-download .more-document > a {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subpage .document-download .more-document > a:hover {
    color: #e40012;
}

.subpage .document-download .button {
    display: block;
    width: 260px;
    margin: 0 auto;
    margin-top: 24px;
    height: 30px;
    border-radius: 4px;
    background: url(/static/images/gradient-line.jpg) center repeat-x;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.hot-subject {
    width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.hot-subject .hot-subject-title {
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    text-align: left;
}

.hot-subject .hot-subject-title > a {
    margin-left: 52px;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    text-align: left;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hot-subject .hot-subject-title > a:hover {
    color: #ce0011;
}

.hot-subject .subject-list {
    overflow: hidden;
    margin-right: -35px;
}

.hot-subject .subject-list .subject-item {
    float: left;
}

.hot-subject .subject-list .subject-item img {
    width: 263px;
    height: 150px;
    border-radius: 10px;
    max-width: 263px;
    max-height: 150px;
    margin-right: 27px;
}

.pages {
    margin-top: 22px;
    text-align: center;
    font-size: 0;
}

.pages a,
.pages span {
    padding: 0 10px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e9e9e9;
    margin-left: 2px;
    margin-right: 3px;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    text-align: left;
    text-decoration: none;
}

.pages a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pages a:hover {
    background: #e40012;
    color: #ffffff;
}

.pages span.select {
    position: relative;
    width: 53px;
    display: inline-block;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    padding: 0;
}

.pages span.select input {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: -12px;
    background: url(/static/images/icon-arow-down2.png) 34px center no-repeat;
}

.pages span.select .options {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #ffffff;
}

.pages span.select .options > a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.article-item:nth-child(5n){
    margin-bottom: 10px;
}
.pages li{
    display: inline-table;
}

sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
}

.article .article-draw {
    border: solid 2px #E51C2C;
    height: 104px;
    margin-top: 24px;
}
.article .article-draw .ad-left {
    float: left;
    width: 600px;
}
.article .article-draw .ad-left span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 21px;
    font-weight: bold;
    padding: 8px 0 0 22px;
    position: relative;
}
.article .article-draw .ad-left ul {
    padding-left: 22px;
    overflow: hidden;
}
.article .article-draw .ad-left li {
    float: left;
    width: 170px;
    padding: 8px 0 8px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.article .article-draw .ad-right {
    float: left;
    width: 152px;
    padding-top: 24px;
}
.article .article-draw .ad-right a {
    display: block;
    background: #E51C2C;
    width: 152px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #fff;
    border-radius: 7px;
}
.article .article-draw .ad-left li::before {
    content: "★";
    position: absolute;
    font-size: 16px;
    color: #E51C2C;
    top: 7px;
    left: 0;
}

.article .article-draw .ad-left span::before {
    content: "";
    position: absolute;
    background: #E51C2C;
    width: 14px;
    height: 4px;
    top: 16px;
    left: 0;
}