﻿ .wrap_main .banner img {
 height: auto;
}
/* .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;}
.flex_between {
 display: flex;
 justify-content: space-between;
 align-items: start;
}
.main{
 margin-bottom: 0;
}

/* 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 {
 background: #F4F8F8;
}
.common_2_con {
 width: 48%;
}

ul.article_list_2 li {
 padding: 30px 0;
 border-bottom: 1px solid #eee;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
}
ul.article_list_2 li a {
 font-size: 16px;
}
ul.article_list_2 li:hover a{
  color: #6510AC;
}
ul.article_list_2 li:hover span{
  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;
}

/* common_2_list */

.allmap{
 width: 100%;
 height: 240px;
 margin-top: 20px;
}


.riding_com{
 width: 600px;
}
.way_ul{
 margin-top: 20px;
}
.way_ul li{
 line-height: 38px;
 font-size: 16px;
 color: #333333;
 padding: 5px 0;
 padding-left: 45px;
}
.way_ul li.way_li1{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/train.png)no-repeat left 16px;
}
.way_ul li.way_li2{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/bus.png)no-repeat left 16px;
}
.way_ul li.way_li3{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/car.png)no-repeat left 16px;
}
.rela_ul{
 margin-top: 20px;
}
.rela_ul li{
 line-height: 48px;
 font-size: 16px;
 color: #333333;
 padding-left: 45px;
}
.rela_ul li.rela_li1{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/address.png)no-repeat center left;
}
.rela_ul li.rela_li2{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/email.png)no-repeat center left;
}
.rela_ul li.rela_li3{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/phone.png)no-repeat center left;
}
.rela_ul li.rela_li4{
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/fax.png)no-repeat center left;
}



@media only screen and (max-width:768px) {
 .rela_ul{
 margin-top: 0;
 }
 .min-center {
 width: 100%;
 }
 
 .Min .min-center>div>div {
 width: 100%;
 }
 .common_2_con {
 width: 100%;
 }
 .flex_between {
 flex-direction: column;
 }

 
 .pd-60 {
 padding: 15px 0;
 }
  ul.article_list_2 li {
 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;
 }

 .riding_com{
 width: 100%;
 }
 .allmap {
 width: 100%;
 height: 3.2rem;
 margin-top: 0.2rem;
 }
 .common_2 {
 background: #fff;
 }
 h2.title_headerIndex.title_fff p.posi_p{
 color: rgba(51, 51, 51, 0.06);
 }
}
@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;
 }

 .way_ul li, .rela_ul li {
 line-height: 0.5rem;
 font-size: 0.26rem;
 margin-bottom: 0.2rem;
 color: #333333;
 padding-left: 40px;
 }
}
@media only screen and (max-width:320px){
 ul.article_list_2 li a {
 width: 73%;
 }
} 