@charset "UTF-8";

.li-news a{
    border-bottom:1px solid #000;
}
/* 新闻区域 */
.news-area{
    padding: 80px 0 99px;
    width: 1200px;
    border-bottom: solid #ccc 2px;
    margin: 0 auto 61px;
}
.news-title{
    height: 65px;
    margin-bottom: 40px;
    position: relative;
}
.en-title{
	font-family: SourceHanSansSC-Normal;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #999999;
}
.ch-title{
    font-family: SourceHanSansSC-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 2px;
	color: #666666;
    position: absolute;
    bottom: 0;
}
.news-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box{
    width: 580px;
    height: 700px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 39px;
}
.box-photo{
    height: 476px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    display: grid;
    justify-items: center;
    align-items: center;
}
.box-photo img{
    max-height: none;
}
.box-bottom{
    height: 195px;
    width: 498px;
    margin:0 auto;
    position: relative;
}
.bottom-title{
    height: 44px;
    font-family: SourceHanSansSC-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.bottom-info{
    height: 106px;
    font-family: SourceHanSansSC-Normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 2px;
	color: #666666;
    padding-top: 18px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.item-bottom{
    display: flex;
    margin-top: 25px;
}
.time{
    flex: 1;
    font-family: SourceHanSansSC-Normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #c2c2c2;
    text-align: right;
}
.time-img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: -2px;
}
.read{
    font-family: SourceHanSansSC-Normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #c2c2c2;
}
.read-img{
    width: 20px;
    height: 12px;
    margin-right: 7px;
    margin-bottom: -2px;
}
.tip{
    color: #666;
    text-align: center;
}


/* 二级页内容  */
.sp-main{
    width: 1200px;
    padding-bottom: 97px;
    border-bottom: solid #ccc 2px;
    margin: 0 auto 58px;
}
.sp-top{
    height: 134px;
    border-bottom: solid #ccc 2px;
    position: relative;
    margin-bottom: 40px;
}
.sp-title{
    
    font-family: SourceHanSansSC-Medium;
	font-size: 36px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #666666;
    padding-top: 50px;
    font-weight: bold;
}
.sp-time{
    font-family: SourceHanSansSC-Normal;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
	color: #c2c2c2;
    position: absolute;
    right: 0;
}
.time-img{
    width: 16px;
    bottom: 8px;
    position: relative;
    bottom: -2px;
}
.sp-content{
    font-family: SourceHanSansSC-ExtraLight;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #666666;
    font-weight: lighter;
}
.sp-content img{
    margin: 0 auto;
    display: block;
}
.sp-words{
    margin: 40px 0;
}
.sp-caption{
    font-family: SourceHanSansSC-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 2px;
	color: #666666;
    font-weight: bold;
}
.sp-caption2{
    font-family: SourceHanSansSC-ExtraLight;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #666666;
    font-weight: lighter;
}
.sp-photo{
    border-radius: 10px;
}
#xhs{
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    background: url(../images/xhs.png) no-repeat bottom;
    background-size: cover;
    background-position-y: -280px;
}
#p14330{
    width: 400px;
    height: 700px;
    background: url(../images/14330.png) no-repeat bottom;
    background-size: 130%;
    background-position-x: -15px;
    position: absolute;
}
#xhs2{
    width: 780px;
    height: 700px;
    background: url(../images/xhs2.png) no-repeat bottom;
    background-size: cover;
    margin-left: 420px;
}
.sp-QR{
    width: 110px;
    height: 110px;
    margin: 20px auto;
}
.sp-caption3{
    margin: 6px auto;
    text-align: center;
}
.nav{
    font-family: SourceHanSansSC-ExtraLight;
	font-size: 14px;
	color: #999999;
    margin-top: 40px;
    display: flex;
}
.nav img{
    display: inline;
}
.last{
    flex: 1;
}