﻿body{
    background: url(../img/page_bg2.png) no-repeat;
    background-size: 100% auto;
    overflow: auto;
}
.page-footer{
    margin-top: 0;
}
.charm-wrap{
    padding: 30px;
}
.charm-left{
    width: 781px;
    margin-right: 30px;
}
.charm-left .banner-wrap{
    width: 100%;
    height: 267px;
    background: url(../img/ml_banner.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 110px 0 0 47px;
    box-sizing: border-box;
}
.charm-left .banner-wrap .title{
    position: absolute;
    left: 18px;
    top: 13px;
    display: block;
    width: 207px;
    height: 124px;
}
.charm-left .banner-wrap .desc{
    width: 432px;
    height: 129px;
    padding:16px 17px 12px;
    background: rgba(0, 10, 20, .4);
    border-radius: 0 15px 0 15px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
}
.charm-left .culture-wrap .title{
    color: #2D72B2;
    font-size: 24px;
    font-weight: bold;
    padding: 18px 0;
}
.charm-left .culture-wrap .title a{
	color: #2D72B2;
}
.charm-left .culture-wrap .main .item{
    margin-right: 7px;
    width: 150px;
    height: 218px;
    overflow: hidden;
}
.charm-left .culture-wrap .main .item img{
    display: block;
    width: 100%;
    width: 100%;
    transition: all .4s;
}
.charm-left .culture-wrap .main .item img:hover{
    transform: scale(1.06);
}
.charm-left .culture-wrap .main .item.last{
    margin-right: 0;
}
.charm-center{
    width: 336px;
    margin-right: 28px;
}
.charm-center .video-wrap .title{
    color: #2D72B2;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 16px 0;
}
.charm-center .video-wrap .title a{
	color: #2D72B2;
}
.charm-center .video-wrap .main{
    height: 206px;
    background: #000;
	margin-top:25px;
}
.charm-center .video-wrap .main video{
  
    object-fit:cover;
}
.charm-center .news-wrap .title{
    padding: 18px 0;
}
.charm-center .news-wrap .title a{
	color: #2D72B2;
    font-size: 24px;
    font-weight: bold;
	color: #2D72B2;
}
.charm-center .news-wrap .main .item{
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    transition: all 0.6s;
}
.charm-center .news-wrap .main .item:hover{
    transform: translateX(15px);
}
.charm-center .news-wrap .main .item-title{
    display: block;
    width: 71%;
}
.charm-center .news-wrap .main .item-title a{
	color: #666;
}
.charm-center .news-wrap .main .item-title a:hover{
    color: red;
}
.charm-right{
    width: 164px;
}
.charm-right .title{
    color: #2D72B2;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 16px 0;
}
.charm-right .title a{
	color: #2D72B2;
}
.charm-right .main .item{
    display: block;
    width: 100%;
    height: 113px;
    overflow: hidden;
    margin-bottom: 13px;
    cursor: pointer;
    border-radius: 10px;
}
.charm-right .main .item.last{
    margin-bottom: 0;
}
.charm-right .main .item img{
    display: block;
    width: 100%;
    width: 100%;
    transition: all .4s;
}
.charm-right .main .item img:hover{
    transform: scale(1.06);
}