﻿.wrap_main .banner img {
 height: auto;
}
.main{
 margin-bottom: 0;
}
/* .wrap_main{
 position: relative;

}
.wrap_main .linkmap {
 position: absolute;
 top: 30px;
 left: 100px;
 background: transparent;
 margin: 0;
 padding: 0;
 font-size: 14px;
 color: #fff;
} */
.wrap_main .linkmap a {
 color: #fff;
}
.min-center {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.Min{position: relative;overflow: hidden;}
.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;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
 width: 48%;
}
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;
 display: block;
 width: 70%;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
ul.article_list_2 li:hover a{
  color: #6510AC;
}
ul.article_list_2 li:hover span{
  color: #6510AC;
}
ul.article_list_2 li:hover{
  /* border-color: #6510AC; */
}
/* common_2_list */

.puct_wrapper{
 background: #F4F8F8;
}
.puct_wrapper h2.title_headerIndex p.posi_p {
 color: #EEEEEE;
}
.report_wrapper{
 background: #F4F8F8;
 padding: 60px 0 50px;
}
.report_ul{
 margin-top: 20px;
}
.report_ul li{
 float: left;
 width: 400px;
 height: 338px;
 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_box{
 display: block;
 width: 100%;
 height: 260px;
 overflow: hidden;
}
.report_ul li .img_box img{
 width: 100%;
 transition: all 0.3s;
}
.report_ul li .title_type{
 display: block;
 height: 78px;
 line-height: 78px;
 position: absolute;
 text-align: center;
 width: 100%;
 font-size: 18px;
 color: #333333;
}
h2.title_headerIndex.title_report p.posi_p{
 color: #EEEEEE;
}
.report_ul li:hover .img_box 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: all 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: 100%;
 height: auto;
 margin-bottom: 10px;
 }
 
 .report_ul li:nth-child(3n) {
 margin-right: 40px;
 }
 
 .report_ul li:nth-child(2n) {
 margin-right: 0;
 }
 
 .report_wrapper {
 background: #fff;
 padding: 0.15rem 0;
 margin-bottom: 0.2rem;
 }
 
 .pd-60 {
 padding: 15px 0;
 }
 /* h2.title_headerIndex span {
 font-size: 0.36rem;
 font-weight: 400;
 color: #333333;
 line-height: 0.36rem;
 padding-left: 25px;
 }
 
 h2.title_headerIndex a.more {
 font-size: 0.16rem;
 font-weight: 400;
 color: #6510AD;
 line-height: 36px;
 background: none;
 width: auto;
 height: auto;
 } */
 
 /* h2.title_headerIndex {
 padding-bottom: 0.45rem;
 } */
 
 ul.common_1_ul1 li {
 width: 100%;
 }
 
 ul.common_1_ul1 {
 flex-wrap: wrap;
 }
 
 ul.common_1_ul1 li .img_box {
 height: auto;
 }
 
 ul.common_1_ul1 li .title_type {
 font-size: 0.24rem;
 }
 
 ul.common_1_ul1 li span.span_date {
 font-size: 0.2rem;
 }
 
 ul.common_1_ul1 li p {
 font-size: 0.20rem;
 }
 
 ul.common_1_ul2 li {
 width: 100%;
 }
 
 ul.common_1_ul2 li a {
 font-size: 0.24rem;
 }
 
 span.span_date {
 font-size: 0.2rem;
 }
 
 ul.common_1_ul3 li a.title_type {
 font-size: 0.24rem;
 }
 
 .report_ul li .img_box {
 height: auto;
 }
 
 .report_ul li .title_type {
 position: inherit;
 font-size: 0.24rem;
 height: 0.78rem;
 line-height: 0.78rem;
 }
 
 ul.article_list_2 li {
 width: 100%;
 padding: 0.3rem 0;
 }
 
 ul.article_list_2 li a {
 font-size: 0.24rem;
 width: 77%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 }
 
 .flex_between>div {
 margin-bottom: 0.4rem;
 }
 h2.title_headerIndex p.posi_p {
 font-size: 0.48rem;
 bottom: 0.15rem;
 }
}
@media only screen and (max-width:560px){
 ul.common_1_ul3 li {
 line-height: 0.63rem;
 }
 a.title_type {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 74%;
 }
 ul.common_1_ul1 li {
 width: 100%;
 }
 
 ul.common_1_ul1 {
 flex-direction: column;
 }
 
 h2.title_headerIndex p.posi_p {
 /* display: none; */
 }
 
 .report_ul li {
 width: 100%;
 }
}  