.banner{ height:300px; }

.navigation{ height:70px; width:100%; border-bottom:1px #e5e5e5 solid; margin-bottom:20px;}
.navbox{ display: flex; }
.nav-left { flex: 1; }
.nav-right { flex: 0 0 auto; }
.title{ font-size:24px; color:#a6760d; float:left; line-height:69px; border-bottom:2px solid #035cac; }
.english{ font-size:24px; color:#ddd; float:left;line-height:70px; text-transform:capitalize; font-weight:bold;margin-left:5px;}
.curpos{}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb>li {
  display: inline-block;
  line-height:50px;
}
.breadcrumb>li a { color:#666;}
.breadcrumb>li a:hover { color: #c7a840; }
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb li.active {
    color: #d49f53;
}

.newstitle li a{ font-size: var(--news-link-font-size); margin-left: 40px; color:#333;}
.newstitle li a.active { color: #d49f53; }
.subnav{ width:255px; }
.subnav li a {
    line-height: 60px;
    font-size: var(--news-link-font-size);
    text-decoration: none;
    margin-left: 35px;
    padding-left: 20px;
    overflow: hidden;
    color: #666;
}
.subnav li a:hover { color: #c7a840; }
.subnav ul li.actived { background:  url(/r/site_1/default/img/icon.jpg) 30px center no-repeat; }
.subnav ul li.actived a { color: #a6760d; }

.subnav h1 b,.footer-back {display:none;}

.subnav li {
    list-style: none;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}

.subnav ul li h1 b{ display:none;}


/* 新闻列表 */
.body-container { display: flex; width: 100%; position: relative; margin-bottom: 20px;}
.body-container::after { content: ''; position: absolute; left: 255px; width: 1px; height: 100%;border-left: 1px dashed #ddd; }

.news-list { margin-left: 30px; width: 100%; }
.news-list.active { display: block; }

.news-list li { display: flex; border-bottom: 1px dashed #e6e6e6; padding: 25px 12px; }
.news-list li .news-date { display: flex; flex-direction: column; text-align: center; margin-right: 10px; width: 80px; border-right:1px dashed #b0b0b0; }
.news-list li .news-date .date-d { font-weight: 400; font-size: 180%; color: #7f7f7f; }

.news-list li .news-link { flex: 1; color:#666; }
.news-list li .news-link a { font-size: var(--news-link-font-size); }

.news-time{ display:none;}

/* 新闻内容 */

.pagecontent 
{
	margin:15px;
	min-height:450px;
	width:750px;
}

.pagecontent p
{
	color:#333;
	font-size:14px;
	line-height:20px;
	padding:3px 5px;
	text-indent:28px;
}

.pagecontent .box
{
	margin:5px;
	height: 130px;
	border: none;
	border-bottom: 1px solid #EBEBEB;
}

.pagecontent .box img {
	float:left;
	margin:0 15px 10px 10px;
	width:180px;
}


.pager { text-align: center; }


/*公司领导  */
div.pagecontent {margin:15px;min-height:450px;width:95%;}
div.pagecontent p{color:#333;font-size:14px;line-height:20px;padding:3px 5px;text-indent:28px;text-align: Justify;}
div.pagecontent .box{margin:20px 5px 5px 5px;padding-bottom:5px;border: none;border-bottom: 1px solid #EBEBEB;height:auto;float: left;}
div.pagecontent h3 {margin: 5px 20px 8px 20px;font-size: 24px;font-weight: bold;line-height: 2.5em;border-bottom: 1px dotted #bbb;text-align: center;font-family: "Microsoft YaHei";color: #428bca;}
div.pagecontent .box img {float:left;margin:0 20px 10px 10px;width:150px;height:190px;}


/*友情链接*/
.links-container { margin: 0 auto; }
.text-links ul { margin: .05rem auto; display: flex; flex-wrap: wrap; width: 90%; }
.text-links ul li{ flex: 0 0 33.3333%; background: url(/r/site_1/default/img/icon.jpg) left center no-repeat; height: 50px; line-height:50px; text-indent: 0.085rem; }

.pic-links ul { margin: .2rem auto; display: flex; flex-wrap: wrap; width: 90%; }
.pic-links ul li{ flex: 0 0 33.3333%; }
.pic-links ul li a { margin: 0 .05rem .08rem; display: block; }
.pic-links ul li img{ width: 100%; height: 0.45rem; border: 1px #ccc solid; overflow: hidden; }

/*视频中心*/

.vShow-player{
  text-align:center;
}

.vShow-player .close-video{
 float: right;
}

.vShow-list {width: 102%; margin-left: -1%; margin-top: 50px;}
.vShow-list .vShow-list-item {  float: left; width: 30%;  margin: 1.5%;}
.vShow-list .vShow-list-item .vShow-img {  width: 100%;  position: relative;}
.vShow-list .vShow-list-item a { text-decoration: none; color: #676767;}
.vShow-list .vShow-list-item p {
    font-size: 14px;
    color: #333;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vShow-list .vShow-list-item .vShow-img img {
    display: block;
    width: 100%;
    height: 230px;
}


.vShow-list .vShow-list-item .vShow-img .btnIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/r/site_1/default/img/videoBtn.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.pagesite{margin-left:30px;}
.news-date{ display:}


/*历史沿革*/
.page-lsyg .news-list .news-date, .page-lsyg .news-list .pager { display: none; }
.page-lsyg .news-list .news-time { display: none; line-height: .18rem; }
.page-lsyg .news-list ul { position: relative; }
.page-lsyg .news-list li { border-bottom: none; padding: 0.12rem 0.439rem; display: flex; align-items: flex-start; }
.page-lsyg .news-list ul:before { position: absolute; content: ''; left: 0.58rem; background: #dcdcdd; top: 0; width: 0.02rem; height: 100%;}
.page-lsyg .news-list li .news-link { padding-left: 0.35rem; position: relative; width: 2.8rem; }
.page-lsyg .news-list li .news-link:before { content: ''; position: absolute; left: 0.045rem; top: -0.02rem; width: 0.2rem; height: 0.2rem; background: #f3d9a7; border-radius: 50%; }
.page-lsyg .news-list li .news-link:after { content: ''; position: absolute; left: 0.07rem; top: .005rem; width: 0.15rem; height: 0.15rem; background: #a6760d; border-radius: 50%; }



/*领导团队*/
.newsbox-right{  flex: 1; }

.news-nav { width:98%; display:block;}
.news-nav ul { display: flex; justify-content: flex-start; text-indent: .2rem; } 
.news-nav li { flex: 0 0 auto; text-align: center; vertical-align：sub;width:50%; background:#f3d9a7; line-height: .3rem;font-size:18px;}
.news-nav li a { color:#717071; font-size: 120%; }
.news-nav li.active { color:#a6760d; font-weight: bold; background:#dcdcdd;}
.news-nav li::after { content: '|'; color: #dcdcdd; margin: 0 18px; display:none; }
.news-nav li:last-child::after { content: ''; }



.page-gsld .news-list.active {
    display: block;
}
.page-gsld .news-list {
    display: none;
    margin-left: .12rem;
}


.page-gsld .news-link {   list-style: none;  display: inline-block;  width: 33.3%;text-align: center; overflow: hidden; vertical-align: bottom;}

.page-gsld  .news-list ul{ display: flex;  flex-wrap: wrap; justify-content: space-between; }
.page-gsld  .news-list li {    border: none;  margin-top: 10px;    flex: 0 0 30%;}

.page-gsld .news-list li:first-child {   flex: 0 0 100%;}


.page-gsld .news-list li .news-link img {
    position: relative;
    width: 186px;
    height:240px;
    top: 40%;
    transform: translateY(-50%);
}


.page-gsld .news-list li .news-link p{ font-size:.10rem;}


/* 专题专栏 */
.specialbox { padding:20px 0;}
.specialbox ul { display: block; margin: 0.08rem -0.05rem; /* 抵消gap导致的问题 */ gap: 0.045rem; }
.specialbox ul::before, .specialbox ul::after { content: ''; flex: 0; }
.specialbox li { flex: 1;    height: 123px; width: 279px;  float: left;padding:20px 12px; }
.specialbox li a { display: block; width:100%; height: 100%; border-radius: .05rem; overflow: hidden; opacity: .8; }
.specialbox li a:hover { opacity: 1; }
.specialbox li a img { height: 100%; width:100%;}
