.wrap_main .banner img {
    height: auto;
}
.wrap_main .main{
 margin-bottom: 0;
}
.wrap_main .linkmap a {
    color: #fff;
}
.min-center {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.Min{position: relative;}
.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

/* common_1_image */
.pd-60 {
    padding: 60px 0;
}
ul.common_1_ul1 li {
    width: 360px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

ul.common_1_ul1 li .img_box {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.common_1_ul1 li .img_box img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
ul.common_1_ul1 li .img_box img:hover{
  transform: scale(1.1);
  transition: all 0.3s;

}
ul.common_1_ul1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.common_1 .common_1_image {
    width: 750px;
}

ul.common_1_ul1 li .title_type {
    font-size: 16px;
    font-weight: 400;
}

ul.common_1_ul1 li p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

ul.common_1_ul1 li p a {
    display: none;
}

ul.common_1_ul1 li span.span_date {
    float: right;
    font-size: 14px;
}
li:hover span.span_date {
    color: #6510AC;
}



ul.common_1_ul2 li {
    width: 360px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
}

ul.common_1_ul2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.common_1_ul2 li a {
    font-size: 16px;
}
/* common_1_image */

/* common_1_list */
.common_1_list {
    width: 455px;
}
ul.common_1_ul3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 43px;
}

ul.common_1_ul3 li a.title_type {
    font-size: 16px;
}
/* common_1_list */

/* common_2_list */
.common_2_con {
    width: 600px;
}

ul.article_list_2 li {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    width: 48%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.article_list_2 li:nth-child(odd){
    float: left;
}
ul.article_list_2 li:nth-child(even){
    float: right;
}
ul.article_list_2 li a {
    font-size: 16px;
    width: 80%;
    display: block;
}
ul.article_list_2 li:hover a{
  color: #6510AC;
}
ul.article_list_2 li:hover span{
  color: #6510AC;
}
ul.article_list_2 li:hover{
}
ul.article_list_2 li .span_date{
    float: right;
    
}
/* common_2_list */



.report_wrapper{
    background: #F4F8F8;
    padding: 60px 0 50px;
}
.report_ul{
    margin-top: 20px;
}
.report_ul li{
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.report_ul li:nth-child(3n){
    margin-right: 0;
}

.report_ul li .img_video{
    position: relative;
}
.img_video .video_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/Content/Areas/Common/images/play.png) no-repeat center center;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    z-index: 1;
}   
.img_video::after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
}
.report_ul li .img_video .video_img{
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.img_video .video_img img{
    width: 100%;
    transition: all 0.3s;
}
.report_ul li h2{
    display: block;
    height: 78px;
    line-height: 78px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333333;
}
.report_ul li .play_time{
    display: none;

}
h2.title_headerIndex.title_report p.posi_p{
    color: #EEEEEE;
}
.img_video:hover .video_img img{
    transform: scale(1.05);
}
.report_ul li:hover .title_type{
    color: #6510AC;
}
ul.article_list_2 li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #6510ac;
}

ul.article_list_2 li:hover::after {
    width: 100%;
    transition: 0.3s;
}
@media only screen and (max-width:768px) {
    .min-center {
        width: 100%;
    }
    
    .Min .min-center>div>div {
        width: 100%;
    }
    
    .flex_between {
        flex-direction: column;
    }
    
    .report_ul li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    
    .report_ul li:nth-child(3n) {
        margin-right: 0px;
    }
    
    .report_ul li:nth-child(2n) {
        margin-right: 0;
        float: right;
    }
    .report_ul li .img_video .video_img{
        height: 210px;
    }
    .report_wrapper {
        background: #fff;
        padding: 15px 0;
    }
    .report_ul li h2{
        height: 0.78rem;
        line-height: 0.78rem;
        font-size: 0.22rem;
    }
    .report_ul li h2 a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .pd-60 {
        padding: 15px 0;
    }
    ul.article_list_2 li{
        width: 100%;
        padding: 0.3rem 0;
    }
    span.span_date {
        font-size: 0.2rem;
    }
    ul.article_list_2 li a{
        font-size: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 74%;
        display: inline-block;
    }
}
@media only screen and (max-width:560px){
    .report_ul li .img_video .video_img{
        height: auto;
    }
    a.title_type {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 74%;
        display: inline-block;
    }
    ul.common_1_ul1 li {
        width: 100%;
    }
    
    ul.common_1_ul1 {
        flex-direction: column;
    }
    
    
    .report_ul li {
        width: 100%;
    }
}