/*中心介绍*/
.sx-nav{
	font-size: 14px;
    color: #999999;
	line-height:19px;
	padding: 20px 0;
}
.sx-nav span{
	margin:0 5px;
}
.sx-nav .index{
	color: #999999;
}
.sx-nav .index-nav{
	color: #222;
}

.headbg{
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}
.headbg img{
    width: 100%;
    height: 100%;
}
.centre-list{
    width: 1000px;
    margin: 0 auto;
}
.centre-tlt{
    height: 28px;
    font-size: 28px;
    color: #000;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.centre-li{
    margin-top: 10px;
}
.centre-li li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}
.centre-li li a{
    color: #333333;
}
.sum-tlt{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.sum-sum{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}
.sum-bm{
    font-size: 16px;
    color: #000000;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
}
.content-right{
    position: relative;
    box-shadow: 0px 0px 16px 0px rgba(130,130,130,0.15);
}
.content-right::before {
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 20px solid rgb(189, 49, 36);
    transform: rotate(135deg);
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
  }
.right{
    padding: 30px 30px;
}
.right0-tlt{
    font-size: 26px;
    color: #000000;
    height: 40px;
    font-weight: bolder
}
.right0-sum{
    margin-top: 10px;
    margin-bottom: 25px;
}
.right0-sum span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 50px;
}
.line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(189, 49, 36);
}
.dashed{
    margin-top: 5px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #666666;
}
.right0-zzyxjz{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 30px;
    text-indent: 10px;
    position: relative;
}
.right0-zzyxjz:before{
    content: "*";
    color: rgb(189, 49, 36);
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: -10px;
}
.zzyxjz-sum{
    text-indent: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.content-right2{
    padding: 0px;
    text-indent: 0px;
    font-size: 0px; 
    font-weight: 400; 
    color: rgb(51, 51, 51); 
    
}
/*政策法规*/
.hot-list .hot-item {
    display: flex;
    margin-bottom: 24px;
}
.hot-list .hot-item .time {
    width: 67px;
    height: 67px;
    background: rgb(202 7 18 / 10%);
    color: #CA0712;
    text-align: center;
    line-height: 26px;
}
.hot-list .hot-item .time .D {
    font-size: 24px;
    margin-top: 10px;
   font-family: DINPro;
    font-weight: bold;
}
.hot-list .hot-item .time .Y-M {
    font-size: 12px;
    font-family: DINPro;
    font-weight: bold;
}
.hot-list .hot-item .hot-title{
    flex: 1;
}
.hot-list .hot-item p.hot-tlt {
    word-break: break-word;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    margin-left: 25px;
    height: 20px;
}
.hot-list .hot-item p.hot-sum {
    word-break: break-word;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    margin-left: 25px;
    height: 20px;
    color: #666;
}
.hot-list .hot-item p.hot-sum a{
    color: #CA0712;
}
/*大先生*/
.dxs-list{
    display: flex;
    justify-content: space-between;
}
.dxs-tab{
    width: 240px;
}
.dxs-tab ul{
    background: #F7F7F7;
}
.dxs-tab li{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    /*border: 1px solid #ddd;*/
    border-top: 0px;
    cursor: pointer;
    font-weight: 900;
}
.dxs-tab li:first-child{
    /*border-top: 1px solid #ddd;*/
}
.dxs-tab li.ac{
    background: #CA0712;
    color: #fff;
}
.dxs-tab li.ac a{
    color: #fff;
}
.dxs-li{
    width: 935px;
}
.dxs-li ul{
    display: flex;
    flex-wrap: wrap;
}
.dxs-li ul li{
    width: 200px;
    margin-right: 45px;
    margin-bottom: 30px;
}
.dxs-li ul li:nth-child(4n){
    margin-right: 0px;
}
.dxs-li .dxs-img{
    width: 100%;
    height: 258px;
}
.dxs-img img{
    width: 100%;
    height: 100%;
}
.dxs-li .dxs-title{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
/*分页*/
.pages {
	width: 100%;
	height: 45px;
	margin: 30px auto 30px auto;
	text-align: center;
	font-size: 14px;
}
.pages span {
	display: inline-block;
	margin-right: 6px;
	border-radius: 2px;
}
.pages span a {
	/* border: 1px solid #c8c8c8; */
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	color: #333333;
	background: #F5F5F5;
	border-radius: 2px;
}
.pages input {
	width: 33px;
	text-align: center;
	/* border: 1px solid #c8c8c8; */
	height: 32px;
	display: inline-block;
	line-height: 32px;
	margin-right: 10px;
	border-radius: 2px;
}
.pages span a.on {
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	background: #CA0712;
	color: #fff;
}
/*中心介绍*/
.content-right .dxs-li {
    width: 870px;
    padding: 50px;
}
.content-right .dxs-li ul li{
    width: 167px;
}
.content-right .dxs-li .dxs-img {
    height: 216px;
}
/*优秀团队*/
.team-li{
    width: 935px;
}
.team-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.team-img{
    width: 330px;
    height: 200px;
}
.team-img img{
    width: 100%;
    height: 100%;
}
.team-text{
    width: 585px;
}
.team-tlt{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.team-scul{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 22px;
}
.team-tlts{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.team-list{
    display: flex;
    flex-wrap: wrap;
    height: 145px;
    overflow: hidden;
}
.list-item{
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-item:nth-child(5n){
    margin-right: 0px;
}
.list-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.list-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.list-name{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.showmore{
    cursor: pointer;
    float: right;
}
