html {
    font-size: 16px;
    color: #292929
}

body, html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

body, html, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td, a, img, span, button {
    margin: 0;
    padding: 0;
}

ul, ol, dl, li, dt, dd {
    list-style: none;
    border: 0;
}

input, textarea {
    -webkit-tap-highlight-color: rgba(111, 111, 111, 0);
    outline: none;
    border: none;
}

input[type='search'] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbb;
    font-size: inherit;
    font-weight: normal;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bbb;
    font-size: inherit;
    font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bbb;
    font-size: inherit;
    font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bbb;
    font-size: inherit;
    font-weight: normal;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    outline: none;
}

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

.clearfix {
    zoom: 1;
}

img {
    max-width: 100%;
}

a {
    color: #292929;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

a:hover, a:active, a:visited, a:link, a:focus {
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #2ba246;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    /* padding:0 88px; */
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    display: inline-block;
    background-size: cover;
}

.line_1 {
    background-image: url("../img/line1.png");
    width: 2px;
    height: 67px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.line_2 {
    background-image: url("../img/line2.png");
    width: 489px;
    height: 1px;
    background-repeat: repeat-x;
    display: inline-block;
}

.line_3 {
    background-image: url("../img/line3.png");
    width: 2px;
    height: 22px;
    background-repeat: repeat-x;
    display: inline-block;
}

.icon-hot {
    background-image: url("../img/icon-hot.png");
    width: 31px;
    height: 42px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-material {
    background-image: url("../img/icon-material.png");
    width: 32px;
    height: 39px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-student {
    background-image: url("../img/icon-student.png");
    width: 30px;
    height: 38px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-wechat {
    background-image: url("../img/icon-wechat.png");
    width: 27px;
    height: 21px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-e1 {
    background-image: url("../img/e1.png");
    width: 83px;
    height: 83px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-e2 {
    background-image: url("../img/e2.png");
    width: 83px;
    height: 83px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-weibo {
    background-image: url("../img/f1.png");
    width: 60px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-weixin {
    background-image: url("../img/f2.png");
    width: 60px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-weixin_m {
    background-image: url("../img/h1.png");
    width: 43px;
    height: 37px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-msg {
    background-image: url("../img/f3.png");
    width: 60px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-loc {
    background-image: url("../img/icon-loc.png");
    width: 20px;
    height: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-g1 {
    background-image: url("../img/g1.png") !important;
    width: 27px !important;
    height: 27px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: inline-block !important;
}

.icon-g2 {
    background-image: url("../img/g2.png") !important;
    width: 27px !important;
    height: 27px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: inline-block !important;
}

.icon-g3 {
    background-image: url("../img/g3.png") !important;
    width: 27px !important;
    height: 27px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: inline-block !important;
}

.icon-about {
    background-image: url("../img/attach11.png");
    width: 91px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-img {
    background-image: url("../img/img.png");
    width: 37px;
    height: 32px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.fixedSideBox .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.icon-kf {
    background-image: url("../img/j1.png");
}

.icon-tel {
    background-image: url("../img/j2.png");
}

.icon-weixin_j {
    background-image: url("../img/j3.png");
}

.icon-smallApp {
    background-image: url("../img/j4.png");
}

.fixedSideBox {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixedSideBox li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.fixedSideBox a {
    display: block;
    background-color: #fff;
    color: #7e7d7d;
    font-size: 14px;
    /*width: 56px;*/
    width: 120px;
    height: 38px;
    -webkit-box-shadow: 0px 4px 4px 2px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 0px 4px 4px 2px rgba(200, 200, 200, 0.3);
    box-shadow: 0px 4px 4px 2px rgba(200, 200, 200, 0.3);
    position: relative;
}

.fixedSideBox a:hover {
    background-color: #005893;
    color: #fff;
}

.fixedSideBox .box1 a:hover .icon {
    background-image: url("../img/j1_2.png");
}

.fixedSideBox .box2 a:hover .icon {
    background-image: url("../img/j2_2.png");
}

.fixedSideBox .box3 a:hover .icon {
    background-image: url("../img/j3_2.png");
}

.fixedSideBox .box4 a:hover .icon {
    background-image: url("../img/j4_2.png");
}

.fixedSideBox a .txtBox {
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.fixedSideBox a .txtBox span {
    display: inline-block;
}

.fixedSideBox a:hover .rightBox {
    width: 140px;
}

.fixedSideBox a .rightBox {
    position: absolute;
    top: 0;
    right: 118px;
    width: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    background-color: #005893;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    z-index: -1;
    transition: width .2s ease 0s;
}

.fixedSideBox .box3 .rightBox, .fixedSideBox .box4 .rightBox {
    background-color: transparent;
}

.t1 {
    border-bottom: 1px solid #e2e4e3;
    position: relative;
    margin-bottom: 35px;
}

.t1 .leftT .icon {
    margin-right: 15px;
    vertical-align: middle;
}

.t1 .leftT .txt {
    vertical-align: bottom;
    display: inline-block;
}

.t1 .leftT.underline {
    border-bottom: 2px solid #242424;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.t1 .rightT {
    align-self: flex-end;
    margin-bottom: 10px;
    font-weight: bold;
}

.t1 .rightT a {
    display: inline-block;
    color: #292929;
    font-size: 18px;
    margin-left: 50px;
}

.t1 .more {
    font-size: 14px;
    color: #767575;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.t1 .more:hover, .t2 .more:hover {
    color: #005893;
}

.t2 .more {
    font-size: 14px;
    color: #767575;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.t2 {
    border-bottom: 1px solid #e2e4e3;
    position: relative;
    margin-bottom: 35px;
    height: 65px;
    line-height: 60px;
}

.t2 .leftT {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.t2 .txt:before {
    content: '';
    display: inline-block;
    border-left: 3px solid #005893;
    margin-right: 10px;
    height: 26px;
    vertical-align: -5px;
}

.t3 {
    border-bottom: 1px solid #e2e4e3;
    position: relative;
    margin-bottom: 35px;
}

.t3 .leftT {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.t3 .leftT.underline {
    border-bottom: 2px solid #005893;
}

.t3 .rightT {
    color: #292929;
    font-size: 14px;
    font-weight: bold;
}

.t3 .rightT a {
    color: inherit;
}

.t3 .rightT li {
    padding: 0 13px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #d5d5d5;
}


.tips {
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    width: 100%;
    background: #1f1f1f;
}

.footer .top {
    border-bottom: 1px solid #5b5a5a;
}

.footer .tab {
    font-size: 0
}

.footer .tab li {
    display: inline-block;
    color: #fff;
}

.footer .tab1, .footer .tab3 {
    padding: 30px 0;
}

.footer .tab2 {
    padding: 0 0 20px;
}

.footer .tab li a {
    color: inherit;
}

.footer .tab1 li {
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #3c433f;
    font-size: 14px;
}

.footer .tab2 li {
    margin-right: 20px;
    color: #929292;
    font-size: 13px;
}

.footer .tab3 li {
    margin-right: 28px;
    color: #fff;
    font-size: 14px;
}

.footer .txt {
    color: #929292;
    font-size: 13px;
    margin-bottom: 30px;
}

.footer .txt .copyrightBox {
    margin-left: 20px;
    line-height: 25px;
}

.footer .txt .copyrightBox img {
    vertical-align: middle;
    margin-right: 5px;
}

.footer .right .ewmBox {
    width: 104px;
    height: 104px;
    display: inline-block;
    margin-left: 30px;
}

.footer .right .ewmBox p {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.pageBox {
    text-align: center;
    margin: 90px 0;
}

.pageBox li {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    color: #292929;
}

.pageBox li:not(.num) {
    border: 1px solid #e1e2e1;
    
}
.pageBox li.pageNum,.pageBox li.prev{
    margin: 0 2px;
}
.pageBox li.num a {
    cursor: default;
}

.pageBox li.active {
    background-color: #005893;
    color: #fff;
    border: 1px solid #005893;
    padding: 0 8px;
}

.pageBox li a {
    color: inherit;
    font-size: 14px;
    padding: 0 8px;
}

.disabled span {
    color: inherit;
    font-size: 14px;
    padding: 0 8px;
}

.pageBox .first, .pageBox .next, .pageBox .last {
    margin-right: 8px;
}

.pageBox .next {
    margin-left: 8px;
}

.copyright {
    color: #929292;
    font-size: 14px;
}

.cxWeb {
    width: 81px;
    height: 28.5px;
    /*background-image: url("../img/cx03.gif");*/
    background-size: cover;
    margin-left: 20px;
}

.footer .tab li a:hover {
    color: #fff;
}

.footer .tab3 li a:hover {
    text-decoration: underline;
}

.footer .tab1 li:hover,.footer .tab1 li.active {
    opacity: 0.8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.listWrapper .listBox .list_1 li .cate:hover {
    color: #005893;
    text-decoration: underline;
}

.t3 .rightT a:hover, .listWrapper .listBox .hotList li a:hover, .listWrapper .listBox .list_1 li a.t:hover {
    color: #005893;
}

.pageBox li:not(.num):hover {
    border-color: #005893;
    color: #005893;
}

.pageBox li.active:hover {
    color: #fff;
}

.nav2 .item.active:hover {
    color: #fff;
}
