/* CSS Document */
.main{background:#fbfbfb;padding: 60px 0;width: 100%;height: auto;}

.main .font1830{width:100%;height: auto;margin-bottom: 35px;}
.main .font1830 a{font-size: 18px;line-height: 30px;color: #6a6a6a;margin-right: 20px;}
.main .font1830 .select{font-size:18px;font-weight: bold;color: #000;}




.newslist{width:1200px;height: auto;}
.newslist .newsli{width:386px;height: auto;margin-right: 20px;margin-bottom: 40px;}
.newslist .nomar{margin-right:0px;}
.newslist .newsli .img{width:386px;height: 265px;overflow: hidden;}
.newslist .newsli .img img{width:100%;height: 100%;transition: .4s all;}
.newslist .newsli:hover>.img img{transform:scale(1.1);}
.newslist .newsli .font18{width: 356px;max-height: 48px;font-size: 16px;color: #000;line-height: 24px;overflow: hidden;font-weight: bold;text-overflow: ellipsis;margin: 15px 15px 5px 15px;}
.newslist .newsli .font16{width: 356px;max-height: 40px;font-size: 14px;color: #7d7d7d;line-height: 20px;overflow: hidden;text-overflow: ellipsis;margin: 0 15px;}



.videolist{width:1200px;height: auto;}
.videolist .videoli{width:590px;height: auto;margin-right: 20px;margin-bottom: 20px;}
.videolist .nomar{margin-right:0px;}
.videolist .videoli .img{width:590px;height: 332px;overflow: hidden;position: relative;}
.videolist .videoli .img img{width:100%;height: 100%;transition: .4s all;}
.videolist .videoli:hover>.img img{transform:scale(1.1);}
.videolist .videoli .img .vmask{width:590px;height: 332px;background: rgba(0,0,0,0.3);position: absolute;top: 0;left: 0;}
.videolist .videoli .img .vmask i{width:100%;height: 100%;background-image: url(../images/icn-08.png);background-repeat: no-repeat;background-size:133px 133px;background-position: center center;display: block;transition: .4s all;}
.videolist .videoli:hover>.img .vmask i{background-image: url(../images/icn-09.png);}














