body,html{
  background-color: #ffffff;
}

h4.title{
  font-size: 2rem;
  letter-spacing:0.2rem;
  text-align: center;
  color:#282828!important;
  font-weight: normal;
  margin-top: 1.95rem;
    margin-bottom: 3rem!important;
    margin-left: auto;
    margin-right: auto;
}
.box02Out {
  width: 100%;
  background-color: #F6F6F6;
  overflow: hidden;
  margin-top: 3rem;
  padding-top: 3rem;
}
.box01{
  width:68.75rem;
  margin:0px auto 0 auto;
  overflow: hidden;
  clear: both;
  border: 1px solid #c8c8c8;
}
.box01 .l{
  float: left;
  width: 45%;
  height: auto;
  display: block;
  overflow: hidden;
}
.box01 .r{
  float: left;
  width: 55%;
}
.box01 .r .inner{
  width:74%;
  margin:3.5vw auto auto auto
}
.box01 .r .inner h5{
  color: #1E2380;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
.box01 .r .inner .con{
  color: #464646;
  font-size: 1rem;    line-height: 1.7rem;
  margin-bottom: .5rem;min-height: 6.85rem;
}
.inner a{
  font-size: .9rem;color: #1E2380;border: 1px solid #1E2380;
  float:right;
}

.box02{
  width: 68.75rem;
    margin: 0 auto 6rem auto;
    overflow: hidden;
    clear: both;
    display: block;
}
.box02 dl{
  width:32%;
  float: left;
  margin:0;
  cursor: pointer;
  background-color: #ffffff;
}
.box02 dl.md{
  margin:0 2%;
}
.box02 dl dt img{
  width:100%;
  height: auto;
}
.box02 dl dd{
  border: 1px solid #c8c8c8;
  border-top: 0;
  overflow: hidden;
  position: relative;
}
.box02 dl dd h5{
  font-size: 1rem;
  color: #464646;
  text-align: left;
  margin:20px auto 20px auto;
  width: 92%;
  line-height: 1.55rem;
  font-weight: normal;
  min-height: 4.7rem;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box02 dl dd .con{
  font-size: .9rem;
  color: #464646;
  text-align: left;
  margin:0px auto 1.8rem auto;
  width: 92%;
  line-height: 1.8rem;
  font-weight: normal;
  min-height: 50px;
}
.btnLine{
  height: 2.4px;
  width:100%;
  position: absolute;
  bottom:0;
  left:0;
  background-color: #F26F23;
  display: none;
}
.box02 dl:hover .btnLine{
  display: block;
}
.box02 dl dd .bom{
  margin:0px auto 1.8rem auto;
  width: 92%;font-size: .85rem;
  clear: both;
  overflow: hidden;
      display: flex;
    justify-content: space-between;
}
.box02 dl dd .bom a{
  color: #00BAF0;
}
.box02 dl dd .bom span{
  float: left;
  color: #999999;
}
.inner a:hover{
  color: #ffffff!important;
  background-color: #1E2380;
  background-image: url(../../assets/common/more_btn_02.png);  
  background-repeat: no-repeat;
}
.box02 dl>dt{
  width: 100%;
  overflow: hidden;
  height: 10vw;
  line-height: 0;
}
.box02 dl:hover{
	box-shadow: 0 0 16px 5px #E0DEDF;
}
.box02 dl img{
	transition: transform 2s cubic-bezier(.23,1,.32,1);
				  transform: scale(1);
				  width: 100%;
				  height: auto;
}
.box02 dl:hover img{
	transform: scale(1.1,1.1);
}
.box01 img{
	transition: transform 2s cubic-bezier(.23,1,.32,1);
				  transform: scale(1);
				  width: 100%;
				  height: auto;
}
.box01 .l{
	cursor: pointer;
}
.box01 .l:hover img{
	transform: scale(1.1,1.1);
}
.newsBox{
  width:68.75rem;
  margin:0 auto;
}
.newsBox h3.title {
  color: #000;
  font-size: 2.15rem;
  line-height: 2.9rem;
  margin-top: 3%;
}

.newsBox h4.title2{
  overflow: hidden;
  clear: both;
}

.newsBox h4.title2 span{
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  display: block;
  float: left;
  width: 50%;
  margin: 2% 0;
}
.newsBox h4.title2 img {
  float: right;
  text-align: right;
  display: inline-block;
  width: 42px;
  height: 29px;
  height: auto;
  margin: 2% 0;
  cursor: pointer;
}

span.icon_r {
  float: right;
  text-align: right;
}
span.icon_r>a {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
span.icon_r>a img {
  margin: 0 auto;
  max-width: 100%;
  cursor: pointer;
  width: 42px;
  height: 29px;
}
.wx_qrcode_img_div {
  display: none;
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  top:40px;
}
span.icon_r>a .wx_qrcode_img_div img{
  width: 300px;
  height: 300px;
}
.contentBox{
  font-size:1rem;
  line-height: 1.9rem;
  margin-top:1rem;
}
.contentBox p{
  text-indent: 2em;
  margin-bottom: 1rem;
}
.contentBox p img {
  margin: 0 auto;
  max-width: 50%;
  display: block;
}
.bom .more-btn{
	width: 6rem;
    border: none;
    padding: 0;
    background-image: url(../../assets/common/more_btn_03.png);
    background-position: right;
    line-height: 1rem;
    height: 1rem;
    font-size: .9rem;
    color: #1EC2F2;
}
