.xmt-header {
    background: url('../images/xinmeitironghe/header_bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 1.5rem;
}
.xmt-header .top-menu {
    position: relative;
    z-index: 9;
    display: flex;
    padding-top: .2rem;
}

.xmt-header .top-menu .pc > a, .xmt-header .top-menu .link-box-switch > a {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
}

.xmt-header .top-menu .link-box {
    padding: 10px 20px;
    background: #fff;
    display: none;
    position: absolute;
    right: 0px;
    left: 0;
    overflow: hidden;
    opacity: 1;
    z-index: 99999;
    transition: all .3s linear;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
    border-radius: 5px;
}

.xmt-header .top-menu .link-box .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
}

.xmt-header .top-menu .link-box .uls {
    width: auto;
    margin-top: 5px;
    overflow: hidden;
}

.xmt-header .top-menu .link-box .uls li {
    width: 20%;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    display: block;
}

.xmt-header .top-menu .link-box .uls li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}

.xmt-header .top-menu .link-box .uls li a .lxfs {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #d8d0d0;
    border-radius: 5px;
    line-height: 1.6;
    padding: 8px 15px;
    background-color: #fff;
    white-space: normal;
    transform: translateX(-20px);
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
}

.xmt-header .top-menu .link-box .uls li a:hover {
    color: #125DB2;
}
.xmt-header .top-menu .link-box .uls li a:hover .lxfs {
    display: block;
}

.xmt-header .top-menu .link-box-switch:hover .link-box {
    display: block;
}

.xmt-header .top-menu>div {
    flex: 1;
    width: 0;
}

.xmt-header .top-menu .left {
    flex: 1;
    width: 0;
}

.xmt-header .top-menu .right {
    flex: 1;
    width: 0;
    text-align: right;
}

.xmt-header .top-menu .right .mobile, .res-page .mobile {
    display: none;
}

.xmt-header .top-menu .right .mobile a, .res-page .mobile a {
    color: #DF5636;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 30px;
    border: 2px solid #DF5636;
}

.xmt-header .top-menu .right .mobile .topbar-icon, .res-page .mobile .topbar-icon {
    width: 25px;
    height: 18px;
    margin-top: 5px;
    margin-left: 12px;
    background-image: url('../images/icon/common_nav/nav.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .xmt-header .top-menu {
        display: none;
    }
}
.logo-row {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.logo-row .logo,
.logo-row .nav-menu {
    flex: 1;
}
.logo-row .logo img {
    width: 320px;
}
.logo-row .nav-menu {
    text-align: right;
    padding-right: 15px;
}
.logo-row .nav-menu .border {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.logo-row .nav-menu a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-left: .2rem;
}
.logo-row .nav-menu a:nth-of-type(1) {
    margin-left: 0;
}
.logo-row .mobile-con {
    display: none;
    color: #fff;
}
.logo-row .mobile-con a {
    margin-top: 7px;
    display: inline-block;
    background: #518BE2;
    white-space: nowrap;
    padding: 0 8px;
    line-height: 25px;
    border-radius: 10px;
    font-size: 14px;
}
.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: .2em;
}
.page-title > img {
    max-width: 80%;
}
.search-row form {
    width: 700px;
    margin: 0 auto;
    display: flex;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .25);
}
.search-row form .search-input {
    flex: 1;
}
.search-row form .search-input input {
    width: 100%;
    line-height: 60px;
    padding-left: .9em;
    height: 100%;
    background: none;
    font-size: .18rem;
    font-weight: 300;
    color: #fff;
}
.search-row form .search-input input::-webkit-input-placeholder {
    color: #fff;
} 
.search-row form .search-input input:-moz-placeholder {
    color: #fff;
} 
.search-row form .search-input input::-moz-placeholder {
    color: #fff;
} 
.search-row form .search-input input:-ms-input-placeholder {
    color: #fff;
}

.search-row form .search-button {
    width: 110px;
    background: #5BAEE2;
    cursor: pointer;
}
.search-row form .search-button > button {
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-size: .18rem;
    width: 100%;
    height: 100%;
    background: url(../images/icon/i-search.png) no-repeat;
    background-size: 25px;
    background-position: 60px center;
}
.xmtrh-con > .m-center {
    margin-top: -.9rem;
    background-color: #fff;
    padding: .3rem .3rem 0;
}
.xmtrh-con > .m-center > .wrap {
    margin-bottom: .3rem;
}
@media screen and (max-width: 750px) {
    .xmtrh-con > .m-center {
        margin-top: 0;
        padding: .3rem 0 0;
    }
    .logo-row {
        padding-top: .5rem;
    }
    .page-title {
        font-size: .36rem;
    }
    .logo-row .nav-menu {
        width: 80px;
        flex: none;
        padding-right: 0;
    }
    .logo-row .menu-row {
        display: none;
    }
    .logo-row .mobile-con {
        display: block;
    }
    .search-row form {
        width: 80%;
        height: .7rem;
    }
    .search-row form .search-button {
        width: 1.2rem;
    }
    .search-row form .search-button button {
        text-align: center;
        padding-left: 0;
    }
}
.square-title {
    display: flex;
    padding: .3rem 0;
}
.square-title .c {
    font-size: .26rem;
    font-weight: bold;
    color: #000;
    padding: 0 .3rem;
}
.square-title .icon-wechat {
    height: 1.3em;
}
.square-title .l,
.square-title .r {
    flex: 1;
    position: relative;
    background-image: linear-gradient(270deg, #4279C3 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: center;
    padding-right: 30px;
}
.square-title .r {
    background-image: linear-gradient(90deg, #4279C3 0%, #FFFFFF 100%);
}
.square-title .l::before,
.square-title .r::before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    width: .15rem;
    height: .15rem;
    top: 50%;
    background-color: #1558B1;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center 0;
}
.square-title .l::after,
.square-title .r::after {
    z-index: 1;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    width: .15rem;
    height: .15rem;
    top: 50%;
    left: 8px;
    left: .08rem;
    background-color: #fff;
    border: 2px solid #4279C3;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center 0;
}
.square-title .l::before {
    right: 0;
}
.square-title .l::after {
    right: 8px;
    right: .08rem;
    left: auto;
}
.square-title .r span {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .2rem;
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0, #FFFFFF .2rem,#FFFFFF 100%);
}

.zwfb-box {
    min-height: 412px;
    overflow: hidden;
    display: flex;
}
.zwfb-box .zwgzh-box {
    flex: 2;
    border-right: 1px solid #C3D6EC;
    padding-right: .2rem;
}
.zwfb-box .zwgzh-box  .zwgzh-data {
    display: flex;
}
.zwfb-box .yzfb-box {
    position: relative;
    flex: 1;
    margin-left: 20px;
    margin-right: .2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(240, 248, 255);
}
.zwfb-box .square-title {
    padding: .1rem 0;
    border-bottom: 12px solid #fff;
    background-color: #fff;
}
.zwfb-box .square-title .c {
    font-size: .2rem;
}
@media screen and (max-width: 991px) {
    .square-title .r span {
        display: none;
    }
    .zwfb-box {
        display: block;
    }
    .zwfb-box .yzfb-box {
        margin-top: .3rem;
        background: transparent;
        margin-right: 0;
        padding: 0;
        margin-left: 0;
    }
    .zwfb-box .square-title {
        padding: 0.3rem 0;
        background: transparent;
    }
    .zwfb-box .square-title .c {
        font-size: 18px;
    }
    .zwfb-box .zwgzh-box {
        border-right: none;
        padding-right: .2rem;
    }
}
@media screen and (max-width: 600px) {
    .square-title .c {
        font-size: 18px;
    }
    .zwfb-box .zwgzh-info {
        display: none;
    }
    .zwfb-box .zwgzh-box .zwgzh-list {
        padding: .2rem;
    }
    .zwfb-box .zwgzh-list .zwgzh-item.act::after {
        display: none;
    }
}
.zwgzh-box .zwgzh-list {
    flex: 1;
    padding: 0 30px 0 .2rem;
}
.zwgzh-box .zwgzh-info {
    flex: 1;
    padding: .2rem .2rem 0;
    position: relative;
}
.zwgzh-list .zwgzh-item {
    display: flex;
    align-items: center;
    background: #F0F8FF;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: .12rem;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: relative;
}
.zwgzh-list .zwgzh-item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.zwgzh-list .zwgzh-item.act {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #538CE5 0%, rgba(80,206,247,0.8) 100%);
}
.zwgzh-list .zwgzh-item.act::after {
    content: '';
    position: absolute;
    right: -32px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 22px solid #F2F9FF;
}
.zwgzh-list .zwgzh-item img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.zwgzh-list .zwgzh-item span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zwgzh-info {
    background: #F0F8FF;
}
.zwgzh-info .banner {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
}
.zwgzh-info .banner img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.zwgzh-info .banner span {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: justify;
    background-color: rgba(0, 0, 0, .4);
}
.zwgzh-info .news-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: .1rem 0;
    border-bottom: 1px solid #ccc;
}
.zwgzh-info .news-item:hover span {
    color: #125CB2;
}
.zwgzh-info .news-item:nth-last-of-type(1) {
    border-bottom: transparent;
}
.zwgzh-info .news-item span {
    flex: 1;
    width:0;
    color: #333;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zwgzh-info .news-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.yzfb-list {
    padding: 0 .2rem;
}
.yzfb-list .news-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: .1rem 0;
    border-bottom: 1px solid #ccc;
}
.yzfb-list .news-item:nth-last-of-type(1) {
    border-bottom: none;
}
.yzfb-list .news-item span {
    flex: 1;
    width: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yzfb-list .news-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 5px;
}
.zwgzh-info .more, .yzfb-list .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    display: block;
    background-color: #D5ECFF;
    background-image: url('../images/icon/more.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    text-align: center;
    padding: 0.05rem 0;
}
.mtkyz-list {
    display: flex;
    flex-wrap: wrap;
}
.mtkyz-list .wrap {
    width: 50%;
    padding: 0.3rem 0.2rem;
}
.mtkyz-list .wrap .item .item-title {
    display: flex;
    border-bottom: 1px solid #C3D6EC;
    padding: .1rem 0;
    justify-content: space-between;
    align-items: center;
}
.mtkyz-list .wrap .item .item-title .meiti-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
}
.mtkyz-list .wrap .item .item-title .meiti-name img {
    height: 23px;
    margin-right: 5px;
}
.mtkyz-list .wrap .item .item-title .more {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: .3s;
}
.mtkyz-list .wrap .item .item-title .more:hover {
    color: #1558B1;
}
.mtkyz-list .wrap .item .item-con {
    padding-top: .2rem;
}
.mtkyz-list .wrap .item .news-item-fir-row {
    display: flex;
    height: 100px;
    padding-bottom: 10px;
}
.mtkyz-list .wrap .item .news-item-fir-row .cover {
    width: 150px;
    height: 100px;
}
.mtkyz-list .wrap .item .news-item-fir-row .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mtkyz-list .wrap .item .news-item-fir-row .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    overflow: hidden;
}
.mtkyz-list .wrap .item .news-item-fir-row .info .news-title {
    font-size: 16px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mtkyz-list .wrap .item .news-item-fir-row .info .property {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 991px){
    .mtkyz-list .wrap .item .news-item-fir-row .info .property .source {
       display: none;
    }
}
.mtkyz-list .wrap .item .news-item-fir-row .info .des {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 1.6;
    text-indent: 2em;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
/* .mtkyz-list .wrap .item .news-item-fir-row .info .des .time {
    position: absolute;
    right: 5px;
    bottom: 0;
    background-color: #fff;
    font-size: 14px;
    text-indent: 0;
    text-align: right;
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
} */
.mtkyz-list .wrap .item .news-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.mtkyz-list .wrap .item .news-item.video {
    padding-left: 30px;
    background-image: url('../images/icon/play.png');
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.mtkyz-list .wrap .item .news-item .txt {
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
}
.mtkyz-list .wrap .item .news-item .time {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}
.mtkyz-list .wrap .item .news-item:hover .txt {
    transition: .3s;
    color: #125CB1;
}
.mtkyz-list .wrap .item .news-item:hover .time {
    transition: .3s;
    color: #125CB1;
}
@media screen and (max-width: 991px){
    .mtkyz-list .wrap {
        width: 50%;
        padding: 0.3rem 0.2rem;
    }
}
@media screen and (max-width: 767px){
    .mtkyz-list .wrap {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
}
.gongzhonghao-list {
    display: flex;
    flex-wrap: wrap;
}
.gongzhonghao-list > .wrap {
    width: 20%;
    padding: .3rem .2rem;
}
.gongzhonghao-list > .wrap .item {
    padding: .25rem;
    background: #FFF;
    border-radius: 11px;
    border: 2px solid #C6D8ED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.gongzhonghao-list > .wrap .item:hover {
    box-shadow: 0px 2px 6px 1px rgba(13,62,134,0.36);
}
.gongzhonghao-list > .wrap .item .item-logo {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
}
.gongzhonghao-list > .wrap .item .item-name {
    height: .6rem;
    margin-top: .4rem;
    text-align: center;
    font-size: .2rem;
    line-height: 1.5;
    transition: .3s;
    display: flex;
    align-items: center;
}
.gongzhonghao-list > .wrap .item .item-name > span {
    display: -webkit-box; 
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.gongzhonghao-list > .wrap .item:hover .item-name {
    font-weight: bold;
}
.gongzhonghao-list > .wrap .item .qrcode {
    margin-top: .15rem;
    width: 22px;
    height: 22px;
    background-image: url('../images/xinmeitironghe/icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s;
}
.gongzhonghao-list > .wrap .item:hover .qrcode {
    background-image: url('../images/xinmeitironghe/icon_act.png');
}
@media screen and (max-width: 991px) {
    .gongzhonghao-list > .wrap {
        width: 25%;
        padding: .3rem .2rem;
    }
}
@media screen and (max-width: 767px) {
    .gongzhonghao-list > .wrap {
        width: 33.33%;
        padding: .4rem .2rem;
    }
    .gongzhonghao-list > .wrap .item .item-logo {
        width: 55px;
        height: 55px;
    }
}
@media screen and (max-width: 500px) {
    .gongzhonghao-list > .wrap {
        width: 50%;
        padding: .5rem .2rem;
    }
    .gongzhonghao-list > .wrap .item {
        padding: .3rem;
    }
    .gongzhonghao-list > .wrap .item .item-name {
        height: 1.2rem;
        font-size: 16px;
    }
    .gongzhonghao-list > .wrap .item .qrcode {
        display: none;
    }
}

/* 公众号详情页 开始 */
.details-gzh {
    display: flex;
}

.details-gzh .details-gzh-list {
    width: 330px;
    padding: 0 .2rem;
}
.details-gzh .details-gzh-info {
    flex: 1;
    max-height: 100%;
    overflow-y: scroll;
}
.details-gzh-list .gzh-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #F0F8FF;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: .12rem;
    font-size: 20px;
    color: #000;
    position: relative;
}
.details-gzh-list .gzh-item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.details-gzh-list .gzh-item.act {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #538CE5 0%, rgba(80,206,247,0.8) 100%);
}

.details-gzh-list .gzh-item img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.details-gzh-list .gzh-item span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details-gzh-info .bg {
    background: #F0F8FF;
    padding: .2rem;
}
.details-gzh-info .banner {
    position: relative;
    display: block;
    width: 100%;
}
.details-gzh-info .banner img {
    width: 100%;
    object-fit: cover;
}
.details-gzh-info .banner span {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: justify;
    background-color: rgba(0, 0, 0, .4);
}
.details-gzh-info .news-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: .15rem 0;
    border-bottom: 1px solid #ccc;
}
.details-gzh-info .news-item:nth-last-of-type(1) {
    border-bottom: none;
}
.details-gzh-info .news-item span {
    flex: 1;
    color: #333;
}
.details-gzh-info .news-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.details-gzh-info .load-more {
    text-align: center;
    padding: 10px;
    margin-top: .2rem;
    cursor: pointer;
    border: 1px solid #1558B1;
    border-radius: 5px;
}

.details-gzh .details-qrcode-box .qrcode-info {
    width: 210px;
    margin-left: .2rem;
    border: 2px solid #C6D8ED;
    background: #F7F7F7;
    padding: 20px 20px 30px;
}

.details-gzh .details-qrcode-box .qrcode-info .gzh-name {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.details-gzh .details-qrcode-box .qrcode-info  .qrcode {
    margin-bottom: 10px;
    width: 100%;
}

.details-gzh .details-qrcode-box .qrcode-info .text {
    text-align: center;
    color: #717375;
}

@media screen and (max-width: 991px) {
    .details-gzh .details-qrcode-box .qrcode-info {
        display: none;
    }
    .details-gzh .details-gzh-list {
        width: 30%;
    }
}

@media screen and (max-width: 600px) {
    .details-gzh .details-gzh-list {
        padding-left: 0;
    }
    .details-gzh .details-gzh-list img {
        display: none;
    }
    .details-gzh .details-gzh-list .gzh-item {
        font-size: 12px;
    }
    .details-gzh-info .news-item img {
        width: 30px;
        height: 30px;
    }
    .details-gzh .details-gzh-list .gzh-item span {
        white-space: normal;
        text-align: center;
    }
}
/* 公众号详情页 结束 */

/* web详情页 开始 */
.details-web {
    display: flex;
}

.details-web .details-web-list {
    width: 30%;
}
.details-web .details-web-list .bg {
    padding: 0.2rem;
    background: #F0F8FF;
}
.details-web .details-web-list .web-item {
    display: flex;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    background: #F0F8FF;
    border-radius: 7px;
    margin-bottom: .2rem;
    padding: 0.12rem;
    font-size: 20px;
    color: #000;
    position: relative;
    border: 1px solid #1558B1;
}
.details-web .details-web-list .web-item.act {
    color: #fff;
    font-weight: bold;
    border: none;
    background: linear-gradient(90deg, #538CE5 0%, rgba(80,206,247,0.8) 100%);
}

.details-web .details-web-list .web-item img {
    height: 20px;
    margin-right: 8px
}

.details-web .details-web-list .web-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-web-info {
    flex: 1;
    margin-left: .2rem;
    padding: 0.2rem;
    background: #F0F8FF;
}

.details-web-info .news-list {
    background-color: #fff;
    padding: 0 .15rem;
}

.details-web-info .news-list a {
    display: flex;
    border-bottom: 2px solid #C3D6EC;
    padding: .15rem 0;
}

.details-web-info .news-list a:nth-last-of-type(1) {
    border-bottom: none;
}

.details-web-info .news-list a .news-info {
    flex: 1;
}

.details-web-info .news-list a .news-info .news-title {
    font-size: .22rem;
    color: #212121;
    margin-bottom: 15px;
    line-height: 28px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.details-web-info .news-list a .news-info .news-text {
    font-size: 14px;
    color: #707070;
}

.details-web-info .news-list a .news-img {
    width: 180px;
    height: 120px;
    margin-left: .15rem;
    position: relative;
}
.details-web-info .news-list a .news-img.has-video::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    background-image: url('../images/xinmeitironghe/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
}
.details-web-info .news-list a .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-web-info .more {
    cursor: pointer;
    background: #F0F8FF;
    border-radius: 7px;
    border: 1px solid #1558B1;
    margin-top: .35rem;
    text-align: center;
    padding: .15rem 0;
}
@media screen and (max-width: 767px) {
    .details-web .details-web-list .bg {
        padding: 0;
    }
    .details-web .details-web-list .web-item {
        font-size: 14px;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
    }
    .details-web .details-web-list .web-item img {
        display: none;
    }
    .details-web-info .news-list a {
        padding-bottom: 25px;
        position: relative;
    }
    .details-web-info .news-list a .news-info .news-title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 5px;
    }
    .details-web-info .news-list a .news-info .news-text {
        position: absolute;
        width: 100%;
        height: 15px;
        line-height: 15px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .details-web-info .news-list a .news-img {
        width: 60px;
        height: 40px;
        margin-left: .15rem;
    }
}
/* web详情页 结束 */

#toBack {
    position: fixed;
    bottom: 140px;
    right: 30px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 99999;
}

.xmtrh-block {
    padding: .3rem 0;
    min-height: 412px;
    overflow: hidden;
    display: flex;
}
.xmtrh-block .zwgzh-box {
    flex: 2;
    padding: 0 .2rem .2rem 0;
    background-color: #fff;
    box-shadow: 0px 5px 10px 1px rgba(56, 92, 140, .22);
}
.xmtrh-block .zwgzh-box .zwgzh-data {
    display: flex;
}
.xmtrh-block .mtkyz-box {
    position: relative;
    flex: 1;
    width: 0;
    padding: 0 .2rem .2rem;
    margin-left: 20px;
    margin-right: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 1px rgba(56,92,140,0.23);
}
.xmtrh-block .mtkyz-box .mtkyz-list {
    display: block;
}
.xmtrh-block .mtkyz-box .news-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin: 10px 0;
}
.xmtrh-block .mtkyz-box .news-item:hover .txt, .xmtrh-block .mtkyz-box .news-item:hover .time {
    color: #125DB2;
}
.xmtrh-block .mtkyz-box .news-item img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.xmtrh-block .mtkyz-box .news-item .txt {
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
}
.xmtrh-block .mtkyz-box .news-item .time {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .xmtrh-block {
        display: block;
    }
    .xmtrh-block .mtkyz-box {
        width: 100%;
        margin-top: .3rem;
        margin-right: 0;
        margin-left: 0;
    }
    .xmtrh-block .zwgzh-box {
        padding-right: .2rem;
    }
}
@media screen and (max-width: 600px) {
    .xmtrh-block .zwgzh-info {
        display: none;
    }
    .xmtrh-block .zwgzh-box .zwgzh-list {
        padding: .2rem;
    }
    .xmtrh-block .zwgzh-list .zwgzh-item.act::after {
        display: none;
    }
}