@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
i {
    margin: 0;
    padding: 0
}

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
var,
i {
    font-weight: normal;
    font-style: normal;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.cf:after {
    display: block;
    content: ".";
    height: 0;
    overflow: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a {
    text-decoration: none;
!important;
}

a:hover {
    color: orangered;
    text-decoration: none;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}

body {
    font: 14px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
    color: #333;
    min-width: 1200px;
    background-color: #f5f5f5;
}
/* 顶部 */
.header {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333333;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.topHead {
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
}
.topHead .thbox {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 10px;
    height: 100%;
}
.header .tBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: 80px;
}
.header .tBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: 80px;
}
.header .tBox .tlogo {
    width: 220px;
}
.header .tBox .tlogo img {
    width: 100%;
}
.header .tBox .tnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
}
.header .tBox .tnav a {
    display: block;
    margin: 0 5px;
}
.header .tBox .tnav a img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
}
.header .tBox .tnav a span {
    display: block;
    text-align: center;
}
.header .topNav {
    background-color: #12c8d5;
}
.header .topNav .tnBox {
    width: 1200px;
    height: 40px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin: 0 auto;
}
.header .topNav .tnBox a {
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header .topNav .tnBox a:last-child {
    color: #fff8dc;
}
.header .topNav .tnBox a:first-child {
    background-color: #00b0bd;
}
.header .topNav .tnBox a:hover {
    background-color: #00b0bd;
}
.header .diquBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header .diquBox .dqLeft {
    padding:  0 10px;
}
.header .diquBox .dqLeft em {
    color: #000;
    font-weight: 600;
    display: block;
    font-family: cursive;
    font-size: 18px;
    text-align: center;
}
.header .diquBox .dqLeft i {
    background-color: #12C8D5;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    padding: 0 5px;
}
.header .diquBox .dqRight {
    width: 1060px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.header .diquBox .dqRight li{
    padding: 5px;
    margin-right: 5px;
}
.header .diquBox .dqRight li:after{
    content: "|";
    margin-left: 15px;
    color: #6666;
}
/* 中心栏目开始 */
/* 轮播图 */
.pcfocus {
    width: 300px;
    position: relative;
    overflow: hidden;
}
.pcfocus img {
    width:100%;
    display: block;
}
.pcfocus ul {
    overflow: hidden;
    margin-left: -100%;
    width: 500%;
}

.pcfocus ul li {
    float: left;
    width: 20%;
}
.pcfocus ol {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
}
.pcfocus ol li{
    display: inline-block;  /*使li标签在一行显示*/
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: white;
    list-style: none;
    transition: all .3s;  /*使宽度慢慢变化*/
}
.pcfocus ol li.current {
    width: 15px;
    background-color: coral;
}
.centerBox {
    width: 1200px;
    margin: 20px auto;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 30px;
    box-sizing: border-box;
}
.centerBox .centerNews {
    width: 500px;
    margin: 0 20px;
}
.centerBox .centerNews h5 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerBox .centerNews a:hover {
    text-decoration: underline;
}
.centerBox .centerNews h5 a {
    color: #fd7400;
    margin: 0 5px;
}
.centerBox .centerNews h3 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 0;
}
.centerBox .centerNews h3 a {
    margin: 0 5px;
}
.centerBox .centerNews h2 {
    /* background-color: rgba(18,200,213,0.1); */
    background-color: rgba(253,116,0,0.1);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2px 0;
    font-size: 16px;
}
.centerBox .centerNews h2 a {
    margin: 0 5px;
}
/* 顶部右侧nav*/
.HomeRight {
    width: 300px;
    overflow: hidden;
}

.zgzsco-con-right-icon {
    width: 100%;
    height: auto;
}

.right-icon-time {
    width: 100%;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #4696ec;
    background: -moz-linear-gradient(left, #69bffb 0%, #5bb9fb 30%, #4696ec 55%, #4c9ff8 100%);
    background: -webkit-linear-gradient(left, #69bffb 0%, #5bb9fb 30%, #4696ec 55%, #4c9ff8 100%);
    background: -o-linear-gradient(left, #69bffb 0%, #5bb9fb 30%, #4696ec 55%, #4c9ff8 100%);
    background: -ms-linear-gradient(left, #69bffb 0%, #5bb9fb 30%, #4696ec 55%, #4c9ff8 100%);
    background: linear-gradient(to right,#99e2e6, #12c8d5);
}

.right-icon-time h3 {
    width: auto;
    height: 32px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    text-indent: 3.5em;
    line-height: 32px;
    background:  url(/skin/default/images/img/new-2020icon.png) no-repeat;
    background-position: 11px 8px;
}

.right-icon-tb .tb {
    width: 100%;
    margin-top: 5px;
    border-collapse: collapse;
}
.right-icon-tb .tb .tdOne {
    width: 90px;
    float: left;
    margin: 8px 5px;
    border-left: 0 none;
    border-bottom: 0 none;
    background-color: #f6fbff;
    border-radius: 10px;
}

.right-icon-tb .tb .tdOne a {
    height: 58px;
    padding-top: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

.right-icon-tb .tb .tdOne a em {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-position: -41px -13px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-icon-tb .tb .tdOne a span {
    display: block;
    line-height: 18px;
    margin-top: 5px;
}

.right-icon-tb .tb .tdOne a em {
    background:  url(/skin/default/images/img/main-zs-ico.png) no-repeat;
}

.right-icon-tb .tb .tdOne a.a01 em {
    background-position: -41px -81px;
}

.right-icon-tb .tb .tdOne a.a01:hover em {
    background-position: -41px -13px;
}

.right-icon-tb .tb .tdOne a.a02 em {
    background-position: -153px -13px;
}

.right-icon-tb .tb .tdOne a.a02:hover em {
    background-position: -153px -81px;
}

.right-icon-tb .tb .tdOne a.a03 em {
    background-position: -267px -13px;
}

.right-icon-tb .tb .tdOne a.a03:hover em {
    background-position: -267px -81px;
}

.right-icon-tb .tb .tdOne a.a04:hover em {
    background-position: -38px -218px;
}

.right-icon-tb .tb .tdOne a.a04 em {
    background-position: -38px -148px;
}

.right-icon-tb .tb .tdOne a.a05:hover em {
    background-position: -153px -217px;
}

.right-icon-tb .tb .tdOne a.a05 em {
    background-position: -153px -147px;
}

.right-icon-tb .tb .tdOne a.a06:hover em {
    background-position: -267px -219px;
}

.right-icon-tb .tb .tdOne a.a06 em {
    background-position: -267px -148px;
}

.right-icon-tb .tb .tdOne a.a07:hover em {
    background-position: -38px -357px;
}

.right-icon-tb .tb .tdOne a.a07 em {
    background-position: -38px -287px;
}

.right-icon-tb .tb .tdOne a.a08:hover em {
    background-position: -153px -357px;
}

.right-icon-tb .tb .tdOne a.a08 em {
    background-position: -153px -286px;
}

.right-icon-tb .tb .tdOne a.a09:hover em {
    background-position: -270px -357px;
}

.right-icon-tb .tb .tdOne a.a09 em {
    background-position: -270px -286px;
}

.right-icon-time p i {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    padding: 0 8px;
}
/* 中心板块各层次报考 */
.infoBox {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}
.infoBox>h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25px;
    height: 60px;
    position: relative;
    font-family: monospace;
}
.infoBox>h3::before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #07bdc7;
    position: absolute;
    top: 20px;
    left: 0;
}
.infoBox .cengci .cengciTit {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.infoBox .cengci .cengciTit li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.infoBox .cengci .cengciTit li em {
    font-weight: 600;
}
.infoBox .cengci .cengciTit li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoBox .cengci .cengciTit li p i {
    font-size: 16px;
    padding:10px 8px;
    margin-left: 5px;
}
.infoBox .cengci .cengciTit li p i:hover {
    color: #07BDC7;
    text-decoration: underline;
    cursor: pointer;
}
.infoBox .cengci .cengciTit li p i.ck {
    background: #07bdc7;
    color: #fff;
    box-shadow: 3px 3px 3px #ccc;
}
.infoBox .cengciContent {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoBox .cengciContent .contentLeft {
    width: 730px;
}

.infoBox .cengciContent .contentLeft>h4 {
    height: 36px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f8f8f8;
}
.infoBox .cengciContent .contentLeft>h4 span {
    color: #333333;
    position: relative;
    letter-spacing: 1px;
}
.infoBox .cengciContent .contentLeft>h4 span::before {
    content: "";
    display: block;
    width: 170px;
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    background-color: #00B0BD;
}
.infoBox .cengciContent .contentLeft>h4 em {
    font-size: 14px;color: #999;
    cursor: pointer;
}
.infoBox .cengciContent .contentLeft .questionsBox {
    position: relative;
    width: 100%;
    height: 180px;
}
.infoBox .cengciContent .contentLeft .questionsBox .questions:first-child {
    display: block;
}
.infoBox .cengciContent .contentLeft .questions {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.infoBox .cengciContent .contentLeft .questions>a {
    float: left;
    width: 220px;
    height: 140px;
    padding: 20px 10px;
    margin: 20px 35px 20px 0;
    background:  url(/skin/default/images/img/coach-audition-bg-v1.png) no-repeat right top;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f8f8f8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 0;
}
.infoBox .cengciContent .contentLeft .questions>a:hover {
    border-color: #f0f0f0;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
    top: -6px;
}
.infoBox .cengciContent .contentLeft .questions>a:last-child {
    margin-right: 0;
}
.infoBox .cengciContent .contentLeft .questions>a .qt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoBox .cengciContent .contentLeft .questions>a .qt img {
    width: 50px;
    height: 50px;
    border-radius:50%;
    margin-right: 20px;
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit h5 {
    font-weight: 600;
    line-height: 28px;
    font-size: 18px;
}
.infoBox .cengciContent .contentLeft .questions:nth-child(6)>a .qt .tit h5 {
    font-size: 16px;
}
.infoBox .cengciContent .contentLeft .questions:nth-child(7)>a .qt .tit h5 {
    font-size: 14px;
}
.infoBox .cengciContent .contentLeft .questions:nth-child(8)>a .qt .tit h5 {
    font-size: 12px;
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit span {
    display: flex;
    align-items: center;
    justify-content: start;
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit span i {
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    margin: 0 2px;
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit span i:nth-child(1) {
    background-color: rgba(207, 45, 40);
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit span i:nth-child(2) {
    background-color: rgba(236, 151, 31);
}
.infoBox .cengciContent .contentLeft .questions>a .qt .tit span i:nth-child(3) {
    background-color: rgba(0, 98, 204);
}
.infoBox .cengciContent .contentLeft .questions>a>p {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    line-height: 24px;
}
.infoBox .cengciContent .contentLeft .newinfo {
    margin-top: 15px;
}
.infoBox .cengciContent .contentLeft .newinfo li {
    float: left;
    width: 49%;
    margin: 5px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    height: 24px;
}
.infoBox .cengciContent .contentLeft .newinfo li:nth-of-type(odd) {
    margin-right: 2%;
}
.infoBox .cengciContent .contentLeft .newinfo li>a {
    width: 280px;
    overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow:ellipsis;
}
.infoBox .cengciContent .contentLeft .newinfo li span {
    font-size: 12px;
    color: #bbb;
}
.infoBox .cengciContent .contentLeft .book{
    width: 730px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.infoBox .cengciContent .contentLeft .book ul {
    width: 2920px;
    position: relative;
}
.infoBox .cengciContent .contentLeft .book ul li {
    width: 215px;
    height: 200px;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    margin: 30px 14px;
    float: left;
    -webkit-box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f8f8f8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.infoBox .cengciContent .contentLeft .book ul li:hover {
    margin-top: 15px;
    border-color: #f0f0f0;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
}
.infoBox .cengciContent .contentLeft .book ul li a {
    display: block;
}
.infoBox .cengciContent .contentLeft .book ul li a .bookImg {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoBox .cengciContent .contentLeft .book ul li a .bookImg img {
    width: 100%;
}
.infoBox .cengciContent .contentLeft .book ul li a h5 {
    line-height: 20px;
    text-align: center;
}
.infoBox .cengciContent .contentLeft .book ul li a p {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.infoBox .cengciContent .contentLeft .book ul li a p span {
    color: #fd7400;
    font-size: 14px;
    font-weight: 600;
}
.infoBox .cengciContent .contentLeft .book:hover>span {
    display: block;
}
.infoBox .cengciContent .contentLeft .book>span{
    display: none;
}
.infoBox .cengciContent .contentLeft .book>span i {
    width: 20px;
    height: 30px;
    background-color: #7f7f7f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
}
.infoBox .cengciContent .contentLeft .book>span i.bookleft {
    left: 0;
    top: 100px;
}
.infoBox .cengciContent .contentLeft .book>span i.bookright {
    right: 0;
    top: 100px;
}
.infoBox .cengciContent .contentRight {
    width: 380px;
    height: 726px;
}
.infoBox .cengciContent .contentRight>h4 {
    height: 36px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 20px;
}
.infoBox .cengciContent .contentRight>h4 span {
    color: #333333;
    position: relative;
    letter-spacing: 1px;
}
.infoBox .cengciContent .contentRight>h4 span.ke img {
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.infoBox .cengciContent .contentRight>h4 span.ke::before {
    content: "";
    display: block;
    width:50px;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    background-color: #00B0BD;
}
.infoBox .cengciContent .contentRight>h4 span::before {
    content: "";
    display: block;
    width: 66px;
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    background-color: #00B0BD;
}
.infoBox .cengciContent .contentRight .kePrice {
    height: 170px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f8f8f8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.infoBox .cengciContent .contentRight .kePrice:hover {
    border-color: #f0f0f0;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
    top: -6px;
}
.infoBox .cengciContent .contentRight .kePrice a {
    display: block;
}
.infoBox .cengciContent .contentRight .kePrice .imgBox {
    width: 100%;
    height: 100px;
}
.infoBox .cengciContent .contentRight .kePrice a h5 {
    font-size: 14px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 10px;
}
.infoBox .cengciContent .contentRight .kePrice a p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}
.infoBox .cengciContent .contentRight .kePrice a p>span {
    font-size: 16px;
    font-weight: 600;
    color: #FD7400;
}
.infoBox .cengciContent .contentRight .kePrice a p>span em{
    text-decoration:line-through;
}
.infoBox .cengciContent .contentRight .kePrice a p>span i {
    margin: 0 10px;
}
.infoBox .cengciContent .contentRight .kePrice a p>em {
    background-color: #FD7400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 74px;
    border-radius: 25px;
    color: #fff;
}
.newslunbo .pclbul {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    font-size: 14px;
}
.newslunbo ul {
    position: absolute;
    bottom: -60px;
    left: 0;
}
.newslunbo ul li {
    height: 60px;
}
.newslunbo ul li span {
    height: 24px;
    color: #bbb;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newslunbo ul li p {
    height: 36px;
    line-height: 36px;
    display: block;
    width: 380px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    /* cursor: pointer; */
}
.newslunbo ul li p:hover {
    color: #FF4500;
    text-decoration: underline;
}
.tjico li{
    width: 115px;
    float: left;
    margin:8px 5px;
}
.tjico li:hover a span em {
    color: #FF4500;
}
.tjico li a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.tjico li a img {
    width: 34px;
    margin-right: 8px;
}
.tjico li a span em {
    font-size: 14px;
    color: #333333;
    display: block;
}
.tjico li a span i {
    font-size: 12px;
    color: #bbb;
    display: block;
}
.chat {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #f2fafa;
    margin-top: 12px;
}
.chat .chatimg1 {
    width: 42px;
}
.chat p em {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 24px;
}
.chat p i {
    font-size: 14px;
    display: block;
}
.chat .chatimg2 {
    width: 90px;
}
.chat>a {
    width: 68px;
    height: 24px;
    font-size: 12px;
    background-color: #00B0BD;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    cursor: pointer;
}
/* 板块报考流程 */
.bklc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
}
.bklc::before {
    content: "";
    display: block;
    width: 1140px;
    height: 3px;
    background-color: #ebedf1;
    position: absolute;
    left: 30px;
    top: 16px;
    opacity: 0.3;
}
.bklc li {
    width: 180px;
    margin-right: 12px;
}
.bklc li i {
    width: 36px;
    height: 64px;
    background:  url(/skin/default/images/img/liuico1.png) no-repeat left top;
    text-align: center;
    line-height: 36px;
    display: block;
    margin: 0 auto;
}
.bklc li:last-child {
    margin-right: 0;
}
.bklc li a {
    display: block;
    height: 190px;
    background:#eefafc  url(/skin/default/images/img/liuico2.png) no-repeat right bottom;
    position: relative;
    top: 0;
    display: block;
    border-radius: 12px;
    transition: all .3s ease;
}
.bklc li a:hover {
    border-color: #f0f0f0;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
    top: -6px;
    color: initial;
}

.bklc li a p {
    line-height: 24px;
    font-size: 16px;
    display: block;
    font-weight: 600;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 5px;
}
.bklc li a .lcimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bklc li a .lcimg img {
    width: 32px;
    margin: 13px 10px 0 0;
}
.bklc li a h4 {
    margin-top: 22px;
    font-size: 18px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 资讯部分 */
.zxBox {
    padding:0 20px 30px;
}
.zxBox .zxImg {
    width: 365px;
    height: 212px;
    margin-right: 25px;
    float: left;
    margin-top: 25px;
}
.zxBox .zxImg img {
    display: block;
    width: 100%;
    height: 100%;
}
.zxBox .zx {
    width: 365px;
    height: 212px;
    float: left;
    margin-top: 25px;
    margin-right: 25px;
}
.zxBox .zx h4 {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}
.zxBox .zx h4 span {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-left: 35px;
}
.zxBox .zx h4 span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background:  url(/skin/default/images/img/zx1.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -35px;
    top: 5px;
}
.zxBox .zx:nth-child(3) h4 span::before {
    background:  url(/skin/default/images/img/zx2.png) no-repeat left top;
    background-size: 100%;
}
.zxBox .zx:nth-child(3) {
    margin-right: 0;
}
.zxBox .zx:nth-child(4) h4 span::before {
    background:  url(/skin/default/images/img/zx6.png) no-repeat left top;
    background-size: 100%;
}
.zxBox .zx:nth-child(5) h4 span::before {
    background:  url(/skin/default/images/img/zx4.png) no-repeat left top;
    background-size: 100%;
}
.zxBox .zx:nth-child(6) {
    margin-right: 0;
}
.zxBox .zx:nth-child(6) h4 span::before {
    background:  url(/skin/default/images/img/zx5.png) no-repeat left top;
    background-size: 100%;
}
.zxBox .zx h4 a {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
    position: relative;
    display: block;
}
.zxBox .zx h4 a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -13px;
    top: 4px;
    background:  url(/skin/default/images/img/zxmore.png) no-repeat left top;
    background-size: 100%;
}
.zxBox .zx ul {
    padding-top: 5px;
}
.zxBox .zx ul li {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zxBox .zx ul li a {
    color: #333333;
    font-size: 14px;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
}
.zxBox .zx ul li:hover a {
    color: red;
}
.zxBox .zx ul li span {
    width: 12%;
    font-size: 12px;
    color: #999999;
    text-align: end;
}
/* 页面报名表 */
.bmBox {
    width: 1200px;
    height: 640px;
    margin: 0 auto;
    background:  url(/skin/default/images/img/bmbg.png) no-repeat left top;
    background-size: 100%;
    border-radius: 10px;
}
.bmBox h3 {
    height: 155px;
    background:  url(/skin/default/images/img/bmtit.png) no-repeat left top;
    background-size: 100%;
}
.bmBox>ul {
    width: 780px;
    margin: 0 auto;
}
.bmBox>ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 60px;
}
.bmBox>ul li>i {
    width: 180px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}
.bmBox>ul li p {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #FFFFFF;
}
.bmBox>ul li p span.ck img.bmchck {
    display: block;
}
.bmBox>ul li p span.ck img.bmchckno {
    display: none;
}
.bmBox>ul li p span {
    cursor: pointer;
    height: 60px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 30px;
}
.bmBox>ul li p span img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.bmBox>ul li p span img.bmchck {
    display: none;
}
.bmBox>form ul {
    display: flex;
    align-items: center;
    justify-content:start;
    width: 800px;
    margin: 20px auto 0;
    height: 50px;
}
.bmBox>form ul li {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.bmBox>form ul li:last-child {
    margin-right: 0;
}
.bmBox>form ul li select,input {
    width: 215px;
    border: 0;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    color: #333333;
    border-radius: 5px;
}
.bmBox>form ul li img {
    width: 120px;
    height: 50px;
    margin-left: 10px;
}
.bmBox>form textarea {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    width: 800px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #333333;
    resize: none;
    border-radius: 5px;
}
.bmBox .pcbnt {
    width: 223px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    margin: 30px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f66d2a;
    background: -moz-linear-gradient(left,#f8a537,#f66d2a);
    background: -webkit-linear-gradient(left,#f8a537,#f66d2a);
    background: linear-gradient(left,#f8a537,#f66d2a);
    border: 0;
    cursor: pointer;
}
/* 底部 */
.fttop {
    background-color: #FFFFFF;
    height: 100px;
    margin-top: 20px;
}
.fttop ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fttop ul li {
    width: 250px;
    background:  url(/skin/default/images/img/fttopbg2.png) no-repeat;
    background-position: 0 -25px;
    margin: 0 20px;
}
.fttop ul li a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    background:  url(/skin/default/images/img/fttopbg1.png) no-repeat;
    background-position: 0px 20px;
}
.fttop ul li a:hover span {
    text-decoration: underline;
    color: red;
}
.fttop ul li a i {
    color: #e13b29;
    font-size: 16px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 2px;
}
.fttop ul li a span {
    width: 130px;
    line-height: 26px;
    color: #333;
    font-size: 16px;
}






.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}







.footer{
    padding:20px 0;
    background-color:#4b5054;
    color:#999;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#999;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #12c8d5;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #12c8d5;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}