@charset "utf-8";

    body {
        min-width: 1280px
    }

    .header-title {
        padding: 33px 0;
    }

    .header-title h1 {
        text-align: center;
        letter-spacing: -0.05em;
    }

    .header-title h1 a {
        font-size: 48px;
        font-family: Arial, 'Microsoft YaHei', simsun;
        font-weight: bold;
        color: #065DA4;
        display: inline !important;
        width: 100%;
        text-align: center;
    }

    .header-title h1 span{line-height: 1.3;}

    .header-title p {
        text-align: center;
    }

    .header-title p a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 26px;
        color: #8A8888;
        margin: 20px 0 0 5px;
        display: inline-block;
    }

    .header-title p a:first-of-type {
        margin-left: 0;
    }

    .banner-left,
    .banner-right {
        position: relative;
    }

    .banner .tempWrap {
        width: 870px;
    }

    /* 左侧 */
    .banner-left {
        width: 870px;
    }

    .banner2 {
        width: 100%;
        margin-top: 35px
    }

    .banner2 .box1 {
        width: 275px;
        height: auto;
    }

    .banner2 img {
        width: 275px;
        height: 160px;
    }

    .banner2 p {
        font-size: 14px;
        text-align: center;
        color: #454343;
        line-height: 50px;
    }

    /* 轮播图代码 */
    .banner-img {
        width: 870px;
        height: 565px !important;
        overflow: hidden;
        position: relative;
        float: left;
        margin-bottom: 30px;
    }

    .banner-img .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 16px;
        z-index: 1;
    }

    .banner-img .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
        display: flex;
        align-items: center;
    }

    .banner-img .hd ul li {
        float: left;
        margin-right: 12px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        line-height: 8px;
        text-align: center;
        background: #fff;
        cursor: pointer;
    }

    .banner-img .hd ul li:last-child {
        margin-right: 16px;
    }

    .banner-img .hd ul li.on {
        background: #85AFD7;
        width: 12px;
        height: 12px;
        line-height: 12px;
        color: #fff;
    }

    .banner-img .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

    .banner-img .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }

    .mask {
        position: absolute;
        bottom: 0px;
        display: inline-block;
        width: 100%;
        height: 60px;
        background: rgba(0, 0, 0, 0.5);
    }

    .mask a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 630px;
        display: inline-block;
        margin-top: 20px;
        margin-left: 14px;
        font-size: 19px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }

    .banner-img .bd img {
        width: 870px;
        height: 565px;
        display: block;
    }

    .prev,
    .next {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 100;
    }

    .prev img,
    .next img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        opacity: 0.7;
    }


    .prev:hover,
    .next:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .prev:hover img,
    .next:hover img {
        opacity: 1;
    }

    .prev {
        left: 12px;
    }

    .next {
        right: 12px;
    }

    /* 轮播列表 */
    .banner-right {
        width: 375px;
        margin-left: 25px;
        background-color: #FFFFFF;
        overflow: hidden;
        height: 805px;
    }

    .banner-right ul li {
        width: 375px;
        display: flex;
        align-items: center;
        overflow: hidden;
        height: 48px;
    }

    .banner-right ul li span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 2px 10px;
    }

    .banner-right ul li a {
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: #2A2A2A;
        line-height: 22px;
        text-align: left;
        vertical-align: middle;
    }

    .banner-right .active {
        background: #3494f0;
    }

    .banner-right .active {
        color: white !important;
    }

    .banner-right .active a {
        color: white !important;
    }

    .banner-right .active a:hover {
        text-decoration: underline;
    }

    #ul1 {
        overflow: hidden;
    }

    #ul2 {
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        background: #F5F5F7;
        padding-top: 10px
    }
    #ul2>li:first-child {
        padding-left: 5px;
        font-weight: bold;
    }
    
    #ul2 li {
        height: 42px;
        line-height: 21px;
    }

    #ul2 li img {
        height: 42px;
    }

    #ul2 li span {
        padding: 0px 10px;
    }

    /* 广告位 */
    .adv-two {
        margin-bottom: 38px;
    }

    .adv-two a:last-of-type {
        float: right;
    }

    .adv-two a:first-of-type {
        float: left;
    }

    .adv-two a img {

        height: 80px;
    }

    /* 舆情监测 */
    .feelings {}

    .feelings-one,
    .feelings-two {
        width: 360px;
        margin-top: 5px;
    }

    .feelings-four {
        margin-right: 0px;
        margin-top: 0px;
    }



    .feelings-one div {
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .feelings-one div a:first-of-type {
        float: left;
        margin-right: 20px;
    }

    .feelings-one div a:first-of-type img {
        width: 170px;
        height: 105px;
    }

    .feelings-one div p {
        float: left;
        width: 180px;
    }

    .feelings-one div p a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #454344;
        line-height: 34px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .feelings-one ul {
        margin-top: 25px;
    }

    .feelings-one ul li a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #1E1E1E;
        line-height: 40px;
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .feelings-three {
        width: 390px;
        margin-top: 5px;
        margin-right: 48px;
    }

    .feelings-three .deny {
        display: block;
        margin-bottom: 36px;
    }

    .feelings-three .deny img {
        width: 390px;
        height: 135px;
    }

    .feelings-three span {
        width: 190px;
        height: 40px;
        border-radius: 25px;
        background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#359CFA), to(#0379E6));
        /** Chrome Safari **/
        background: -moz-linear-gradient(left, #359CFA, #0379E6);
        /** FireFox **/
        background: -o-linear-gradient(left, #359CFA, #0379E6);
        /** Opear **/
        background: -ms-linear-gradient(#359CFA 0%, #0379E6 100%);
        /** IE9 IE10 **/
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#359CFA', endColorstr='#0379E6');
        /** IE7 **/
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359CFA', endColorstr='#0379E6', gradientType=1);
        /** IE8 **/
        display: flex;
        align-items: center;
        justify-content: flex-start;
        float: left;
    }

    .feelings-three span:first-of-type {
        margin-right: 10px;
    }

    .feelings-three span img {
        width: 24px;
        height: 24px;
        margin-left: 6px;
        margin-right: 4px;
    }

    .feelings-three span a {
        font-size: 18px;
        font-family: HYb2gj;
        font-weight: 400;
        color: #FFFFFF;
    }


    /* 结尾 */
    body .link {
        margin-top: 50px;
    }

    .bd #iframe {
        display: none;
        width: 870px;
        height: 565px;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 29;
        background: #fff;
    }

    .bd .video-close {
        width: 20px;
        height: 21px;
        position: absolute;
        right: 5px;
        top: 0;
        z-index: 40;
        background: url("http://www.legaldaily.com.cn/style/img/202504_player.png") 0 -53px no-repeat;
        cursor: pointer;
        display: none;
    }

    .mul-play {
        position: absolute;
        width: 50px;
        height: 50px;
        bottom: 55px;
        right: 15px;
        cursor: pointer;
        z-index: 29;
        background: url("http://www.legaldaily.com.cn/style/img/202504_player.png")
    }

    .content-left {
        width: 1280px;
        margin: 0 auto;
        height: 42px;
        margin-top: 36px;
        margin-bottom: 40px;
        position: relative;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 42px;
    }

    .list {
        width: 100%;
        height: 100%;
        background: #DAEDF8;
        box-sizing: border-box;
        padding-left: 55px;
    }

    .list ul {
        width: 100%;
        box-sizing: border-box;
    }

    .list ul li {
        height: 42px;
        line-height: 0.42rem;
    }

    .list ul li a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #454343;
        line-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .container {
        margin: 0 auto;
        max-width: 1500px;
        overflow: hidden;
    }

    .marquee {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        line-height: 38px;
    }

    .marquee .marquee_list {
        display: inline-block;
    }

    .marquee .marquee_list.rtl {
        animation: marquee_rtl 80s linear infinite;
    }

    .marquee .marquee_list .rtl span a::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background: #000;
        border-radius: 50%;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .marquee .marquee_list .rtl span a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: black;
        line-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 25px;
        position: relative;
    }

    @keyframes marquee_rtl {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-100%, 0);
        }
    }

    .rt-one {
        margin-right: 15px;
    }

    .wrapper_1280 {
        width: 1280px;
        margin: 0 auto;
    }

    .autoline {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }

    .nowrap {
        white-space: nowrap;
        overflow: hidden;
    }

    .dis_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .col1,
    .col2 {
        background: url(http://www.legaldaily.com.cn/templateRes/202512/19/60567/images/2025_zyfzwsy_003.jpg) repeat-x;
        height: 40px;
        line-height: 40px;
        background-position-y: 7px;
        margin: 30px auto;
        display: flex;
    }

    .col2 div,
    .col1 div {

        background: #fff;
        cursor: pointer;
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: bold;
        padding-right: 10px;
    }

    .col2 a {
        color: #c3c3c3
    }

    .col1 div a,
    .col2 .on a {
        color: #3a68cc
    }

    .zt img {
        width: 205px;
        height: 135px
    }

    .zt2 {
        margin-top: 25px;
        overflow: hidden;
        height: 30px;
        text-align: center;
        display: flex;
    }

    .zt2 div {
        line-height: 30px;
        margin-right: 25px;
        background: url(http://www.legaldaily.com.cn/templateRes/202512/19/60567/images/2025_zyfzwsy_002.jpg) no-repeat;
        background-position-y: 7px;
        padding-left: 25px;
        height: 30px;
    }

    .box2 {
        width: 400px;
        overflow-x: hidden;
    }

    .box2 .img img,
    .box2 .img {
        width: 400px;
        height: 240px;
        overflow: hidden;
    }

    .box2 .img {
        margin-bottom: 10px
    }

    .box2 .img div {
        position: relative;
        width: 100%;
        bottom: 35px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 17px;
        color: #FFF;
        line-height: 35px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box2 p {
        font-size: 16px;
        color: #2A2A2A;
        line-height: 37px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .bd1 .tempWrap {
        overflow: hidden;
        position: relative;
        width: 360px
    }

    .bd1 ul {
        width: 1800px;
        position: relative;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        left: -360px;
    }

    .bd1 li {
        float: left;
        width: 360px;
    }

    .bd1 li>div {
        width: 360px;
        height: 105px;
        position: relative;
        display: inline-flex;
    }

    .bd1 li img {
        width: 170px;
        height: 105px;
    }

    .bd1 .title2 {
        width: 150px;
        height: 105px;
        font-size: 18px;
        color: #454344;
        line-height: 34px;
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        position: relative;
        float: right;
        margin-left: 10px;
    }

    .fzrm .fzrml {
        width: 550px;
        background: #f6f6f6
    }

    .fzrm .fzrml img {
        width: 550px;
        height: 310px
    }

    .fzrm p {
        font-size: 16px;
        text-align: center;
        line-height: 40px;
    }

    .fzrm .fzrmr {
        width: 700px;
    }

    .fzrm .fzrmr div {
        width: 225px;
        height: 175px
    }

    .fzrm .fzrmr img {
        width: 225px;
        height: 135px
    }

    .fzrm .fzrmr p {
        font-size: 14px;
        width:224px;
    }

    .adv-one,
    .adv-two {
        margin: 30px auto;
        text-align: center;
        overflow-x: hidden;
    }

    .adv-one img {
        max-width: 100%
    }

    .adv-two img {
        max-width: 700px
    }

    .adv3 img {
        height: 100px
    }
     .daily1 {
    width: 348px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #DCDCDC;
}


 .daily1 span,
 .daily1 i,
 .daily1 p {

}

 .daily1 span {
    width: 38px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #143E81;
    line-height:26px;
}

 .daily1 i {
    width: 1px;
    height: 46px;
    background-color: #A2C6E5;
    margin: 0 18px;
}

 .daily1 p {
    width: 260px;white-space: wrap;line-height: 20px;
    padding-left: 5px;
    padding-top: 2px;
}

 .daily1 p a {
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-right: 8px;
    display: inline-block;
}

 .daily1 p a:last-of-type {
    margin-right: 0px;
}