﻿.wrap_main {
 background: url(/Content/Areas/News/images/graybg.jpg);
 position: relative;
}

.linkmap {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -600px !important;
}

div.linkmap span {
 color: #fff;
}

div.linkmap a {
 color: #fff;
}

.xldftv .main_title {
 margin-bottom: 20px;
 margin-top: 20px;
}

.xldftv {
 margin-bottom: 40px;
}

.xldftv>div li {
 float: left;
 width: 380px;
 height: 200px;
 margin-right: 30px;
 position: relative;
 margin-bottom: 30px;
}

.xldftv>div li:nth-child(3n) {
 margin-right: 0;
}

.xldftv>div li:nth-child(4),
.xldftv>div li:nth-child(5),
.xldftv>div li:nth-child(6) {
 margin-bottom: 0;
}

.xldftv>div li .video_img {
 width: 100%;
 height: 100%;
 display: block;
 overflow: hidden;
}

.xldftv>div li .video_img::after {
 width: 100%;
 height: 100%;
 display: block;
 content: '';
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 top: 0;
}

.xldftv>div li:hover .video_img img {
 transform: scale(1.1);
}

.xldftv>div li .video_btn {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: url(/Content/Areas/Common/images/common/play.png) no-repeat center center;
 background-size: 100% 100%;
 width: 50px;
 height: 50px;
}

.xldftv>div li:hover .video_btn {
 display: block;
}

.xldftv>div li img {
 width: 100%;
 transition: all .5s;
}

.xldftv>div li h2 {
 position: absolute;
 width: 100%;
 left: 0;
 bottom: 0;
 background: rgba(0, 0, 0, .5);
 padding: 15px 20px;
 box-sizing: border-box;
}

.xldftv>div li h2 a {
 color: #fff;
 font-size: 16px;
}

.twlist {
 margin-bottom: 40px;
}

.twlist .main_title {
 color: #fff;
 margin-bottom: 25px;
}

.twlist .main_title .More {
 background: url(/Content/Areas/News/images/morewhitebg.png) no-repeat left center;
 width: 94px;
 height: 34px;
}

.twlist .main_title .More:hover {
 background: url(/Content/Areas/Common/images/common/whitemore.png);
 background-size: 100% 100%;
}

.twlist .kpyd {
 background: url(/Content/Areas/News/images/kpydbg.png) no-repeat center center;
 background-size: cover;
}

.twlist .yyzs {
 background: url(/Content/Areas/News/images/yyzsbg.png) no-repeat center center;
 background-size: cover;
}

.twlist .item {
 width: 600px;
 height: 312px;
 padding: 30px 40px;
 box-sizing: border-box;
}

.twlist .item li {
 margin-bottom: 20px;
 padding-right: 28px;
 box-sizing: border-box;
}

.twlist .item li:last-of-type {
 margin-bottom: 0px;
}

.twlist .item li .title_type {
 color: #fff;
 font-size: 16px;
}

.twlist .item li .span_date {
 font-size: 16px;
 color: #fff;
 opacity: .8;
 float: right;
}

.twlist .item li:hover .title_type,
.twlist .item li:hover .span_date {
 /* color: #264658; */
 font-weight: bold;
}

@media only screen and (max-width:768px) {
 .xldftv>div li {
 width: 100%;
 height: auto;
 margin-right: 0;
 margin-bottom: 30px;
 }
 .xldftv>div li:last-of-type {
 margin-bottom: 0;
 }
 .twlist .item {
 width: 100%;
 height: auto;
 padding: 20px;
 }
 .twlist .kpyd {
 margin-bottom: 30px;
 }
 .main_title div img,
 .twlist .item li .span_date {
 display: none;
 }
 .twlist {
 margin-bottom: 0;
 }
 .twlist .item li {
 padding-right: 0;
 }
 .xldftv>div li h2 a {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 }
 .xldftv {
 margin-bottom: 0px;
 }
 .xldftv>div li:nth-child(4),
 .xldftv>div li:nth-child(5),
 .xldftv>div li:nth-child(6) {
 margin-bottom: 30px;
 }
}
@media only screen and (max-width:420px) {
  
} 