.nav>div{
	border-bottom: 3px solid #fff;
}
.nav>div:hover {
	border-bottom: 3px solid #2371FF;
}
.bg{
	width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.bg>img{
	width: 100%;
	height: 100%;
}
.bg .img_title{
    /*width: 3.208333rem;*/
    height: .78125rem;
    position: absolute;
    top: 1.302083rem;
    left: 4.84375rem;
    color: #FFF;
}
.bg .img_title li{
    line-height: .78125rem;
    font-size: 30px;
}
.bg .img_title li:nth-child(2){
    font-weight: 200;
}
.china{
    font-size: .375rem;
}
.english{
    font-size: .208333rem;
}
.content{
    width: 100%;
    height: 12.6875rem;
    /* display: flex; */
    margin: .25rem 0;
    position: relative;
    top: 0;
    left: 0;
}
.content_l{
    width: 35%;
    position: absolute;
    left: 4.6875rem;
    top: 0;
    /* transform: translateX(70%); */
}
.content_l>li{
    width: 1.6875rem;
    height: .416667rem;
    font-size: .166667rem;
    line-height: .416667rem;
    padding-left: .28125rem;
    cursor: pointer;
}
.clickStyle{
    background: #000;
    color: #FFF;
}
.content_r{
    width: 65%;
    margin-left: 1.25rem;
    position: absolute;
    left: 5.729167rem;
    top: 0;
}
.content_box{
    width: 8.40625rem;
}
.content_r h3{
    font-size: .1875rem;
    margin: .208333rem 0 .125rem 0;
}
.content_img{
    width: 8.40625rem;
    height: 4.427083rem;
    margin: .208333rem 0;
}
.content_img img{
    width: 100%;
    height: 100%;
}
.r_content{
    font-size: .145833rem;
    flex-wrap: wrap;
}
.read,
.read2{
    cursor: pointer;
    color: #397FFF;
    margin-top: .125rem;
    display: flex;
    flex-direction: row-reverse;
}
.content2{
    width: 12.395833rem;
    margin: .25rem 0;
    /* display: flex;
    flex-direction: column; */
    margin: 0 auto;
    display: none;
}
.content2_nav{
   margin: .25rem 0;
}
.content2_company {
    color: #99A1A4;
    padding-right: .104167rem;
    cursor: pointer;
}
.details h3,
.details2 h3{
    font-size: .208333rem;
}
.details .time,
.details2 .time{
    margin: .125rem 0 .3125rem 0;
    color: #99A1A4;
}
.content2_text{
    font-size: .166667rem;
    margin: .208333rem 0;
    text-indent: 2em;
}
.content2_text p{
    font-size: .166667rem;
}
.content2_img{
    width: 12.395833rem;
    text-align: center;
    margin-bottom: .083333rem;
}
.content2_imgBig{
    width: 12.395833rem;
    text-align: center;
    margin-bottom: .083333rem;
}
.content2_imgBig img{
    width: 100%;
    height: 100%;
}
.content1{
    padding:50px 0 0 0;
    min-height: 300px;
}
.content1  .emptyInfo{
    margin:150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content1 .mainCenter{
    width: 800px;
    /*background: #facccc;*/
    margin: auto;
    display: flex;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 20px;
}
.mainCenter .imgContainer img{
    width: 200px;
    height: 130px;
    object-fit: cover;
    /*object-position: 100% 100%;*/
}
.mainCenter .textContainer{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 100%;
}

.mainCenter .textContainer :nth-child(1){
    display: flex;
    justify-content: space-between;
}
.mainCenter .textContainer .textTitle{
    font-size: 20px;
}
.mainCenter .textContainer .textDate{
    color: #777777;
}
.mainCenter .textContainer .mainText{
    /*color: #777777;*/
    max-height: 55px;
    overflow: hidden;
    margin: 10px 0;
}
.mainCenter .textContainer .mainText *{
    color: #777777!important;
    font-size: 14px;
}
.mainCenter .textContainer .checkMore{
    color: rgb(163,190,164);
    cursor: pointer;
    width: 70px;
}
.mainCenter{
    margin-bottom: 20px!important;
}
img{
    max-width: 100%;
}
/* 超出三行省略 */
.threeRow {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*text-overflow: -o-ellipsis-lastline;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
.changePage{
    width: 800px;
    margin: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.changePage .pageItem{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(239,239,239);
    color: rgb(171,170,172);
    margin: 0 5px;
    cursor: pointer;
}
.changePage .turnItem{
    width: 60px;
}
.changePage .atcivePage{
    background: rgb(54,173,149);
    color: white;
}
