@charset "utf-8";
/* CSS Document */

/* base */

/* 行列布局 */


/* banner */
.banner.gg{margin-bottom:20px;}

.main{background:#ffffff;}
#menu{background:#f5f5f5;}

/* pic */
.pic img{
    height: 100%;
}

.HotPic{
    width: 750px;
    height: 450px;
    position: relative;
    margin-right: 30px;
}
.HotPic .pic h6{
    padding: 40px 30px 20px;
    color: #fff;
}
.hotnews{
    width: 390px;
}
.hotnews .title{
    font-size: 24px;
    font-weight: bold;
    color: #383838;
    padding: 10px 0 5px;
}
.hotnews .title:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../ztw2022_img/hot.png) no-repeat center right;
}
.hotnews ul>li{
    /* padding: 12px 0 12px 30px; */
    font-size: 17px;
    border-bottom: 1px #C5C5C5 dashed;
    position: relative;
}
.hotnews ul>li:before{
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
    color: #383838;
}
.hotnews ul>li:nth-child(1):before{
    content: "1.";
}
.hotnews ul>li:nth-child(2):before{
    content: "2.";
}
.hotnews ul>li:nth-child(3):before{
    content: "3.";
}
.hotnews ul>li:nth-child(4):before{
    content: "4.";
}
.hotnews ul>li:nth-child(5):before{
    content: "5.";
}
.hotnews ul>li:last-child{
    border: none;
}
.hotnews ul>li:hover{color: #ee3535;}
.hotnews ul>li a{
    margin: 12px 0 12px 30px;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
}

/* WyBrand */
.WyBrand{
    background: #f5f5f5;
    padding: 21px;
}
.WyBrand h5{
    font-weight:bold;
    color:#383838;
    margin: 0 5px 8px;
}
.WyBrand ul>li{
    float: left;
    margin: 6px 5px;
}
.WyBrand ul>li .imgbox{
    width: 134px;
    height: 57px;
    display: block;
    border: 3px #E5E5E5 solid;
    box-sizing: border-box;
    background: #fff;
}
.WyBrand ul>li .imgbox>img{
    width: 90%;
}

.col_121 .col_l .carousel .hd{}
.slidePicBox{
    position:relative;
}
.border-none{
    border: none;
}
.col_121 .col_l .carousel .pic{
    position:relative;
    height:233px;
}
.col_121 .col_l .slidePicBox h6{
    position: relative;
    background: none;
    font-size: 14px;
    line-height: 40px;
    text-align:center;
    font-weight:normal;
}
.col_121 .col_l .slidePicBox .prev,.col_121 .col_l .slidePicBox .next{
    bottom: 40px;
}

.col_121 .col_m>div{
    height: 227px;
}

.imgbox{
    border-radius: 3px;
}
/*  */
.NewsTab{
    border: 1px #D5D5D5 solid;
    padding: 15px 20px;
    margin-top: 20px;
    height: 390px;
}
