.news_6_title{
    background: url("../images/lanmu6.png") center center no-repeat;
    width:689px;
    height:72px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

.right_wrap::-webkit-scrollbar {
    width: 6px; /*对垂直流动条有效*/
    height: 6px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.right_wrap::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D70016;
    border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
.right_wrap::-webkit-scrollbar-thumb{
    /* border-radius: 7px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #E8E8E8;
    -webkit-appearance: none; */
    background: #FFC05B ;
    height: 13px;
    border-radius: 10px;
}
/*定义两端按钮的样式*/
.right_wrap::-webkit-scrollbar-button {
    display: none;
    background-color:transparent;
}
/*定义右下角汇合处的样式*/
.right_wrap::-webkit-scrollbar-corner {
    background:khaki;
}
.timer_shaft{
    height: 484px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
.left_wrap{
    position: absolute;
    left: 30px;
    height: 100%;
    width: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0;
}
.leftTimes{
    height: 100%;
    overflow: hidden;
}
.timeLine{
    height: 40px;
    width: 1px;
    background: #cccccc;
    margin: 10px auto;
}
.timesNum{
    font-size: 17px;
    color: #777777;
    cursor: pointer;
}
.right_wrap{
    width: calc(100% - 140px);
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 140px;
    padding-right: 30px;
    padding-bottom: 326px;
    box-sizing: border-box;
}
.timeThis{
    color: #D70016;
    font-size: 20px;
    font-weight: bolder;
}
.info_msg{
    display: flex;
    margin-bottom: 20px;
}
.msgWrap{
    width: calc(100% - 263px - 30px);
}
.imgWrap{
    width: 263px;
    margin-right: 30px;
}
.imgWrap > div{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 8px;
}
.imgWrap > div > img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.timesBtn{
    position: absolute;
    width: 90px;
    color: red;
    height: 35px;
    line-height: 30px;
    background: #faebcc;
    cursor: pointer;
}
.topBtn{
    background: url("../images/lanmu4shang.png");
    top: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.botBtn{
    background: url("../images/lanmu4xia.png");
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.timeHeaderTitle{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 44px;
}
.timeContTitle{
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.leftTimesType{
    position: relative;
}
.news_4_title{
    background: url("../images/lanmu4.png") center center no-repeat;
    width:689px;
    height:72px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.news_4_footer{
    width: 1100px;
    height:115px;
    margin-left: -30px;
    z-index: 2;
}
.news_4_container{
    margin: 50px 0;
}
.Tz_pic{
    height: 141px;
    width:252px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 800px;
}
.photoItem{
    width: 252px;
    margin-right: 50px;
    margin-bottom: 40px;
}
.photoItem:nth-child(2n){
    margin-right:30px ;
}
.Tz_pic img {
    width: 252px;
    height: 141px;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
}
.Tz_pic img:nth-child(2n){
    left:15px;
    top:15px;
}
.Tz_pic img:nth-child(3n){
    left:30px;
    top:30px;
}
.Tz_pic img:hover {
    transform: translateZ(100px);
}
.img16_9{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.img16_9  img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.news_8_container_title{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}