 
.inner{
    width:1200px;
    margin:auto;
    /* background-color: #fff; */

}
.box{
    position: relative;
    top:-80px;
    min-height:1000px;
    box-shadow:0px 1px 40px 0px rgba(154, 154, 154, 0.27);
    background-color: #fff;
    /* background-color: black; */
    padding:61px;
    box-sizing:border-box;
    z-index:99;


}
.title{
    font-family: SourceHanSansCN-Bold;
font-size: 36px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height:80px;
}
.date{
    font-family: SourceHanSansCN-Regular;
font-size: 20px;
color: #666666;
letter-spacing: 0;
text-align: center;
margin-bottom:10px;
}
.box p{
    font-family: SourceHanSansCN-Regular;
font-size: 20px;
color: #666666;
letter-spacing: 0;
line-height: 32px;
}
.fr{
    background-image: url(./fr.png);
    background-repeat: no-repeat;
    width: 100%;
    height:678px;
    background-size: cover;
    position: absolute;
    bottom:200px;
    background-position:center;

}
.body{
    position: relative;
    z-index:9;
}


.acrbox p{ line-height: 1.8em; color: #333; margin-top: 10px; }

.arcbox{  
    padding: 20px; }

.tap_content li{ list-style: none; }
.tap_content{
  display: block !important;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
}

.tap_title_active{
  background-color: #4e6bad;
  color: #fff !important;
}
.tap_content ul li a{
  display: flex;
  color: #000;
  font-size: 18px;
  justify-content: space-between;
  line-height: 45px;
  padding-left: 25px;
  background: url(./icolist.gif) no-repeat left center;
}
.tap_content ul li  span:first-of-type{
display:inline-block;
width:800px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tap_content a:hover{
  color: #4e6bad;
  background: url(./icolisthover.gif) no-repeat left center;
}
.listtit{ font-size: 30px; font-weight: 800; color: #000; line-height: 50px; padding-left: 30px; padding-top: 20px; }

.fh{
    padding:10px 20px;
    border:solid 1px #fff;
    color:#fff;
    position: absolute;
    top:50px;
    left:50px;
    background-color: rgba(220, 240, 253, 0.5);
    }
 .fh a{ color: #fff }
