﻿.wrap_main{
    position: relative;

}
.wrap_main .banner img {
    height: auto;
}

.sear_warpper{
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 450px;
}
.sear_tit{
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}
.sear_con{
    width: 100%;
    height: 48px;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 40px;
    position: relative;
}
.sear_con input#search{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    border: none;
    background: rgba(255, 254, 254, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    box-sizing: border-box;
    padding:0 80px 0 35px;
    color: #fff;
}
.searbtn{
    position: absolute;
    right: 3px;
    top: 2px;
    background: url(/Content/Areas/News/images/YiYuanGaiKuang/searchBtn.png)no-repeat;
    width: 44px;
    height: 44px;
    background-size: cover;
    border: none;
    cursor: pointer;
}
input.seartxt::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.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_3_list */
.common_3_con {
    width: 100%;
}
ul.article_list_3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.article_list_3 li {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
}
ul.article_list_3 li a {
    font-size: 16px;
    display: block;
    width: 80%;
}
ul.article_list_3 li:hover a{
  color: #6510AC;
}
ul.article_list_3 li:hover span{
  color: #6510AC;
}
ul.article_list_3 li:hover{
  /* border-color: #6510AC; */
}

/* common_3_list */

.report_wrapper{
    background: url(/Content/Areas/News/images/YiYuanGaiKuang/mtBk.png)no-repeat;
    background-size: cover;
    padding: 80px  0 100px;
    box-sizing: border-box;

}
h2.title_headerIndex.title_report span {
    color: #fff;
}
h2.title_headerIndex.title_report p.posi_p{
    color: rgba(244, 244, 244, 0.05);
}
h2.title_headerIndex.title_report a.more{
    color: #fff;
}

.report_ul li{
    width: 400px;
    height: 200px;
    background: #FFFFFF;
    border-bottom: 8px solid #EFAA4D;
    float: left;
    margin-right: 40px;
    margin-top: 34px;
    padding: 40px 40px 30px;
    position: relative;
    box-sizing: border-box;
}
.report_ul li .li_box{
    position: relative;
    width: 100%;
    height: 100%;

}


.report_ul li:nth-child(3n){
    margin-right: 0;
}
.report_ul li .title_type{
    font-size: 20px;
    color: #333333;
    line-height: 36px;
}
.report_ul li .rep_p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #999999;
}
.rep_p .span_sourc{
    float: left;
}
.rep_p .span_date{
    float: right;
}
.report_ul li:hover{
    background:#fff url(/Content/Areas/News/images/YiYuanGaiKuang/mtBk2.png)no-repeat right bottom;
}
.report_ul li:hover .li_box .title_type,
.report_ul li:hover .li_box .rep_p{
    color: #6510AC;
}
ul.article_list_3 li{
    position: relative;
}
ul.article_list_3 li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #6510ac;
}
ul.article_list_3 li:hover::after {
    width: 100%;
    transition: all 0.3s;
}

/* 动效 */


.animate .title_report,
.animate.common_3_con .title_headerIndex{
  -webkit-transform: translatex(0);
  transform: translatex(0);
  opacity: 1;
  visibility: visible;
}

.animate .report_ul,
.animate .article_list_3{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.title_report,
.common_3_con .title_headerIndex{
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0; 
  visibility: hidden;
}
.common_right {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}

.report_ul,
.article_list_3{
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}



@media only screen and (max-width:768px) {

.title_report,
.common_3_con .title_headerIndex{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.common_right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.report_ul,
.article_list_3{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}


    .min-center {
        width: 100%;
    }
    
    .Min .min-center>div>div {
        width: 100%;
    }
    
    .flex_between {
        flex-direction: column;
    }
    
    .report_ul li {
        width: 100%;
        margin-right: 0;
        padding: 0.4rem 0.3rem 0.3rem;
        margin-bottom: 0.3rem;
        margin-top: 0;
    }
    
    
    .report_ul li:nth-child(2n) {
        margin-right: 0;
    }
    
    .report_wrapper {
        padding: 0.15rem ;
        margin-bottom: 0.2rem;
    }
    
    .pd-60 {
        padding: 15px 0;
    }
    
    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.2rem;

    }
    
    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;
    }
    .sear_warpper{
        display: none;
    }
    ul.article_list_3 li{
        width: 100%;
     padding: 0.3rem 0;
    }
}
@media only screen and (max-width:560px){
    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%;
        height: 110px;
    }
    .report_ul li .title_type{
        display: block;
        width: 100%;
        font-size: 0.3rem;
    }
    .report_ul li .rep_p{
        font-size: 14px;
    }
}