* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.yqlj_lx{
    border-top: 1px #FFF solid;
    padding-top: 70px;
}
.lx{width: 80%;
    float: left;}
.yqlj{
    width: 20%;
    float: right;
}
.yqlj table{
  float: right;
}
.yqlj table select{
      height: 25px;
}
.yqlj table select option{

}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSerifSC-Bold';
    src: url('../fonts/SourceHanSerifSC-Bold.ttf');
}

.SourceHanSansCN-Bold {
    font-family: 'SourceHanSansCN-Bold';
}

.SourceHanSansCN-Medium {
    font-family: 'SourceHanSansCN-Medium';
}

.SourceHanSerifSC {
    font-family: 'SourceHanSerifSC-Bold';
}

li {
    list-style: none;
}


/*闂佺ǹ绻堥崝宀勬儑椤掑嫬鍐€鐎瑰嫭澹嗙涵鈧�*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 濠电偞鎸搁幊妯衡枍鎼粹埗褰掝敊閻撳巩锟�=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 闂備浇妫勯悧鍡涱敋閻⑩偓E7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*闂佸憡顭囬崰鎰板几閸愨晝顩烽柛顐ｆ礀鐢磭绱撻崘鎸庡*/

body {
    color: #000;
    background: #ffffff;
    font: 16px/30px 'SourceHanSansCN-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

@media (min-width:1025px) {
    a:hover {
        color: #c82a2a;
    }
}


/*闂佺鍕垫畼濡ょ姴娲﹀ḿ顏堫敆閳ь剛鈧鎷�*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*闂佸憡顭囬崰鎰板几閸愨晝顩烽柛顐ｆ礀鐢磭绱撻崘鎸庡  end*/


/*缂備線绠栧ḿ褔骞冨⿰鍛勃闁告侗鍓濋崢锟�*/

.v_middle {
    vertical-align: middle;
}


/*濠碘槅鍨兼禍婊堝箖濠婂懍娌柛娑卞墲閸橈拷*/

.te_c {
    text-align: center;
}


/*闂佺儵鏅濇灙妞ゆ洦鍠氶埀顒冾潐閻喚绱為敓锟�*/

.p_r {
    position: relative;
}


/* 闂佽皫鍐ｅ亾閻斿妫岄梺鐓庡暱閺堫剙鈻嶉敓锟� */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .3s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 125px;
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    z-index: 99;
    padding: 0 70px;
}

.nav {
    font-size: 18px;
}

.nav a {
    color: #FFF;
    padding: 5px 20px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.nav a.on {
    background-color: #d42427;
}

.m-btn {
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    display: none;
}

.home-con {
    background: url(../images/bg.png)no-repeat center bottom;
    width: 100%;
    display: inline-block;
}

.footer {
    color: #FFF;
    margin-top: 100px;
    padding-bottom: 100px;
}

.footer .f-nav {

    overflow: hidden;

}

.footer .f-nav .item .tit {
    font-size: 18px;
}

.footer .f-nav .item .submenu {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2.2;
}

.footer .f-nav .item .submenu a {
    color: #FFF;
    opacity: .6;
}

.copyright {
    margin-top: 70px;
}

.copyright .text {
    opacity: .5;
}

.copyright .text span {
    margin-right: 85px;
}

.copyright .text span:last-child {
    margin-right: 0;
}

.wrapper {
    background: url(../images/bg1.png)no-repeat center bottom;
    width: 100%;
    display: inline-block;
    background-size: 100% 493px;
}

.mb {
    display: none;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: #FFF;
}

.banner .swiper-pagination-bullet-active {
    background-color: #d42427;
}

@media (min-width:1025px) {
    .footer .f-nav .item .submenu a:hover {
        opacity: 1;
    }
}

@media (max-width:1400px) {
    .header {
        padding: 0 40px;
    }

    .nav a {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width:1199px){
    .header .nav{
        opacity: 1 !important;
    }
}

@media (max-width:1280px) {
    .header {
        padding: 0 20px;
    }

    .nav a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }

    .container {
        padding: 0 20px;
    }

    .header {
        height: 90px;
        position: fixed;
        transition: all 1s;
        transition-delay: .5s;
    }
    .header.on{
        background-color: #000;

    }

    .header .logo img {
        height: 50px;
    }

    .fixed {
        position: fixed;
    }

    .nav {
        position: fixed;
        right: -60%;
        top: 90px;
        width: 30%;
        height: calc(100% - 90px);
        z-index: 100;
        background-color: #000;
        padding: 15px;
        flex-flow: column;
        font-size: 16px;
        overflow-y: auto;
    }

    .nav a {
        margin: 10px 0;
    }

    .m-btn,
    .mb {
        display: block;
    }

    .pc {
        display: none;
    }

    .banner {
        height: auto;
    }

    .banner img {
        width: 100%;
    }

    .footer .f-nav .item .tit {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .footer {
        padding-bottom: 50px;
    }

    .copyright .text span {
        margin-right: 20px;
    }

    .copyright {
        flex-flow: column;
    }

    .copyright>div:last-child {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .header {
        height: 70px;
    }

    .nav {
        width: 50%;
        top: 70px;
        height: calc(100% - 70px);
        font-size: 14px;
    }

    .home,
    .wrapper,
    .home-con {
        background: none;
    }

    .footer {
        margin-top: 50px;
        background-color: #454646;
    }

    .footer .f-nav {
        flex-flow: column;
        padding-top: 40px;
        border-top: 0;
    }

    .footer .f-nav .item {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px rgba(255, 255, 255, .5) solid;
        padding-top: 10px;
    }

    .footer .f-nav .item .submenu {
        display: none;
        padding-left: 28px;
        margin-top: 0;
    }

    .footer .f-nav .item .tit::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 10px;
        width: 8px;
        height: 8px;
        border-right: 1px rgba(255, 255, 255, .5) solid;
        border-top: 1px rgba(255, 255, 255, .5) solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .copyright {
        margin-top: 40px;
    }

    .copyright .logo img {
        height: 45px;
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 15px;
    }

    .nav {
        width: 60%;
    }

    .copyright {
        font-size: 12px;
        line-height: 2;
    }

    .footer .f-nav {
        padding-top: 20px;
    }

    .footer .f-nav .item .tit {
        font-size: 14px;
    }

    .banner .swiper-pagination {
        bottom: 15px;
    }
}

.home {
    background-color: #d42427;
    color: #FFF;
    width: 275px;
    height: 115px;
    font-size: 36px;
    margin-top: -115px;
    z-index: 2;
    margin-left: 8px;
    display:none;
}

.home::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #d42427;
    position: absolute;
    left: -8px;
    top: 0;
}

.pub-title {
    border-bottom: 1px #eeefef solid;
    margin-top: 40px;
    padding: 20px 0;
}

.pub-title.marbot40 {
    margin-bottom: 40px;
}

.pub-title h3 {
    font-size: 24px;
}

.pub-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 3px;
    width: 40px;
    background-color: #d42427;
}

.crumbs {
    background: url(../images/icon1.png)no-repeat left center;
    padding-left: 28px;
}

.crumbs,
.crumbs a {
    color: #545454;
}

.pub-con {
    padding-bottom: 150px;
}

@media (min-width:1025px) {
    .home:hover {
        text-decoration: underline;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .home {
        width: 220px;
        height: 90px;
        margin-top: -90px;
        font-size: 30px;
    }

    .pub-title h3 {
        font-size: 20px;
    }

    .crumbs {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .pub-con {
        padding-bottom: 50px;
    }

    .home {
        width: 190px;
        height: 60px;
        margin-top: -60px;
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .pub-banner img {
        width: auto;
        height: 240px;
    }

    .pub-title {
        flex-flow: column;
        margin-top: 0px;
    }

    .pub-title h3 {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .crumbs {
        width: 100%;
        order: 1;
    }
}


/* 闂佹悶鍎抽崑鎾诲几閿燂拷 */

.image-text li {
    border-bottom: 1px dashed #d5d7d8;
    margin-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
}

.image-text .pic {
    width: 320px;
    height: 200px;
    overflow: hidden;
    margin-right: 40px;
}

.image-text .date {
    color: #d42427;
    background: url(../images/icon2.png)no-repeat left center;
    padding-left: 20px;
    margin-top: 30px;
}

.image-text .tit {
    font-size: 20px;
    margin-top: 14px;
    line-height: 1.8;
}

.image-text .text {
    color: #666666;
    line-height: 1.8;
    margin-top: 14px;
}

.page {
    margin: 100px 0;
}

.page a {
    border: 1px #c4c4c4 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    height: 36px;
    margin: 0 5px;
}

.page .prev,
.page .next {
    height: 36px;
    width: 36px;
    margin: 0 18px;
}

.page span {
    margin: 0 5px;
    letter-spacing: 4px;
}

.page .prev::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 1px #303c49 solid;
    border-left: 1px #303c49 solid;
    transform: rotate(45deg) translate(15% ,5%);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px #303c49 solid;
    border-right: 1px #303c49 solid;
    transform: rotate(45deg) translate(0% ,20%);

}

.page a.on {
    background-color: #d42427;
    border-color: #d42427;
    color: #FFF;

}

.text-list li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #d5d7d8;
    cursor: pointer;
    padding-left: 40px;
}

.text-list li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #d42427;
}

.text-list li .tit {
    font-size: 18px;
    margin-right: 60px;
    min-width: 0px;
}

.text-list li .date {
    background: url(../images/icon2.png)no-repeat left center;
    padding-left: 22px;
    color: #666;
    margin-right: 25px;
    letter-spacing: 1px;
}

.details {
    margin-top: 30px;
}

.details h1 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: normal;
}

.details .info {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 10px;
}

.details .info span {
    margin-right: 30px;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 2;
    font-size: 18px;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 70px;
}

.details .body p {
    text-indent: 36px;
    margin-top: 40px;    font-size: 18px !important;    line-height: 2 !important;
}

.details .body img {
    max-width: 100%;
    margin-top: 50px; height:auto;
margin:5px auto; display:block;
}

.details .prev-next {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 40px;
}

@media (min-width:1025px) {
    .image-text li:hover .pic::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 5px #d42427 solid;
        z-index: 2;
    }

    .image-text li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .image-text li:hover .text {
        color: #d42427;
    }

    .image-text li:hover .tit {
        text-decoration: underline;
        color: #d42427;
    }

    .text-list li:hover {
        background-color: #d42427;
      
    }

    .text-list li:hover .tit,
    .text-list li:hover .date {
        color: #FFF;
        font-weight: bold;
    }

    .text-list li:hover::before {
        background-color: #FFF;
    }

    .text-list li:hover .date {
        background-image: url(../images/icon3.png);
    }
}

@media (max-width:1199px) {

    .image-text .tit,
    .details h1 {
        font-size: 18px;
    }

    .image-text .text,
    .image-text .date,
    .text-list li .date,
    .details .body,
    .details .prev-next {
        font-size: 14px;
    }

    .details .info {
        font-size: 12px;
    }

    .text-list li {
        height: 60px;
        line-height: 60px;
    }

    .text-list li .tit {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .image-text .pic {
        width: 240px;
        height: 180px;
        margin-right: 20px;
    }

    .page {
        margin: 60px 0 0 0;
    }
}

@media (max-width:480px) {
    .image-text li {
        flex-flow: column;
    }

    .image-text .pic {
        width: 100%;
        margin-right: 0;
    }

    .image-text .date {
        margin-top: 20px;
    }

    .image-text .tit {
        font-size: 16px;
    }

    .page,
    .image-text .text,
    .image-text .date {
        font-size: 12px;
    }

    .page a {
        padding: 0 10px;
    }
    .page span{
        letter-spacing: 0px;
        margin: 0;
    }
    .page a.mobhide {
        display: none;
    }
    .page .prev,
    .page .next {

        margin: 0px;
    }

    .text-list li {
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
    }

    .text-list li .tit {
        font-size: 14px;
        margin-right: 15px;
    }

    .text-list li .date {
        margin-right: 0;
        font-size: 12px;
    }

    .text-list li::before {
        width: 5px;
        height: 5px;
        left: 5px;
    }

    .details .info span {
        margin-right: 10px;
    }
}


/* 闁荤喐鐟ュΛ婵嬨€傞崼鏇炵婵°倕瀚ㄩ埀顒婃嫹 */

.video-con {
    margin-top: 40px;
}
.video-con .scalc .item a .img:hover{
transform: scale(1.06);
transition: all .4s;
}
.video-con >.content{
    margin-bottom: 40px;
}
.video-con .list li {
    width: 32%;
    margin-right: 2%;
    height: 215px;
    overflow: hidden;
    margin-top: 30px;
}

.video-con .list li:nth-of-type(3n) {
    margin-right: 0;
}

.video-con .list li .txt,
.video-con .content li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;
}

.video-con .video-box {
    width: 66%;
    margin-right: 2%;
    background-color: #000;
    height: 455px;
}

.video-con .video {
    width: 100%;
    height: 455px;
}

#video {
    width: 100%;
    height: 100%;
    position: relative;
}
#video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VideoBtn {
    display: none !important;
}
.video-con .video-box .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;


}
video:hover {
    /* 闂佸搫瀚晶浠嬪Φ濮樿鲸鍠嗛柛鈩冧緱閺嗭拷 */
    display: block;
}

.video-con .content ul {
    width: 32%;
}

.video-con .content li {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.video-con .content li:last-child {
    margin-top: 25px;
}

@media (min-width:1025px) {

    .video-con .list li:hover img,
    .video-con .content li:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:950px) {
    .video-con .content {
        flex-flow: column;
    }

    .video-con .video-box {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .video-con .video-box img{
        height: auto;
    }

    .video-con .content ul {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }

    .video-con .content li {
        width: 49%;
        margin-right: 2%;
    }

    .video-con .content li:last-child {
        margin-top: 0;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .video-con .list li {
        width: 49%;
    }

    .video-con .list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .video-con .list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .video-con .content ul {
        flex-flow: column;
    }
    .video-con .list li,
    .video-con .content li {
        width: 100%;
        margin-right: 0;
    }
    .video-con .content li:last-child {
        margin-top: 25px;
    }
    .video-con .content li {
        height: auto;
    }
    .video-con .content li .img{
        height: auto;
    }
}

@media (max-width:480px) {
    

   

  

    
}

.home-title {
    font-size: 40px;
    font-family: 'SourceHanSerifSC-Bold';
    padding-bottom: 30px;
}

.home-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background-color: #c82a2a;
}

.home-anquan {
    z-index: 2;
    margin-top: -170px;
}

.home-anquan .home-title {
    color: #FFF;
}

.home-anquan .focus-con {
    width: 60%;
}

.home-anquan .focus-con .focus {
    margin-top: 30px;
}

.home-anquan .focus-con .pic {
    height: 405px;
    width: 100%;
    overflow: hidden;
}

.home-anquan .focus-con .tit {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 20px;
}

.home-anquan .focus-con .text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 30px;
}

.home-anquan .focus-con .text-con {
    padding-right: 40px;
}

.home-anquan .focus-con .swiper-pagination {
    bottom: 210px;
}

.home-anquan .focus-con .swiper-pagination-bullet {
    background-color: #FFF;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    opacity: .8;
}

.home-anquan .focus-con .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    opacity: 1;
}

.home-anquan .list {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    height: 687px;
}

.home-anquan .list .item {
    overflow: hidden;
    height: 125px;
}

.home-anquan .list .pic {
    width: 225px;
    height: 125px;
    overflow: hidden;
}

.home-anquan .list .text {
    padding: 25px;
    color: #FFF;
}

.home-anquan .list .tit {
    line-height: 1.2;
}

.home-anquan .list .text::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 10px;
    width: 30px;
    height: 2px;
    background-color: #FFF;
}

.home-anquan .list .date {
    font-size: 12px;
    margin-top: 10px;
    font-family: 'SourceHanSerifSC-Bold';
}

.home-anquan .list .more {
    margin-left: auto;
    margin-right: auto;
    border: 2px #FFF solid;
    height: 58px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    width: 80%;
    margin-top: 60px;
    color: #FFF;
}

@media (min-width:1025px) {
    .home-anquan .list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .home-title {
        font-size: 32px;
    }

    .home-anquan {
        margin-top: -140px;
    }

    .home-anquan .focus-con .tit {
        font-size: 22px;
    }
}

@media (max-width:950px) {
    .home-anquan {
        display: block;
        margin-top: 30px;
    }

    .home-anquan .home-title {
        color: #000;
    }

    .home-anquan .focus-con {
        width: 100%;
    }

    .home-anquan .list {
        margin-top: 30px;
        height: auto;
        padding-bottom: 70px;
    }

    .home-anquan .focus-con .tit {
        font-size: 18px;
    }

    .home-title {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .home-anquan .focus-con .pic {
        height: 300px;
    }

    .home-anquan .focus-con .text {
        font-size: 16px;
    }

    .home-anquan .focus-con .text {
        font-size: 12px;
        margin-top: 10px;
    }

    .home-anquan .focus-con .swiper-pagination {
        bottom: 150px;
    }

    .home-anquan .list .item {
        flex-flow: column;
        height: auto;
    }

    .home-anquan .list .pic {
        width: 100%;
        height: 240px;
    }

    .home-anquan .list .text {
        padding: 20px;
    }

    .home-anquan .list .tit {
        font-size: 14px;
    }

    .home-anquan .list .more {
        margin-top: 30px;
    }
}

.home-fazhi {
    margin-top: 95px;
}

.home-fazhi .content {
    margin-top: 25px;
}

.home-fazhi .tabs {
    margin-right: 20px;
    background-color: #fafafa;
    padding-bottom: 40px;
}

.home-fazhi .tabs::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e0e0e0;
    height: 10px;
}

.home-fazhi .tabs .item {
    padding: 25px 40px;
}

.home-fazhi .tabs .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    border-bottom: 1px dashed #e4e4e4;
}

.home-fazhi .tabs .item:last-child::after {
    display: none;
}

.home-fazhi .tit {
    font-size: 20px;
}

.home-fazhi .date {
    color: #c09d71;
    margin-top: 10px;
    font-family: 'SourceHanSerifSC-Bold';
}


.home-fazhi .text {
    color: #707070;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    max-height: 70px;
    overflow: hidden;
}
.home-fazhi .item .text{
    max-height: 46px;
   
}
.home-fazhi .tabs .more {
    width: 180px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #c82a2a;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.home-fazhi .con {
    width: 60%;
    overflow: hidden;
}

.home-fazhi .con .pic {
    height: 405px;
    overflow: hidden;
}

.home-fazhi .con .tit {
    margin-top: 10px;
}

.home-fazhi .tabs .item.on {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
}

.home-fazhi .tabs .item.on .text,
.home-fazhi .tabs .item.on .date {
    color: #FFF;
}

@media (max-width:1199px) {
    .home-fazhi .tabs .item {
        padding: 20px 30px;
    }

    .home-fazhi .tit {
        font-size: 18px;
    }

    .home-fazhi .date {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .home-fazhi .tabs .item {
        padding: 15px 20px;
    }

    .home-fazhi .tit {
        font-size: 16px;
    }

    .home-fazhi .date,
    .home-fazhi .text {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .home-fazhi .content {
        flex-flow: column;
    }

    .home-fazhi .tabs {
        margin-right: 0;
        order: 2;
        margin-top: 20px;
    }

    .home-fazhi .con {
        width: 100%;
        order: 1;
    }
}

@media (max-width:480px) {
    .home-fazhi {
        margin-top: 50px;
    }

    .home-fazhi .date {
        margin-top: 0;
    }

    .home-fazhi .con .pic {
        height: 300px;
    }
}

.home-jtang {
    margin-top: 100px;
}

.home-jtang .more {
    width: 180px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #c82a2a;
    color: #FFF;
}

.home-jtang ul {
    margin-top: 30px;
}

.home-jtang li {
    margin-right: 2%;
}

.home-jtang li::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

.home-jtang li .pic {
    overflow: hidden;
    height: 180px;
}

.home-jtang li .tit {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    height: 60px;
}

.home-jtang li .date {
    color: #c09d71;
    font-family: 'SourceHanSerifSC-Bold';
    margin-top: 15px;
}

.home-jtang li .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

.home-jtang li:first-child {
    width: 38.3%;
}

.home-jtang li:first-child .pic {
    height: 260px;
}

.home-jtang li:first-child .date {
    font-size: 22px;
}

.home-jtang li:first-child .tit {
    font-size: 26px;
    line-height: 1.5;
    height: auto;
}

.home-jtang li:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .home-jtang li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:950px) {
    .home-jtang li .tit {
        font-size: 14px;
        line-height: 2;
        height: 50px;
    }

    .home-jtang li:first-child .tit {
        font-size: 16px;
    }

    .home-jtang li .date {
        font-size: 14px;
    }

    .home-jtang li:first-child .date {
        font-size: 18px;
    }

    .home-jtang li .text {
        font-size: 12px;
        line-height: 1.8;
    }
}

@media (max-width:767px) {
    .home-jtang {
        margin-top: 50px;
    }

    .home-jtang ul {
        flex-flow: column;
    }

    .home-jtang li::after {
        display: none;
    }

    .home-jtang li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .home-jtang li:last-child {
        margin-bottom: 0;
    }

    .home-jtang li:first-child {
        width: 100%;
    }

    .home-jtang li:first-child .date,
    .home-jtang li:first-child .tit {
        font-size: 14px;
    }

    .home-jtang li .tit {
        height: auto;
    }

    .home-jtang li .date {
        margin-top: 0;
    }

    .home-jtang .more {
        width: 140px;
        height: 40px;
    }
}

.home-video {
    margin-top: 100px;
    margin-bottom: 70px;
}

.home-video .con .pic {
    overflow: hidden;
}

.home-video .con .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;
}

.home-video .con .item {
    margin-right: 1.5%;
    margin-top: 20px;
    overflow: hidden;
    height: 165px;
}

.home-video .con .item:last-child {
    width: 47%;
    margin-right: 0;
    height: 325px;
}

.home-video .more {
    width: 180px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #c82a2a;
    color: #FFF;
    margin-top: 0px;
    position: relative;
  
}

@media (max-width:767px) {
    .home-video {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-video .con {
        flex-flow: column;
    }

    .home-video .more {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-video .con .item:last-child {
        width: 100%;
    }
}


/* 闁诲海鎳撻ˇ顖炲矗韫囨挴鏋栭柡鍥╁仜閻擄拷 */

.fazhi {
    overflow: hidden;
}

.fazhi .pub-title {
    border-bottom: 0;
}

.fazhi .pub-title h3 {
    font-family: 'SourceHanSerifSC-Bold';
    font-size: 30px;
    font-weight: 600;
}
.fazhi .card .pub-title  a{
    font-size: 20px;
}

.fazhi .pub-title a {
    color: #646464;
}

.fazhi .law {
    width: 100%;
    margin-top: 30px;
}

.fazhi .law .left-con {
    width: 49%;
    margin-right: 2%;
}

.fazhi .law .left-con .focus {
    width: 100%;
    height: 435px;
    overflow: hidden;
}

.fazhi .law .left-con .focus .swiper-container {
    height: 100%;
}

.fazhi .law .left-con .focus .text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #FFF;
    z-index: 2;
    font-size: 18px;
}

.fazhi .law .left-con .focus .swiper-pagination {
    text-align: right;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: auto;
}

.fazhi .law .left-con .focus .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: .6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
}

.fazhi .law .left-con .focus .swiper-pagination-bullet-active {
    background: none;
    opacity: 1;
    width: 18px;
    height: 18px;
    border: 1px #FFF solid;
}

.fazhi .law .left-con .focus .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFF;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fazhi .law .left-con .card {
    margin-top: 20px;
    border-bottom: 1px dashed #B0B0B0;
    padding-bottom: 20px;
}

.fazhi .law .left-con .card .date {
    width: 92px;
    height: 88px;
    background-image: linear-gradient(135deg, #D42427, #FFA545);
    color: #FFF;
    font-size: 18px;
    font-family: 'SourceHanSerifSC-Bold';
    margin-right: 30px;
}

.fazhi .law .left-con .card .date span {
    font-size: 30px;
}

.fazhi .law .left-con .card .tit {
    font-size: 18px;
    min-width: 0;
}

.fazhi .law li {
    padding-top: 20px;
    border-top: 1px dashed #B0B0B0;
    padding-bottom: 20px;
}

.fazhi .law li:last-child {
    border-bottom: 1px dashed #B0B0B0;
}
.fazhi .law li .text-con {
    display: flex;
    align-items: center;
}

.fazhi .law li .tit {
    font-size: 18px;
    width: 100%;
}

.fazhi .law li .text {
    width: 0%;
    height: 0;
    font-size: 16px;
    margin-top: 7px;
    line-height: 1.6;
    overflow: hidden;
    max-height:78px ;
}

.fazhi .law li .date {
    color: #D42427;
    width: 90px;
    margin-right: 25px;
    font-family: 'SourceHanSerifSC-Bold';
}

.fazhi .law li .date span {
    font-size: 26px;
}

.fazhi .law li .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #f6f6f6;
}

.fazhi .fagui {
    z-index: 2;
    padding-top: 45px;
    margin-top: 90px;
}

.fazhi .fagui::after {
    content: '';
    position: absolute;
    top: 0;
    width: 950px;
    height: 304px;
    background: url(../images/bg5.jpg)no-repeat center;
    left: -29.5%;
    z-index: -1;
}

.fazhi .fagui .pub-title {
    margin-top: 0;
}

.fazhi .fagui .pub-title h3 {
    color: #FFF;
}

.fazhi .fagui .pub-title h3::after {
    background-color: #FFF;
}

.fazhi .fagui ul {
    margin-top: 15px;
}

.fazhi .fagui li {
    margin-top: 20px;
    border: 1px #D82D21 solid;
    background-color: #FFF;
    margin: 1%;
    width: 23%;
    height: 356px;
    padding: 30px 20px;
}


.fazhi .fagui li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #D7291F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.fazhi .fagui li.last {
    margin-right: 0;
}

.fazhi .fagui li .date {
    background-image: linear-gradient(135deg, #D42427, #FFA545);
    color: #FFF;
    line-height: 1;
    padding: 10px;
}

.fazhi .fagui li .date span {
    font-size: 24px;
    margin-bottom: 5px;
}

.fazhi .fagui li .tit {
    font-size: 18px;
    height: 60px;
    margin-top: 30px;
}

.fazhi .fagui li .text {
    margin-top: 20px;
    color: #696969;
    font-size: 18px;
    height: 60px;
}

.fazhi .fagui li .more {
    text-align: right;
    border-top: 1px #D8D8D8 solid;
    margin-top: 20px;
    padding-top: 10px;
}

.fazhi .fagui li .more a {
    background: url(../images/arrow.svg)no-repeat right center;
    padding-right: 20px;
    font-size: 14px;
}

.fazhi .bumen .pub-title {
    flex-direction: row;
    justify-content: flex-end;
}

.fazhi .bumen .pub-title h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fazhi .bumen .pub-title h3::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fazhi .bumen .content {
    margin-top: 20px;
}

.fazhi .bumen .item {
    height: 480px;
    width: 120px;
    margin-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
    color: #FFF;
}

.fazhi .bumen .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}

.fazhi .bumen .item:last-child {
    margin-right: 0;
}

.fazhi .bumen .item h3 {
    font-size: 20px;
    line-height: 1.2;
}

.fazhi .bumen .item>h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 25px;
    z-index: 9;
}

.fazhi .bumen .item .text-content {
    visibility: hidden;
    padding-top: 90px;
    position: relative;
    z-index: 9;
}

.fazhi .bumen .item .text-content h3 {
    padding-bottom: 40px;
}

.fazhi .bumen .item .text-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: #FFF;
}

.fazhi .bumen .item .text-content .text {
    font-size: 16px;
    margin-top: 40px;
}

.fazhi .bumen .item.on {
    flex: 1;
    background-size: 100% 100%;
    padding: 0 45px;
}

.fazhi .bumen .item.on>h3 {
    visibility: hidden;
}

.fazhi .bumen .item.on .text-content {
    visibility: visible;
}

.file-con {
    background: url(../images/bg6.jpg)no-repeat center top;
    margin-bottom: 220px;
}

.file-con .pub-title,
.file-con .pub-title a {
    color: #FFF;
}

.file-con .pub-title h3::after {
    background-color: #FFF;
}

.file-con .card {
    width: 49%;
}

.file-con .card ul {
    background-color: #FFF;
    height: 570px;
    margin-top: 40px;
}

.file-con .file {
    padding: 30px;
}

.file-con .file li {
    border-bottom: 1px dashed #D6D6D6;
    padding: 25px 0 25px 20px;
}

.file-con .file li:first-child {
    padding-top: 0;
}

.file-con .file li:last-child {
    border-bottom: 0;
}

.file-con .file .tit {
    font-size: 18px;
}

.file-con .file li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 35px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #D42427;
}

.file-con .file li:first-child:before {
    top: 10px;
}

.file-con .file .text {
    height: 0;
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

.file-con .file .date {
    background: url(../images/icon4.svg)no-repeat left center;
    padding-left:20px;
    background-size: 16px;
    font-size: 14px;
    color: #D42427;
    margin-left: 15px;
    letter-spacing: 1px;
}

.jingwai {
    padding: 30px 30px 0 40px;
}

.jingwai li {
    padding-top: 10px;
}

.jingwai .date {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 74px;
    height: 74px;
    overflow: hidden;
    color: #D42427;
    box-shadow: inset 0 0 20px rgba(212, 36, 39, .3);
    line-height: 1;
    font-size: 14px;
}

.jingwai .date span {
    font-size: 24px;
    margin-bottom: 5px;
}

.jingwai li .text-content {
    border-bottom: 1px dashed #D6D6D6;
    padding-bottom: 20px;
    padding-left: 30px;
    height: 95px;
}

.jingwai .tit {
    font-size: 18px;
}

.jingwai li:last-child .text-content {
    border-bottom: 0;
}
.tabList{
    width: 100%;
    height: 69px;
    background: linear-gradient(90deg, #FDA03D -2%, #D6271F 50%, #FC9839 101%);
    position: relative;
}
.tabList .container{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.tabList .container .home{
    position: absolute;
    top: 0;

    left: 0;
}

.tabList .container a.tabnav{
    font-size: 27px;
    font-weight: 500;
    line-height: 69px;
    letter-spacing: 0em;
    color: #FFFFFF
}

@media (min-width:1025px) {
    .fazhi .pub-title a:hover {
        text-decoration: underline;
        color: #c82a2a;
    }

    .fazhi .law li:hover {
        background: url(../images/bg4.jpg)no-repeat center;
        background-size: cover;
    }

    .fazhi .law li:hover .tit,
    .fazhi .law li:hover .date {
        color: #FFF;
    }
    .fazhi .law li:hover .tit{
        width: 40%;
    }
    .fazhi .law li:hover .text {
        width: 60%;
        height: auto;
        color: #FFF;
        opacity: .5;
    }

    .fazhi .fagui li:hover::after {
        width: 100%;
    }

    .file-con .file li:hover .tit,
    .jingwai li:hover .tit {
        font-weight: bold;
        color: #D42427;
    }

    .file-con .file li:hover .text {
        height: 56px;
        color: #D42427;
    }
  
}

@media (max-width:1199px) {
    .pub-banner {
        overflow: hidden;
    }

    .fazhi .law .left-con .focus {
        height: 375px;
    }

    .fazhi .law .left-con .card .date,
    .fazhi .law .left-con .card .tit,
    .fazhi .law li .tit,
    .fazhi .fagui li .tit,
    .jingwai .tit,
    .file-con .file .tit {
        font-size: 16px;
    }

    .fazhi .law .left-con .card .date span {
        font-size: 24px;
    }

    .fazhi .fagui li .text {
        font-size: 14px;
    }

    .fazhi .fagui li .date span {
        font-size: 20px;
    }

    .fazhi .bumen .pub-title h3 {
        left: 20px;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .fazhi .bumen .pub-title h3::after {
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .fazhi .bumen .item {
        margin-right: 15px;
    }

    .fazhi .bumen .item h3,
    .jingwai .date span {
        font-size: 20px;
    }

    .fazhi .bumen .item.on {
        padding: 0 20px;
    }
    .tabList .container{
        padding: 0 60px;
        box-sizing: border-box;
     }
     .tabList .container .home{
         left: 30px;
     }
     
     .tabList .container a.tabnav{
         font-size: 24px;
     }
}

@media (max-width:950px) {
    .fazhi .pub-title h3 {
        font-size: 24px;
    }

    .fazhi .law {
        flex-flow: column;
    }

    .fazhi .law .left-con {
        width: 100%;
        margin-right: 0;
    }

    .fazhi .law .left-con .card {
        border-bottom: 0;
    }

    .fazhi .fagui::after {
        left: -30px;
        width: auto;
        right: -30px;
    }

    .fazhi .pub-title a {
        color: #FFF;
    }

    .fazhi .fagui li {
        width: 48%;
    }

    .fazhi .fagui li:nth-child(even) {
        margin-right: 0;
    }

    .fazhi .bumen .content {
        flex-flow: column;
    }

    .fazhi .bumen .item {
        width: 100%;
        margin-right: 0;
        padding: 0 20px;
        background-size: cover;
        height: auto;
        padding-bottom: 50px;
    }

    .fazhi .bumen .item.on {
        padding-bottom: 50px;
    }

    .fazhi .bumen .item>h3 {
        display: none;
    }

    .fazhi .bumen .item.on {
        flex: none;
    }

    .fazhi .bumen .item .text-content {
        visibility: visible;
    }

    .jingwai .tit,
    .file-con .file .tit {
        font-size: 14px;
    }
    .tabList .container{
        padding: 0 60px;
        box-sizing: border-box;
     }
   
     .tabList .container a.tabnav{
         font-size: 20px;
     }
}
@media (max-width:860px) {
    .lx{width:100%;}
    .yqlj{
        width: 100%;
        float: right;
        margin: 30px 0 0;
    }
    .yqlj table{
       float: right;
       width: 100%;
   }
}
@media (max-width:767px) {
   .yqlj table select{WIDTH: 230px;}
    .file-con {
        margin-bottom: 0;
    }

    .file-con .card {
        width: 100%;
    }

    .file-con .card ul {
        height: auto;
    }

    .file-con .card:last-child {
        padding-top: 0;
    }

    .file-con .card:last-child .pub-title {
        color: #000;
    }

    .file-con .card:last-child .pub-title a {
        color: #646464;
    }

    .file-con .card:last-child .pub-title h3::after {
        background-color: #d42427;
    }

    .file-con .card ul {
        margin-top: 20px;
    }

    .jingwai {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tabList .container{
        padding: 0 30px;
        box-sizing: border-box;
     }

     .tabList{
        height: 56px;
     }
     .tabList .container a.tabnav{
         font-size: 16px;
         line-height: 56px;
     }
}

@media (max-width:480px) {
    .fazhi .pub-title {
        flex-flow: nowrap;
    }

    .fazhi .pub-title h3 {
        margin-top: 0;
        width: auto;
        order: 1;
    }

    .fazhi .pub-title a {
        order: 2;
    }

    .fazhi .law .left-con .card .date,
    .fazhi .law .left-con .card .tit,
    .fazhi .law li .tit,
    .fazhi .law .left-con .focus .text,
    .fazhi .bumen .item .text-content .text {
        font-size: 14px;
    }

    .fazhi .law li .date span {
        font-size: 24px;
    }

    .fazhi .fagui {
        margin-top: 50px;
        padding-top: 20px;
    }

    .fazhi .fagui li {
        padding: 20px 15px;
        width: 100%;
        margin-right: 0;
    }

    .fazhi .fagui li,
    .fazhi .fagui li .text,
    .fazhi .fagui li .tit {
        height: auto;
    }

    .fazhi .bumen .content {
        margin-top: 0;
    }

    .fazhi .bumen .item h3 {
        font-size: 18px;
    }

    .fazhi .bumen .item .text-content {
        padding-top: 50px;
    }

    .file-con .card {
        padding-top: 30px;
    }

    .file-con .card ul {
        padding: 15px;
    }

    .file-con .file li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .file-con .file li::before {
        top: 25px;
    }

    .tabList .container{
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
        justify-content: center;
        flex-wrap: wrap;
     }
  
     .tabList{
        height: auto;
     }
     .tabList .container a.tabnav{
        min-width: 33%;
         font-size: 16px;
         line-height: 45px;
         padding: 0 10px;
         text-align: center;
     }
}
