﻿@charset "utf-8";
@font-face {
    font-family: "syrh";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}

@font-face {
    font-family: "yuweij";
    src: url('../fonts/YuWeiShuFaXingShuJianTi-1.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Anton-Regular";
    src: url('../fonts/Anton-Regular-2.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "SourceHanSerifSC-Bold";
    src: url('../fonts/SourceHanSerifSC-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    src: url('../fonts/SourceHanSerifCN-SemiBold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "STXingkai-SC-Bold";
    src: url('../fonts/STXingkai-SC-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "FZXKJW--GB1-0";
    src: url('../fonts/FZXKJW.ttf') format('truetype');
    /* Safari, Android, iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 16px;
    color: #333;
    width: 100%;
    zoom: 1;
    /* padding-top: 100px; 
    background:#f5f3f4  url(../images/esd_bg.jpg) top center no-repeat;*/
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #015198;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*单行文本省略号*/

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}


/*多行文本省略号*/

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}


/*input字体*/

 :-moz-placeholder {
    color: #999999;
}

 ::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    /* background-color: #cae0ed; */
    /*background: url(../images/touch_barbg.jpg) center;*/
    background-repeat: repeat-y;
}

 ::-webkit-scrollbar-track {
    /* background-color: #cae0ed; */
}

 ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    width: 6px;
    height: 18px;
    /* background-color: #015198; */
    /*background: url(../images/thumb.png) bottom no-repeat;*/
}

 ::-webkit-scrollbar-button {
    height: 0px;
    background-color: #cae0ed;
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    color: #666666;
}

.Pages a {
    height: 34px;
    padding: 0 10px;
    border: solid 1px #d2d2d2;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
    border-radius: 4px;
}

.Pages a:hover {
    background-color: #da251c;
    color: #fff;
    border: 1px solid #da251c;
}

.Pages a.a_cur {
    background-color: #da251c;
    color: #fff;
    border: 1px solid #da251c;
}

.Pages .num a {
    width: 40px;
    padding: 0;
}

.Pages .num {
    font-style: normal;
}

.Pages .p_count {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
}

.Pages .p_jump {
    margin: 0 10px;
}

.Pages .p_jump .i_text {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
    width: 30px;
    border-radius: 4px;
}

@media(max-width:992px) {
    .Pages {
        font-size: 14px;
    }
    .Pages a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin: 5px 0;
    }
    .Pages .num a {
        width: 30px;
    }
}


/*pages end*/

.Contain {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

@media(max-width:1024px) {
    body {
        font-size: 14px;
    }
}

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*Top*/

.Header {
    /* position: fixed; */
    width: 100%;
    left: 0;
    top: 0;
    /*background: #fff;*/
    z-index: 100;
    transition: all 0.3s;
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.Header.fix {
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);*/
}

.Header .m-btn {
    display: none;
    cursor: pointer;
    padding: 15px 5px;
    border-radius: 5px;
    z-index: 999;
    margin-top: 15px;
    margin-left: 10px;
}

.Header .m-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #da251c;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Header .m-btn span::before,
.m-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #da251c;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Header .m-btn span:before {
    top: -8px;
}

.Header .m-btn span:after {
    bottom: -8px;
}

.Header .m-btn.active span {
    background: transparent;
}

.Header .m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.Header .m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.top_right {
    margin-top: 37px;
}

.Search {
    position: relative;
}

.Search dd {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    float: right;
    margin-left: 10px;
}

.Search .top-search {
    position: relative;
    z-index: 99;
    float: left;
}

.Search .open-search {
    background: url(../images/search.png) no-repeat center center #f4f4f4;
    width: 45px;
    height: 45px;
    border: solid 1px #e6e6e6;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
}

.Search .search-box {
    position: absolute;
    right: 0;
    width: 0;
    overflow: hidden;
    border-radius: 30px;
    top: 0;
    height: 45px;
    background-color: #f4f4f4;
    border-radius: 23px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
}

.Search .top-search-show .search-box {
    width: 200px;
    opacity: 1;
}

.Search .search-box .text {
    width: 100%;
    line-height: 45px;
    border: none;
    background: none;
    color: #333;
    box-sizing: border-box;
    padding: 0 45px 0 10px;
    height: 45px;
}

.Search .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/search.png) no-repeat center center;
    height: 100%;
}

.Wechat {
    position: relative;
    margin-left: 30px;
    z-index: 999;
}

.Wechat dt {
    width: 45px;
    height: 45px;
    background: #f4f4f4 url(../images/wx.png) center no-repeat;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
}

.Wechat dd {
    float: right;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 10px;
}

.Wechat .qr {
    position: absolute;
    top: 100%;
    left: -34px;
    width: 180px;
    height: 209px;
    background: url(../images/qr_bg.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.Wechat .qr img {
    height: 180px;
	z-index:999999999;
}

.Wechat:hover .qr {
    display: flex;
}

.Header .Logo {
    padding: 20px 0;
}

.Header .slogen {
    margin-top: 37px;
    margin-left: 50px;
}

.MainNav {
    position: relative;
	background:#DA251C;

}

.MainNav .Contain {
    position: relative ;
       background-color: #da251c;
}

.MainNav ul::after {
    content: '';
    display: block;
    clear: both;
}

.MainNav ul li {
    float: left;
    width: 11.11%;
    line-height: 70px;
    text-align: center;
    transition: all .3s;
}

.MainNav ul li:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none
}

.MainNav ul li:last-child:after {
    display: none;
}


/*    .MainNav ul li:before {
        content: '';
        width: 0;
        height: 100%;
        background: #ed2e24 url(../images/menu_hover_bg.png) left center no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s;
        z-index: 9;

    }*/

.MainNav ul li:hover,
.MainNav ul li.onnav {
    background: #ed2e24 url(../images/menu_hover_bg.png) left center no-repeat;
    background-size: 85.71% 100% !important;
}

.MainNav ul li>a {
    display: block;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    z-index: 99;
    position: relative;
}

.MainNav ul li .NavPull {
    position: absolute;
    width: 96%;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
    padding: 1% 2%;
}

.MainNav ul li .NavPull dl dd {
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    float: left;
}

.MainNav ul li .NavPull dl dd a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    transition: none;
}

.MainNav ul li .NavPull dl dd:hover {
    background-color: #da251c;
}

.MainNav ul li .NavPull dl dd:hover a {
    color: #fff;
}

.MainNav ul li .NavPull dl dd:first-child a {
    border-top: none;
}

@media ( max-width:1680px) {
    .Header .auto {
        padding: 0 2% 0 3.2%;
    }
}

@media ( max-width:1440px) {
    .Search .top-search-show .search-box {
        width: 220px;
    }
    .Header .slogen {
        margin-left: 20px;
    }
}

@media ( max-width:1366px) {
    .Header .slogen img {
        max-width: 220px;
    }
}

@media(max-width:1280px) {
    .Search .top-search-show .search-box {
        width: 180px;
        opacity: 1;
    }
}

@media(max-width:1200px) {
    .MainNav ul li>a {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .top_right {
        margin-top: 7px;
    }
    .Wechat .qr p {
        line-height: 20px;
    }
    .Search dd,
    .Wechat dd {
        font-size: 16px;
    }
    .Header {
        height: 60px;
        line-height: 60px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .Header.fix {
        position: fixed;
    }
    .Header:after {
        display: none;
    }
    .Header .Logo {
        padding: 0;
    }
    .Header .Logo img {
        height: 46px;
    }
    .Header .slogen {
        display: none;
    }
    .Header .m-btn {
        display: block;
    }
    .MainNav {
        width: 0;
        /* background: #fff; */
        position: absolute;
        top: 60px;
        right: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        overflow: hidden;
        height: calc(100vh - 60px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .MainNav ul {
        padding: 10px 0;
        height: 600px;
        overflow-y: scroll;
    }
    .MainNav ul li {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        line-height: 46px;
        font-size: 15px;
        min-width: 120px;
        text-align: left;
        padding: 0 10px;
    }
    .MainNav ul li>a {
        font-size: 17px;
    }
    .MainNav ul li::after {
        display: none;
    }
    .MainNav ul li b {
        display: block;
        width: 46px;
        height: 46px;
        background: url(../images/more1.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .MainNav ul li .NavPull {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .MainNav ul li:before {
        content: '';
        width: 0;
        height: 45px;
        background: #ed2e24 url(../images/menu_hover_bg.png) left top no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s;
        z-index: 9;
    }
    .MainNav ul li .NavPull dl dd {
        line-height: 30px;
        font-size: 13px;
        text-align: left;
        padding-left: 10px;
    }
    .MainNav.show {
        width: 60%;
    }
}

@media(max-width:768px) {
    .Header {
        height: unset;
    }
    .Wechat {
        margin-left: 14px;
    }
    .Search dd,
    .Wechat dd {
        font-size: 14px;
    }
    .Search .top-search-show .search-box {
        width: 200px;
    }
}

@media(max-width:480px) {
    .Search dd,
    .Wechat dd {
        display: none;
    }
}

@media(max-width:414px) {
    .Header .Logo img {
        height: 40px;
    }
}

@media(max-width:375px) {
    .Header .Logo img {
        height: 34px;
    }
    .Header .m-btn {
        margin-left: 4px;
    }
}


/*Top*/


/* Bottom */

.Bottom {
    border-top: 5px #da251c solid;
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding: 2% 0;
}

.Bottom a {
    color: #333333;
}

.Bottom .Copy a {
    margin-left: 20px;
}

.Bottom .add {
    margin-left: -20px;
    text-align: center;
}

.Bottom .add a {
    margin-left: 20px;
}

.Bottom a:hover {
    color: #da251c;
}

@media(max-width:1440px) {}

@media(max-width:1024px) {
    .Bottom {
        font-size: 14px;
    }
}


/* bottom */


/*栏目页公用样式 s*/

.ColumnName {
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #015198;
    display: none;
    line-height: 38px;
    position: relative;
}

.ColumnName span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
}

.ColumnName .arr {
    position: absolute;
    width: 30px;
    right: 10px;
    top: 0;
    transition: all ease 0.3s;
}

.ColumnName .iconfont {
    font-size: 20px;
}

.ColumnName.on .arr {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}


/* 二级菜单 */


/* 首页内容 */

.HomeCon {    margin-bottom: 2%;}
.HomeCon>.Contain{
background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.HomeTit {
    position: relative;
}

.HomeTit .tit {
	margin-left:-20px;
	margin-top:10px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 2px;
    color: #ffffff;
    width: 160px;
    height: 47px;
    text-align: center;
    background: url(../images/tit_bg.png) top center no-repeat;
}

.HomeTit .more {
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    background: url(../images/add.png) center no-repeat;
    bottom: 20px;
    right: 20px;
}


/* 焦点图 */

.con_part1 {padding-top: 20px;}

.focusBox {
    width: 60%;
    float: left;
    overflow: hidden;
    position: relative;
}

.focusBox .pic {
    clear: both;
}

.focusBox .pic li {
    position: relative;
}

.focusBox .pic li .imgbox {
    padding-top: 450px;
}

.focusBox .pic .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding-left: 3%;
    padding-right: 20%;
    background: url(../images/op_bg1.png);
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}
.focusBox li:hover .pic .tit{color:#ffcc00;}

.focusBox .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 3%;
    width: auto;
    left: unset;
}

.focusBox .slick-dots li {
    overflow: hidden;
    text-align: center;
    margin: 0 6px;
}

.focusBox .slick-dots li button {
    width: 10px;
    height: 10px;
    background: url(../images/dot.png) left center no-repeat;
    display: block;
    border-radius: 0;
}

.focusBox .slick-dots li.slick-active button,
.focusBox .slick-dots li:hover button {
    background: url(../images/dot.png) right center no-repeat;
    opacity: 1;
}

.con_part1 .IndexNews {
    width: 38%;
    float: right;
}

.IndexNews .indexNewsNav{ 
    border-bottom: 1px solid #da251c;
    overflow: hidden;
}
.IndexNews .indexNewsNav::after{content:'';display: block;clear: both;}
.IndexNews .new_title {
   float:left;
}

.IndexNews .new_title .title {
    width: 140px;
    height: 50px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    display: block;
    /* float: left; */
}

.IndexNews .addboxnews .addboxnewsCon{display: none;position: relative;}
.IndexNews .addboxnews .addboxnewsCon .more{position: absolute;right:0;top:-50px; width: 50px;
    height: 50px;
    background: url(../images/add.png) center no-repeat;}

.IndexNews .new_title.on .title{background-color: #da251c; color: #ffffff;}



.IndexNews .new_title .more {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/add.png) center no-repeat;
}

.IndexNews .top_news {
    padding: 20px 0;
    border-bottom: 1px #f4f4f4 dashed;
}

.IndexNews .top_news .news_date {
    width: 90px;
    height: 110px;
    background: url(../images/date_bg.png) center no-repeat;
    float: left;
    text-align: center;
}

.IndexNews .top_news .news_date .date_dd {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #da251c;
    line-height: 34px;
    letter-spacing: 0px;
    padding: 24px 0 10px 0;
}

.IndexNews .top_news .news_date .date_MM {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #da251c;
    opacity: 0.6;
}

.IndexNews .top_news .news_tit {
    float: right;
    width: 78%;
}

.IndexNews .top_news .news_tit a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.IndexNews .top_news .news_tit p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.IndexNews .top_news .news_tit a:hover {
    color: #da251c;
}

.IndexNews .news_list {
    padding-top: 6px;
}

.news_list li {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    height: 40px;
}
//.news_list li:first-child {font-weight: bold;}

.news_list li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 19px;
    left: 0;
    background-color: #da251c;
}

.news_list li a {
    overflow: hidden;
    display: block;
    padding-left: 14px;
}

.news_list li:hover .tit {
    color: #da251c;
}

.news_list li .tit {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    color: #333333;
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li .date {
    float: right;
    font-size: 16px;
    color: #bababa;
}

.news_list li:hover .date {
    color: #8c8c8c;
}

@media ( max-width:1200px) {
    .IndexNews .new_title .title {
        font-size: 20px;
        width: 120px;
    }
    .IndexNews .top_news .news_tit {
        width: 70%;
    }
    .IndexNews .top_news .news_tit a {
        font-size: 16px;
    }
    .IndexNews .top_news .news_tit p {
        font-size: 14px;
    }
    .news_list li .tit {
        font-size: 16px;
    }
    .focusBox .pic .tit {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .focusBox .slick-dots {
        bottom: 20px;
    }
    .focusBox .pic .tit {
        padding-right: 22%;
        width: 75%;
    }
}

@media ( max-width:1024px) {
    .news_list li {
        line-height: 30px;
    }
    .news_list li:before {
        top: 14px;
    }
    .news_list li .tit {
        font-size: 14px;
        width: 82%;
    }
    .news_list li .date {
        font-size: 14px;
    }
    .focusBox .pic li .imgbox {
        padding-top: 380px;
    }
    .focusBox .slick-dots li {
        margin: 0 3px;
    }
}

@media(max-width:820px) {
    .focusBox {
        width: 100%;
        float: none;
    }
    .focusBox .pic li .imgbox {
        padding-top: 53.58%;
    }
    .con_part1 .IndexNews {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .IndexNews .top_news .news_tit {
        width: 80%;
    }
}

@media(max-width:480px) {
    .focusBox .pic .tit {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .focusBox .slick-dots {
        bottom: 10px;
    }
    .IndexNews .top_news .news_tit {
        width: 74%;
    }
    .IndexNews .new_title .title{height: 40px;line-height: 40px;font-size: 18px;}
    .IndexNews .new_title .more{height: 40px;line-height: 40px;}
}

@media(max-width:360px) {
    .IndexNews .top_news .news_date {
        width: 74px;
    }
    .IndexNews .top_news .news_date .date_dd {
        font-size: 28px;
    }
    .IndexNews .top_news .news_date .date_MM {
        font-size: 14px;
    }
}

.adPart {
 

}

.adPart .imgbox {
    padding-top: 7%;
}

.HomeCon .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.HomeCon .slick-prev {
    left: 0;
    background: url(../images/arr_l.png) center no-repeat;
}

.HomeCon .slick-next {
    right: 0;
    background: url(../images/arr_r.png) center no-repeat;
}

.HomeCon .slick-prev:hover {
    background: url(../images/arr_l1.png) center no-repeat;
}

.HomeCon .slick-next:hover {
    background: url(../images/arr_r1.png) center no-repeat;
}

/*@media(max-width:1024px) {}

@media(max-width:820px) {
    .adPart .imgbox {
        padding-top: 70px;
    }
}

@media(max-width:640px) {
    .adPart .imgbox {
        padding-top: 54px;
    }
}

@media(max-width:480px) {
    .adPart .imgbox {
        padding-top: 46px;
    }
}*/

.con_part2 {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
	border:solid 1px #e1e1e1;
}

.con_part2 .title {
    width: 90px;
    height: 80px;
    background: url(../images/title1.png) center no-repeat;
    border-radius: 10px;
    float: left;
}

.gzcylist {
    width: 90%;
    float: right;
}

.gzcylist li {
    float: left;
    width: 16.6%;
}

.gzcylist li .ico {
    float: left;
    width: 60px;
    height: 60px;
    background: #da251c url(../images/gzcy_bg1.png) no-repeat;
    border-radius: 50%;
}

.gzcylist li .ico img {}

.gzcylist li .txt {
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 10px;
}

.gzcylist li:hover .ico {
    background: #da251c url(../images/gzcy_bg2.png) no-repeat;
}

.gzcylist li:hover .txt {
    color: #da251c;
}

@media(max-width:1200px) {
    .gzcylist li .txt {
        font-size: 16px;
        line-height: 50px;
    }
    .gzcylist li .ico {
        float: left;
        width: 50px;
        height: 50px;
        background: #da251c url(../images/gzcy_bg1.png) no-repeat;
        border-radius: 50%;
        background-size: cover;
    }
}

@media(max-width:820px) {
    .gzcylist li .ico {
        margin: 0 auto;
        float: none;
    }
    .gzcylist li .txt {
        font-size: 16px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

@media(max-width:640px) {
    .gzcylist li .txt {
        line-height: 30px;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .gzcylist li {
        float: left;
        width: 33.33%;
    }
    .gzcylist li:nth-child(1),
    .gzcylist li:nth-child(2),
    .gzcylist li:nth-child(3) {
        margin-bottom: 10px;
    }
}

.con_part3 {
    overflow: hidden;
    padding-top: 40px;
    margin-left: -1.33%;
}

.listBox {
    width: 32%;
    padding: 0 1.5% 1.5%;
    float: left;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: relative;
    box-sizing: border-box;
    margin-left: 1.33%;
}

.listBox .HomeTit {
    top: -11px;
}

.listBox .HomeTit .more {
    bottom: 0;
    right: 0;
}

@media(max-width:820px) {
    .con_part3 {
        margin-left: 0;
        padding-top: 0;
    }
    .listBox {
        margin-left: 0;
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

@media(max-width:480px) {}


/* 学生园地 */

.con_part4 {
    margin-top: 20px;
}

.ztBox {
    overflow: hidden;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    padding: 14px;
    /*margin-left: 1.33%;*/
}

.ztBox .title {
    width: 76px;
    height: 100px;
    background: url(../images/title2.png) left center no-repeat;
    float: left;
}

.ztBox .ztList {
    width: 94%;
    float: right;
    margin-left: -14px;
}

.ztBox .ztList li {
    width: 32.54%;
    float: left;
    margin-left: 14px;
}

.ztBox .ztList li .imgbox {
    padding-top: 100px;
}

@media(max-width:820px) {
    .ztBox .ztList {
        width: 88%;
    }
}

@media(max-width:640px) {
    .ztBox .title {
        width: 60px;
        height: 60px;
        background: url(../images/title2.png) left center no-repeat;
        float: left;
        background-size: cover;
    }
    .ztBox .ztList li .imgbox {
        padding-top: 60px;
    }
}

@media(max-width:480px) {
    .ztBox .title {
        width: 60px;
        height: 70px;
        background: url(../images/title2.png) left center no-repeat;
        float: left;
        background-size: cover;
    }
    .ztBox .ztList {
        width: 80%;
        margin-left: 0;
    }
    .ztBox .ztList li {
        margin-left: 0;
    }
    .ztBox .ztList li .imgbox {
        padding-top: 70px;
    }
}

@media(max-width:1024px) {}

@media(max-width:768px) {}

@media(max-width:400px) {
    .ztBox .ztList {
        width: 76%;
        margin-left: 0;
    }
}

.con_part5 {
    overflow: hidden;
    padding-top: 40px;
    margin-left: -1.33%;
}

.BussList {
    margin-left: -3.33%;
    overflow: hidden;
}

.BussList li {
    float: left;
    width: 30%;
    margin-left: 3.33%;
    background-color: #f1f1f1;
    margin-top: 10px;
}

.BussList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
}

.BussList .b1,
.BussList .b2,
.BussList .b3 {
    margin-top: 0;
}

.BussList .b2,
.BussList .b4,
.BussList .b5,
.BussList .b6,
.BussList .b8 {
    background-color: #da251c;
}

.BussList li .ico {}

.BussList li .txt {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #222222;
    width: 80%;
    text-align: center;
}
.BussList li:hover .txt {color: #da251c;}

.BussList .b2 .txt,
.BussList .b4 .txt,
.BussList .b5 .txt,
.BussList .b6 .txt,
.BussList .b8 .txt {
    color: #ffffff;
}
.BussList .b2:hover .txt,
.BussList .b4:hover .txt,
.BussList .b5:hover .txt,
.BussList .b6:hover .txt,
.BussList .b8:hover .txt {
    color: #ffcc00;
}


/*滑过图标左右晃动效果 s*/

.BussList li:hover .ico {
    -webkit-animation: move 2s -1s infinite;
    -moz-animation: move 2s -1s infinite;
    -o-animation: move 2s -1s infinite;
    animation: move 2s -1s infinite;
}

@media(max-width:1200px) {
    .BussList li .txt {
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .BussList li .txt {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
    }
    .BussList li a {
        height: 74px;
    }
}

@media(max-width:820px) {
    .con_part5 {
        padding-top: 0;
    }
}

.con_part6 {
    overflow: hidden;
    margin-top: 20px;
    /*padding-left: 20px;*/
}

.qtList {
    margin-left: -20px;
}

.qtList li {
    margin-left: 20px;
}

.qtList li .imgbox {
    padding-top: 21%;
}
@media(max-width:768px) {
    .con_part6{
        padding-left: 0;
    }
    .qtList {
    margin-left: 0px;
}
    .qtList li{
         margin-left: 0px;
    }
}



.con_part7 {
    overflow: hidden;
    padding-top: 40px;
    /*margin-bottom: 40px;*/
    /*margin-left: 20px;*/
}

.rdBox .HomeTit {
    top: -11px;
}

.rdBox .HomeTit .more {
    bottom: 0;
    right: 0;
}

.rdBox {
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    padding: 0 1.5% 1.5%;
}

.rdList .slider {
    margin-left: -20px;
}

.rdList li {
    margin-left: 20px;
}

.rdList li .imgbox {
    padding-top: 64.5%;
    position: relative;
}

.rdList li .tit {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    padding-top: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rdList li:hover .tit {color: #da251c;}

@media(max-width:1200px) {
    .rdList li .tit {
        font-size: 15px;
    }
}

@media(max-width:820px) {
    .con_part7 {
        padding-top: 30px;
    }
}

.fLinks {
    padding: 3% 0;
    border-top: 1px #dcdcdc solid;
}

.fLinks .linkTit {}

.fLinks .linkTit img {
    position: relative;
    top: -8px;
}

.fLinks .linkTit ul {
    overflow: hidden;
    display: inline-block;
}

.fLinks .linkTit ul li {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.fLinks .linkTit ul li:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #dfdfdf;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.fLinks .linkTit ul li:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #da251c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.fLinks .linkTit ul li.on,
.fLinks .linkTit ul li:hover {
    color: #da251c;
}

.fLinks .linkTit ul li.on:after,
.fLinks .linkTit ul li:hover:after {
    width: 100%;
}

.fLinks .linkList {
    padding: 10px 0;
}

.fLinks .linkList ul {}

.fLinks .linkList ul li {
    display: none;
}

.fLinks .linkList ul li a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.fLinks .linkList ul li a:hover {
    color: #da251c;
}

.fLinks .linkList ul li.selected {
    display: block;
}

@media(max-width:1024px) {
    .fLinks .linkList ul li a {
        margin-right: 18px;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .fLinks .linkTit {
        position: relative;
    }
    .fLinks .linkTit ul {
        padding-left: 20px;
    }
    .fLinks .linkTit img {
        position: absolute;
        top: 7px;
    }
}


/* 内页 */

.SubCon {
    padding: 0 0 2%;
}

.sideMenuBox {
    width: 17%;
}

.sideMenuBox .Title {
    position: relative;
    background: #eef1f6 url(../images/tit.jpg) top center no-repeat;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.sideMenuBox .Title .arr {
    display: none;
}

.sideMenuBox .side_menu {
    background: #fff;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); */
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    padding: 20px 0;
}

.sideMenuBox .side_menu li {
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 5px 0;
}

.sideMenuBox .side_menu li:after {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.sideMenuBox .side_menu li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    transition: none;
}

.sideMenuBox .side_menu li.on a,
.sideMenuBox .side_menu li:hover a {
    background: url(../images/li_bg1.jpg) left center no-repeat;
    color: #ffffff;
    font-weight: bold;
}

@media(max-width:1024px) {
    .sideMenuBox {
        width: 100%;
        float: none;
        background: #eef1f6;
    }
    .sideMenuBox .Title {
        padding-left: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
        background: #da251c;
        font-size: 20px;
    }
    .sideMenuBox .Title:before {
        display: none;
    }
    .sideMenuBox .Title {
        padding-top: 0;
        font-size: 22px;
        line-height: 60px;
    }
    .sideMenuBox .Title .arr {
        display: block;
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
    }
    .sideMenuBox .Title .arr i {
        font-size: 30px;
    }
    .sideMenuBox .Title.on .arr {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate( -180deg) !important;
    }
    .sideMenuBox .side_menu {
        padding: 2%;
        display: none;
    }
    .sideMenuBox .side_menu li {
        height: 45px;
        line-height: 45px;
        position: relative;
    }
    .sideMenuBox .side_menu li a {
        font-size: 18px;
    }
    .sideMenuBox .side_menu li.on a,
    .sideMenuBox .side_menu li:hover a {
        background: #da251c;
        color: #ffffff;
        font-weight: bold;
    }
}

@media(max-width:640px) {
    .sideMenuBox .Title {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .sideMenuBox .Title .arr {
        width: 40px;
        height: 40px;
    }
    .sideMenuBox .Title .arr i {
        font-size: 24px;
    }
    .sideMenuBox .side_menu li {
        height: 36px;
        line-height: 36px;
    }
    .sideMenuBox .side_menu li a {
        font-size: 14px;
    }
}

.sideConTop {
    overflow: hidden;
    line-height: 50px;
}

.sideConTop .title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 18px;
    position: relative;
}

.sideConTop .title:before {
    content: '';
    width: 6px;
    height: 28px;
    background: url(../images/tit1.png) center no-repeat;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.localtion {
    text-align: right;
    font-family: SourceHanSansCN;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 1.59%;
}

.localtion img {
    position: relative;
    top: -2px;
}

.localtion a {
    color: #999999;
}

.localtion a:hover {
    color: #da251c;
}

.localtion span {
    color: #da251c;
}

.sideConBox {
    width: 79.5%;
}

.sideConBox .xyjjCon {
    background-color: #ebeef2;
    padding: 8%;
}

.sideConBox .sideCon p {}

.sideConBox .sideCon .xxjjPc {
    padding-top: 21.06%;
}

.sideConBox .sideCon .tit1 {
    font-family: SourceHanSansCN;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    padding-bottom: 3.5%;
    margin: 5% 0 3%;
}

.sideConBox .sideCon .tit1:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #da251c;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sideConBox .xyjjCon .txt {
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

@media(max-width:1024px) {
    .sideConBox {
        width: 100%;
        float: none;
    }
    .sideConBox .sideCon .tit1 {
        font-size: 24px;
    }
    .sideConBox .xyjjCon .txt {
        font-size: 14px;
    }
    .sideConBox .xyjjCon {
        padding: 3%;
    }
}

@media(max-width:480px) {
    .localtion {
        padding-bottom: 10px;
    }
}


/* 新闻 */

.NewsList {
    padding-bottom: 3.59%;
    border-bottom: 1px #f1f1f1 solid;
}

.NewsList a {
    display: block;
}

.NewsList .list_item {}

.NewsList .list_item .imgbox {
    padding-top: 21.57%;
    width: 36%;
    float: left;
}

.NewsList .list_item .txtbox {
    width: 60%;
    float: right;
}

.NewsList .list_item .tit {
    font-size: 20px;
    font-weight: bold;
    color: #da251c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NewsList .list_item .date {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
}

.NewsList .list_item .txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 90px;
    -webkit-box-orient: vertical;
    margin: 1% 0;
}

.NewsList .list_item .more_btn {
    width: 140px;
    height: 40px;
    background-color: #da251c;
    box-shadow: 0px 20px 40px 0px rgba(218, 37, 28, 0.1);
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.NewsList .list_item .more_btn img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.NewsList .list_item .more_btn:hover {
    background-color: #831b1d;
}

.NewsList a:hover {
    box-shadow: 0 5px 20px #ccc;
}

.NewsList a:hover .list_item .txt {
    color: #da251c;
}

.sideTitle {
    overflow: hidden;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
}

.SubCon .news_list li {
    padding: 2% 1%;
    border-bottom: 1px #f1f1f1 solid;
}

.SubCon .news_list li:before {
    display: none;
}

.SubCon .news_list li a {
    padding-left: 0;
}

.SubCon .news_list .title {
    overflow: hidden;
    line-height: 30px;
}

.SubCon .news_list .tit {
    position: relative;
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
}

.SubCon .news_list .tit:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #da251c;
}

.SubCon .news_list li:hover {
    box-shadow: 0 5px 20px #ccc;
}

.SubCon .news_list .txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

@media(max-width:1200px) {
    .NewsList .list_item .txt {
        line-height: 26px;
        height: 78px;
        margin: 1% 0;
    }
    .NewsList .list_item .more_btn {
        height: 40px;
        line-height: 40px;
    }
}

@media(max-width:1024px) {
    .SubCon .news_list .tit {
        font-size: 16px;
    }
    .SubCon .news_list .txt,
    .NewsList .list_item .txt {
        font-size: 14px;
    }
    .NewsList .list_item .tit {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .NewsList .list_item .tit {
        line-height: 20px;
        font-size: 18px;
    }
    .NewsList .list_item .txt {
        height: 52px;
        -webkit-line-clamp: 2;
    }
    .NewsList .list_item .more_btn {
        box-shadow: none;
        height: 36px;
        line-height: 36px;
        width: 110px;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .sideConTop {
        line-height: unset;
    }
    .sideConTop .title {
        float: none;
        margin-top: 3.59%;
    }
    .NewsList a {
        margin: 2% 0;
    }
    .NewsList .list_item .imgbox,
    .NewsList .list_item .txtbox {
        width: 100%;
        float: none;
    }
    .NewsList .list_item .imgbox {
        padding-top: 66%;
    }
    .NewsList .list_item .txtbox {
        padding: 5% 0;
    }
    .NewsList .list_item .date {
        padding: 2% 0;
    }
    .NewsList .list_item .txt {
        height: 78px;
        -webkit-line-clamp: 3;
        margin-bottom: 5%;
    }
    .SubCon .news_list .tit {
        width: 70%;
    }
}


/* 信息公开 */

.xxgkCon .news_list li {
    padding: 0;
    border-bottom: none;
}

.xxgkCon .news_list li:nth-child(6n) {
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 1px #e1e1e1 solid;
}

.xxgkCon .news_list li:hover {
    box-shadow: none;
}

.xxgkCon .news_list .title {
    line-height: 36px;
}

.xxgkCon .news_list .title .tit {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.xxgkCon .news_list li:hover .title .tit {
    color: #da251c!important;
}


/*.xxgkCon .news_list li:hover .title .date {
        color: #da251c!important;
    }*/

.xxgkCon .news_list .tit:before {
    top: 20px;
}

@media(max-width:1024px) {
    .xxgkCon .news_list .title .tit {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .xxgkCon .news_list .title .tit {
        font-size: 16px;
    }
    .xxgkCon .news_list .title {
        line-height: 40px;
    }
}

@media(max-width:480px) {
    .xxgkCon .news_list .title .tit {
        font-size: 14px;
    }
    .xxgkCon .news_list .title {
        line-height: 36px;
    }
    .xxgkCon .news_list .tit:before {
        top: 17px;
    }
}

.sideTitle .tit {
    float: left;
    height: 40px;
    background: #da251c url(../images/tit2.png) left center no-repeat;
    border-radius: 0px 30px 30px 0px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
}

.sideTitle .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #da251c;
    margin-right: 20px;
}

.sideTitle .more img {
    margin-right: 4px;
}

.xxgkCon .xxgkCon1_item .news_list {
    padding: 1% 0;
}

.xxgkCon .xxgkCon1_item {
    margin-bottom: 1%;
}

.xxgkCon .xxgkCon1_item .news_list li:nth-child(6n) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media(max-width:1024px) {
    /* .xxgkCon .xxgkCon1_item:nth-child(1) {
            margin-top: 20px;
        } */
}

@media(max-width:768px) {
    .sideTitle {
        height: 40px;
        line-height: 40px;
    }
    .sideTitle .tit {
        float: left;
        width: 120px;
        height: 40px;
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .sideTitle .tit {
        font-size: 18px;
    }
}


/* 视频 */

.news_video {
    overflow: hidden;
    margin-left: -3.33%;
}

.news_video li {
    width: 30%;
    margin-left: 3.33%;
    float: left;
    margin-bottom: 2%;
}

.news_video li a {
    position: relative;
    display: block;
}

.news_video li:hover a{
    color: #da251c
}

.news_video li .imgbox {
    padding-top: 66%;
}

.news_video li .play {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 40px;
    height: 100%;
}

.news_video li .txtbox {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    /* white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;*/
}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:768px) {
    .news_video {
        margin-left: -3%;
    }
    .news_video li {
        width: 47%;
        margin-left: 3%;
    }
}

@media(max-width:480px) {
    .news_video li {
        width: 100%;
        float: none;
    }
}

.downList {}

.downList li {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    position: relative;
}

.downList li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #da251c;
}

.downList li .tit {
    font-size: 20px;
    color: #333333;
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.downList li .tit img {
    position: relative;
    top: -2px;
    margin-right: 6px;
    display: none
}

.downList li .down_btn {
    font-size: 16px;
    color: #da251c;
    width: 100px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    float: right;
    text-align: center;
    line-height: 36px;
}

.downList li .down_btn img {
    position: relative;
    top: 0px;
    margin-right: 4px;
}

.downList li:hover .down_btn {
    background: #da251c;
    color: #fff;
}

@media(max-width:768px) {
    .downList li .tit {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .downList li .tit {
        font-size: 16px;
    }
    .downList li .down_btn {
        font-size: 14px;
    }
    .downList li .tit {
        width: 70%;
    }
    .downList li .down_btn {
        width: 24%;
    }
}


/* 新闻详情 */

.NewsDetail {
    padding: 2% 0 0;
}

.NewsDetail .De_top {
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
}

.NewsDetail .De_top .tit {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: normal;
}

.NewsDetail .De_top ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1.5% 0;
}

.News_btn a:hover {
    color: #da251c;
}

.NewsDetail .De_top ul li {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
    position: relative;
    padding: 0 16px;
}

.NewsDetail .De_top ul li.dy {
    cursor: pointer;
}

.NewsDetail .De_top ul li:nth-child(1) {
    padding-left: 0;
}

.NewsDetail .De_top ul li:after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.NewsDetail .De_top ul li:last-child:after {
    display: none;
}

.NewsDetail .De_top ul li span {
    color: #e3202f;
}

.NewsDetail .De_top ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.NewsDetail .De_top ul li a {
    width: auto;
    height: 16px;
    margin-left: 10px;
}


.NewsDetail .De_top ul li .bshare-custom {
    float: left;
}

.NewsDetail .De_top ul li .bshare-custom {
    /*line-height: 22px !important;*/
}

.NewsDetail .De_top ul li a {

    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    background: none;
}

.NewsDetail .De_top ul li a.wx {
    background: none;
    padding: 0;
    position: relative;
    top: -0;
    text-decoration: none;
    font-size: 16px;
}

.NewsDetail .De_top ul li a.wb {
    background: url(../images/wb.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qq {
    background: url(../images/qq.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qqkj {
    background: url(../images/qqkj.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.rrw {
    background: url(../images/rrw.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_bot {
    padding-top: 3%;
    border-bottom: 1px #e5e5e5 solid;
}

.NewsDetail .De_bot img {
    display: block;
    margin: 0 auto;
}

.NewsDetail .De_bot p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 2%;
    text-indent: 2em;
}

.NewsDetail .De_bot p.tc {
    text-align: center;
    text-indent: 0;
}

.NewsDetail .De_bot img {
    margin: 0 auto;
    display: inline-block;
}

.otherNews {
    padding: 2% 0;
}

.otherNews a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.News_btn {
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.News_btn .tit {
    font-weight: bold;
    color: #333333;
    padding: 0 2%;
}

.News_btn .tit span {
    color: #666666;
    font-weight: normal;
}

.News_btn.on .tit span,
.News_btn:hover .tit span {
    color: #da251c;
}

@media(max-width:768px) {
    .NewsDetail {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .NewsDetail .De_top ul li.dy {
        height: 30px;
        line-height: 30px;
    }
    .NewsDetail .De_top .tit {
        font-size: 18px;
    }
   /* .NewsDetail .De_top ul {
        display: block;
    }*/
.NewsDetail .De_top ul li{
    display: flex;
}

    .otherNews a {
        /* max-width: 75%;
        height: 60px; */
        overflow: hidden;
    }
    .News_btn * {
        float: left;
    }
    .NewsDetail .De_top ul li {
        padding: 0;
        /*float: none;
            width: 100%;*/
        text-align: left;
        margin-right: 15px;
    }
    .NewsDetail .De_top ul li:after {
        display: none
    }
    .NewsDetail .De_top .date {
        font-family: Montserrat-Regular;
        font-size: 12px;
        color: #a22224;
        padding: 5px;
    }
    .NewsDetail .De_top ul li:last-child {
        display: none
    }
    .NewsDetail .De_bot p {
        text-align: justify;
        font-size: 16px;
        line-height: 30px;
    }
    .otherNews {
        width: 100%;
        float: none;
    }
    .News_btn .tit {
        font-size: 14px;
    }
}
@media(max-width:480px) {
.NewsDetail .De_top ul li{display: inline-block;}
.NewsDetail .De_top ul{display: inline-block;width: 100%;}

}

/*20220321*/

.tanchuang {
    display: none;
    width: 660px;
    height: 360px;
    position: fixed;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -330px;
    z-index: 999;
}

.tanchuang h3 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
    background: #F2F2F2
}

.tanchuang_b {
    height: 300px;
    text-align: center;
    width: 100%;
    background: url(../images/line.png);
    background-size: contain;
}

.tanchuang_b div {
    width: 50%;
}

.tanchuang_b div img {
    height: 150px;
    margin: 60px auto 20px;
}

.tanchuang_b div p {
    font-size: 22px;
    color: #333
}

.tanchuang h3 span {
    padding: 0 10px;
    font-weight: normal;
    cursor: pointer;
}

.tanchuang87 .tanchuang_b div {
    width: 33.33%;
}

.grzc {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0
}

.grzc .tables {
    width: 60%;
    display: inline-block;
    border: 1px solid #333;
    border-bottom: none;
}

.grzc h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 60px;
}

.grzc div.w100 {
    line-height: 40px;
    width: 101%;
    float: left;
}

.grzc div.w100 .br0 {
    border-right: none
}

.grzc div.w50 {
    float: left;
    width: 49.5%;
    border-right: 1px solid #333;
    display: table;
    border-bottom: 1px solid #333;
}

.grzc .line4 {
    width: 85%;
}

.grzc .photo {
    width: 15%;
}

.grzc div.w50 span {
    width: 80px;
    text-align: center;
    text-align: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
    float: left;
    ;
    padding: 0 40px;
    border-right: 1px solid #333
}

.grzc div.w50 input {
    float: left;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    width: 55%;
}

.grzc .photo {
    height: 163px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.grzc .photo img {
    max-width: 95%;
    height: 98%;
    vertical-align: middle;
    margin-top: 1%;
}

.grzc div.w100 .w100 {
    width: 99.1%;
    border-right: 0
}

.grzc div.w100 .w40 {
    width: 42.1%;
}

.grzc div.w100 .w60 {
    width: 57%;
}

.grzc .txt .w100 span {
    height: 192px;
    line-height: 192px;
}

.grzc .txt .w100 .txts {
    width: 80%;
}

.grzc .txt .w100 .txts p {
    line-height: 24px;
    text-indent: 2em;
    text-align: left;
    padding: 20px 10px;
    text-align: justify;
}

.grzc .txt .w100 .qm {
    width: 40%;
    float: right;
}

.grzc .txt .w100 .qm p {
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.grzc .txt .w100 .qm i {
    float: left;
}

.grzc .txt .w100 .qm input {
    width: 80px;
}

.grzc .txt .w100 textarea {
    float: left;
    height: 120px;
}

.grzc button {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #DA251C;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
}

.grzc .w100 div.w50:nth-child(2) {
    border-right: 0
}

.Contain .auxiliary {
    float: right;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
}

.Contain .auxiliary dt {
    width: 45px;
    height: 45px;
    background: #f4f4f4 url(../images/fzgj.png) center no-repeat;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
}

.Contain .auxiliary dd {
    float: right;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 10px;
}

@media(max-width:768px) {
    .Contain .auxiliary {
        margin-left: 14px;
    }
    .Contain .auxiliary dd {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .Contain .auxiliary dd {
        display: none;
    }
}

@media (max-width: 414px) {
    .top_right {
        margin-top: 13px;
    }
    .Contain .auxiliary dt,
    .Search .open-search,
    .Wechat dt {
        width: 34px;
        height: 34px;
    }
    .Contain .auxiliary dt {
        background-size: 60%;
    }
    .Search .search-box {
        height: 34px;
    }
    .Search .search-box .text {
        line-height: 34px;
        padding: 0 34px 0 10px;
        height: 34px;
        position: relative;
        float: left;
    }
}

@media (max-width: 375px) {}

.grzc .tableBox {
    width: 100%;
}

.grzc div.w50 em {
    margin: 0 10px;
}

.grzc div.w50 .select {
    width: 12%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-indent: 0;
    color: #333;
}

@media (max-width:1024px) {
    .grzc .tables {
        width: 100%;
    }
}

@media (max-width:840px) {
    .grzc .tables {
        width: 100%;
        overflow-x: auto;
    }
    .grzc .tableBox {
        width: 840px;
    }
}


/*审批查询*/

.spcx {
    padding: 5% 0;
}

.spcx .Contain {
    max-width: 1130px;
}

.spcx .spcx_search {
    margin-bottom: 5%;
}

.spcx .spcx_search ul {
    overflow: hidden;
}

.spcx .spcx_search ul li {
    width: 40%;
    float: left;
    line-height: 45px;
    position: relative;
    padding-left: 100px;
    box-sizing: border-box;
}

.spcx .spcx_search ul li:nth-child(1) {
    margin-right: 5%;
}

.spcx .spcx_search ul li .lable {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    position: absolute;
    left: 0;
}

.spcx .spcx_search ul li .text {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 45px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px;
}

.spcx .spcx_search ul li select.text {
    background-image: url(../images/selectarr1.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    text-indent: 0;
}

.spcx .spcx_search ul .btn {
    width: 10%;
    height: 45px;
    background-color: #da251c;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    text-align: center;
}

.spcx .spcx_result {
    background: #f7f6f6 url(../images/spcx_bg.png) top center no-repeat;
    padding: 3%;
    min-height: 300px;
}

.spcx .spcx_result .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    padding: 2% 0;
    margin-bottom: 2%;
    text-align: center;
    position: relative;
}

.spcx .spcx_result .title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.spcx .spcx_result ul {}

.spcx .spcx_result ul li {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.spcx .spcx_result ul li em {}

.spcx .spcx_result ul li .red_txt {
    color: #da251c;
}

.spcx .spcx_result ul li span {}

.spcx_result .ico {
    width: 401px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/spcx_bg1.png) center no-repeat;
}

.spcx_result .title1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

@media (max-width:768px) {
    .spcx .spcx_search ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .spcx .spcx_search ul li:nth-child(1) {
        margin-right: 0;
    }
    .spcx .spcx_search ul .btn {
        width: 120px;
        float: none;
        margin: 0 auto;
    }
    .spcx .spcx_result ul li {
        line-height: 30px;
    }
    .spcx .spcx_search ul li .lable,
    .spcx .spcx_search ul li .text {
        font-size: 15px;
    }
    .spcx_result .ico {
        width: 200px;
        height: 250px;
    }
}


/*证书页面*/

.w1024 {
    max-width: 1024px;
    width: 96%;
    margin: 0 auto;
}

.CertiBox {
    margin: 5% 0;
    background: #f9f1e7 url(../images/zs/bg.png) top center no-repeat;
    background-size: 100%;
    padding: 23% 14% 12%;
    box-sizing: border-box;
}

.CertiBox .zslogo {
    margin: 0 auto;
    text-align: center;
}

.CertiBox .zslogo .logoImg {
    width: 18%;
    padding-top: 17%;
    margin: 0 auto;
}

.CertiBox .zslogo .zsTitle {
    font-family: SourceHanSerifSC-Bold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3f2f17;
    margin: 2% 0 1%;
    line-height: 60px;
}

.CertiBox .zslogo .zsNo {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #776451;
}

.CertiBox .line {
    height: 1px;
    width: 50%;
    margin: 0 auto;
    background: url(../images/zs/line.png) center no-repeat;
    background-size: 100%;
    margin: 3% auto 10%;
}

.CertiBox .zsText {
    padding-top: 3.5%;
}

.CertiBox .zsText .zsTo {
    font-family: STXingkai-SC-Bold;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3f2f17;
}

.CertiBox .zsText .zsCon {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #3f2f17;
    text-indent: 2em;
    margin: 3% auto 7%;
    width: 90%;
}

.CertiBox .zsText .zsExp {}

.CertiBox .zsText .zsExp p {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #3f2f17;
}

.CertiBox .zsText .zsExp p span {
    font-family: STXingkai-SC-Bold;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3f2f17;
}

.CertiBox .zsSeal {
    text-align: right;
    position: relative;
    height: 248px;
    margin-top: 22%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.CertiBox .zsSeal:before {
    content: '';
    width: 34%;
    height: 101%;
    background: url(../images/zs/seal.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
}

.CertiBox .zsSeal .zsdate {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #3f2f17;
    position: relative;
    z-index: 99;
}

.CertiBox .zsSeal .zsdate em {
    margin: 0 8px;
}

@media (max-width:768px) {
    .CertiBox .zslogo .zsTitle {
        font-size: 34px;
        line-height: 40px;
    }
    .CertiBox .zslogo .zsNo {
        font-size: 16px;
    }
    .CertiBox .zsText .zsTo {
        font-size: 24px;
    }
    .CertiBox .zsText .zsCon {
        font-size: 20px;
        line-height: 34px;
        width: 85%;
    }
    .CertiBox .zsText .zsExp p {
        font-size: 18px;
        line-height: 30px;
    }
    .CertiBox .zsText .zsExp p span {
        font-size: 18px;
    }
    .CertiBox .zsSeal .zsdate {
        font-size: 16px;
        line-height: 80px;
    }
    .CertiBox .zsSeal {
        height: 180px;
        margin-top: 20%;
    }
}


/*查询按钮*/

.cx_btn {
    position: absolute;
    top: 66px;
    right: 0;
    width: 110px;
    height: 110px;
    background: #da251c url(../images/cx_bg.png) center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cx_btn .cx_ico {
    width: 38px;
    height: 38px;
    background: url(../images/cx_ico.png) center no-repeat;
}

.cx_btn .cx_tit {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    margin-top: 10px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}


/*20220507*/

.NewsDetail .location {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #da251c;
    margin-bottom: 40px;
}

.NewsDetail .location img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.NewsDetail .location a,
.NewsDetail .location span,
.NewsDetail .location {
    font-size: 16px;
    color: #333;
}

.NewsDetail .location a:hover {
    color: #da251c;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{background-color:#da251c !important;border-color:#da251c !important;}
.Pages1 a:hover, .Pages1 a.a_cur, .Pages1 .i_button:hover{background: #da251c !important}


/*22-06-15*/
.ListWz{
    padding:3% 0;
}
.RightCon .Pages1{
    margin-top: 0;
}

.Header>.Contain{
    background: #fff;
        padding: 0 20px;
    box-sizing: border-box;
}
.SubCon .Contain{
padding-right: 20px;
    box-sizing: border-box;
    background: #fff;
    padding-top: 20px;

}
 .jieri-ban{ text-align: right;  padding: 14px 60px 14px 0; height: 70px;overflow:hidden;}
    .jieri-ban img{  height: auto;}
