﻿ .newsDet_con {
            border-bottom: 1px solid #eeeeee;
            padding: 10px 10px 28px;
        }

        .newsDet_con>p {
            /*text-indent: 2em;*/
            text-align: left;
            font-size: 15px;
            color: #666;
            letter-spacing: 0.5px;
            line-height: 36px;
        }

        .newsDet_con div {
            text-align: center;
            display: inline-block;
            width: 46%;
            vertical-align: top;
            margin: 20px 1%;
        }

        .newsDet_con div.one {
            width: 100%;
        }

        .newsDet_con div img {
            max-width: 72%;
            display: inline-block;
        }

        .newsDet_con div p {
            margin-top: 2%;
            line-height: 23px;
            color: #333;
            letter-spacing: 0.4px;
        }

        @media (max-width:1200px) {
            .gszl_xq .gszl_r {
                display: none !important;
            }

            .gszl_xq .gszl_l {
                width: 100% !important;
            }
        }

        @media (max-width:1024px) {
            .newsDet_con>p {
                font-size: 14px;
            }

            .newsDet_con div img {
                max-width: 100%;
            }

        }

        @media (max-width:768px) {


            .newsDet_con>p {
                line-height: 32px;
                letter-spacing: 0.5px;
            }

            .newsDet_con div {
                width: 100%;
                margin: 20px 0 0;
            }

        }

        @media (max-width:480px) {


            .newsDet_con>p {
                line-height: 30px;
            }
        }

        .cd-target__box span {
            font-size: 20px;
            line-height: 1.4;
            color: #111;
            display: block;
            margin-bottom: 25px;
        }

        .cd-target__list li {
            margin-bottom: 30px;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
            overflow: hidden;
        }

        .cd-target__list a {
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: color .4s;
            -o-transition: color .4s;
            -moz-transition: color .4s;
            transition: color .4s;
            font-size: 15px;
            line-height: 1.8;
            color: rgba(17, 17, 17, 0.8);
            overflow: hidden;
        }

        .cd-target__list a span {
            width: -webkit-calc(100% - 160px);
            width: -moz-calc(100% - 160px);
            width: calc(100% - 160px);
            height: 54px;
            display: block;
            font-size: 15px;
            line-height: 1.8;
            color: rgba(17, 17, 17, 0.8);
            margin-top: 10px;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .cd-target__list li .img {
            position: relative;
            width: 140px;
            height: 80px;
            margin-right: 20px;
        }

        .cd-target__list a img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
        }

        /*img {
            width: 100%;
        }*/

        .gszl_r {
            position: absolute;
            right: 0;
            width: 450px;
        }

        .gszl_r.fixed {
            position: fixed;
            top: 108px;
            right: 5%;
        }

        .gszl_r.pos {
            position: absolute;
            bottom: 0;
        }

        .gszl_l {
            position: relative;
            width: -webkit-calc(100% - 450px);
            width: -moz-calc(100% - 450px);
            width: calc(100% - 450px);
        }



        .gszl_l .hzTit span {
            color: #333;
            font-weight: 100;
            font-size: 30px;
        }

        .gszl_l .hzTit span::after {
            content: "";
            width: 0;
            height: 0;
            background: #D55228;
            border-radius: 25px;
            position: absolute;
            left: 0;
            bottom: -2px;
        }