@charset "utf-8";
/* CSS Document */

/*-----------------------尾 页----------------------*/
.content_erji{
	width: 1200px; margin:50px auto 30px;
}
.top_bt{color:#999; font-size:14px; line-height: 60px; border-bottom: 1px solid #155494;}
.top_bt a:hover{color:#000;}
.requiretext {
	overflow: hidden;
	padding-top: 20px;
	width: 100%; padding-bottom: 60px;
}

.requiretext p {
	font: 16px/30px "微软雅黑";
	text-indent: 32px;
	color: #333;
}

.requiretext img {
	text-align: center;
}


.pic_title2 { font-weight: bold;
	font-size:2.0rem;
	color: #333;
	text-align: center;
	height: 100px;
	width: 100%;
	margin: 0 auto 15px;
}

.weiyepic {
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding: 20px;
}

.weiyepic img {
    width: 100%;
    height: auto;
}

.line_weiye {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 50px;
    margin-bottom: 60px;
}
.seccon{margin:90px 0 40px; }
.seccon .date{color: #737373; text-align: center; width: 100%;}

.clear {
	clear: both;
}

.news_lj{ text-align: left;  width: 80%; 
}
.news_lj ul li{ line-height: 40px;color: #666;}



/*-----------------------------------------专题专栏--------------------------------*/
.erji_banner{ width: 100%;}
.erji_banner img{ width: 100%; height: auto;}
.erji_bt{ font-size: 28px; color: #155494; font-weight: bold;}
.dangjiandongtai{}
.dangjiandongtai ul li{
	display: flex;
	align-items: center;
	margin: 18px 0;
	padding:40px;
	padding-bottom: 40px;
	border: 1px solid #dcdcdc;
}
.dangjiandongtai ul li:hover{ background: #e3effa;}

.dangjian_news{
    flex: 1;
}
.dangjian_bg{}
.dangjian_bg .img_l{
    width: 304px;
    height: 203px;
    margin-right: 20px;
}
.dangjian_bg .img_l img{
    width: 100%;
    height: 100%;
}
/*.dangjian_news{width: 1000px;*/
/*}*/

.dangjiandongtai ul li .dangjian_title{
	font-size:24px;
	line-height: 50px;
	display:block;/*内联对象需加*/
}
.dangjiandongtai ul li .news{
	/*text-indent: 32px;*/
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
-webkit-line-clamp: 2;

overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
.dangjiandongtai ul li .news a{
	color: #155494;
}

.dangjiandongtai ul li a:hover{
	color: #155494;
}

.newsdate{ color: #0e68b0; text-align: left;}

.fenye{ margin: 60px auto 100px; display: flex;justify-content: center}

.fenye a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.fenye span {
    background: #0d4b94;
    border-color: #0d4b94;
    color: #fff;
    padding: 0.5rem 0.75rem;
}

.page-item.active .page-link{ background: #0d4b94;border-color:#0d4b94;}
.page-link{ color:#333333;}





/*新闻中心*/
/*.img_l img{width: 304px; height: 203px;}*/
.erji_list{ width: 18%; float: left;}
.news_r{width: 80%; float: right;}
 .nav_zx_left li {
    line-height: 42px;
}
.nav_zx_left li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    padding: 17px 45px;
    color: #666;
    border-left: 1px solid #ccc;
    margin-left: 12px;
}


.nav_zx_left li.toppoint i {
    width: 10px;
    height: 10px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    background: #636363;
}
 .nav_zx_left li i {
    width: 12px;
    height: 12px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 6px;
    margin-top: 25px;
    background: #636363;
}
 .nav_zx_left :hover a {
  color: #003c6d;
  font-weight: 600;
}
.nav_zx_left :hover a i {
  background: #0E3A60;
}
.nav_zx_left li.active i {
    width: 14px;
    height: 14px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 4px;
    margin-top: 22px;
    border: 2px solid #0E3A60;
    background: white;
}
.nav_zx_left li i:hover{width: 14px; height: 14px; margin-left: 4px; margin-top: 23px; border: 2px solid rgb(14, 58, 96); background: white;}


/*----------------------------------专栏-----------------------------*/
.quntuan_box{border: 1px solid #dcdcdc; padding: 18px; margin:18px auto;}
.picbox_quntuan{
	margin-top: 40px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	
}

.quntuan_title{
	padding-top: 10px;
	padding-left: 10px;
	font-size:18px;
	line-height:40px;
	white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */

}

.quntuan_title a:hover{color: #155494;}
.quntuan_box .quntuan_text{	text-indent: 24px;
	font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
    color: #666666;
    margin-top: 0.375rem;
    margin-bottom: 30px;}
/*.quntuan_box .quntuan_text:before{ content: "" ;border-bottom: 1px solid #e9e9e9;}*/
.quntuan_text{  
	padding: 10px 0 20px 10px;
font-size: 14px;
	line-height: 24px;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}


