body.body_yellow{
	background: #f8f4eb;
}
/*侧边栏============*/

.wrapper_side .home_box{
	background: #fff;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}

.sidetab .title{
	height: 80px;
	background: #c9151e url(../img2020/sidebar_bg.png) no-repeat -40px center ;
	color: #fff;
	display: block;
	line-height: 80px;
	text-indent: 16px;
	/*background-size: 285px auto;*/
	font-size: 20px;
	font-weight: bold;

}
 
 

.sidetab a{
	display: block;
	height: 32px;
	line-height: 32px;
	color: #666;
	border-radius: 6px;
	text-indent: 25px;
	/*margin: 0 10px;*/
	background-image: url(../img2020/icon.png);
	background-repeat: no-repeat;
	background-position: 10px -464px;
	 
}

.sidetab a:hover{
	background-color: #fafafa;
}

.sidetab a.current{
	background-color: #f3d8d9;
	color: #db0012;
 
}

.sidetab a.side_zhinan.current{
	background-position: -583px -332px;
}
 

 

.sidetab ul{
	padding:0 10px;
}

.sidetab  ul li{
padding: 10px 0;
border-bottom: solid #ddd 1px;
position: relative;
}
.sidetab  ul li:last-child{

	border: none;
}

.sidetab ul li span{
position: absolute;
top: 20px;
right: 10px;
display: block;
width: 8px;
height: 12px;
background: url(../img2020/icon.png) no-repeat -792px 0;
display: none;
}

.sidetab ul li a.current+span{
	display: block;
}

.side_box{
	width: 100%;
	border:solid #0957a7 1px;
	background: #fff;
	margin-top: 15px;
}

.side_ad a{
	background: #fff;
	width: 100%;
	height: 68px;
	float: left;
	display: block;
	border-radius: 6px;
	margin: 10px 0;

}

.side_ad a img{
	float: left;
	padding: 8px;
	padding-left: 20px;
}

.side_ad a span{
	margin-left: 15px;
	border-radius: 10px;
	background: #0488d1;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 68px;
    padding: 5px 36px;
}

.side_ad a span.orange_color{
	background: #ef7000;
}

/*侧边栏-END=======*/


/*列表页和详情页的内容区域=========*/
.article_content{
	 
	margin-top: 20px;
	width: 895px;
	min-height: 238px;

}

.article_container{
	padding: 20px;
	padding-top: 0px;
}

.article_container h2{
	font-size: 22px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
    font-family: initial;
}

.article_info{
	color: #999;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

.article_text{
	padding-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.article_text p{
	padding: 8px 0;
}

.article_text p.h3{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;

}

.article_end{
	color: #c9151e;
	text-align: right;
display: block;
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid #eee 1px;
}

.article_container ul.article_list li{
	border-bottom: solid #e6e6e6 1px;
	float: left;
	width: 100%;
}
.article_container ul.article_list li a{
	height: 45px;
	line-height: 45px;
	color: #333;
	padding-left: 25px;
	background: url(../img2020/icon.png) no-repeat 0 -388px;
	width: calc(100% - 86px);
	white-space: nowrap;
	float: left;
    overflow: hidden;
    /*width: 100%;*/
    text-overflow:ellipsis;
    display: block;
}

.article_container ul.article_list li span{
	color: #999;
	line-height: 45px;
	font-size: 12px;
	float: right;
}


/*面包屑导航============================*/
.bread{
	padding-top: 20px;
}

.bread a{
	padding-left: 20px;
	color: #666;
	background: url(../img2020/icon.png) no-repeat -350px -545px
}

.bread a.home{
	background-position:  0 -545px;
}

.bread a.bread_current{
	color: #999;
}

/*面包屑导航-END============================*/
 

 /*搜索页=============*/
h2.page_title{
	font-size: 24px;
	font-weight: bold;
	padding-left: 0;
	color: #333;
}

.search_field{
	padding: 20px 0;
	padding-top: 10px;
}

.search_field input{
	width: 600px;
	height: 46px;
	line-height: 46px;
	border-radius: 6px 0 0 6px;
	float: left;
	border-right: none;
}

.search_field .search_btn{
	height: 46px;
	line-height: 46px;
	background: #348ecd;
	color: #fff;
	display: block;
	width: 80px;
	text-align: center;
	border-radius: 0 6px 6px 0;
	float: left;
	background: #c9151e;
}


.hot_words{
	padding-top: 15px;
}
.hot_words span{
	float: left;
}
.hot_words,.hot_words a{
	color: #666;
}
.hot_words a{
	padding: 0 5px;
}

.search_result_container{
	padding: 20px;
}

.search_result_keywords{
	color: #c9151e;
}

.search_result{
	width: 100%;
	background: #fff;
	border-top: solid #ddd  1px;
	/*padding:10px 20px;*/
	margin-top: 10px;
	padding-top: 0;
}
.search_result_list{
	color: #999;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: solid #ddd 1px;
	display: block;
}
.search_result_list p{
	line-height: 22px;
}
.search_result_list span{
	/*float: right;*/
	font-size: 12px;
	color: #999;
}

.search_result_list h3{
	color: #af8d41;
	font-size: 16px;
	padding-bottom: 10px;
}

.search_result_list b{
	font-weight: normal;
	color: #c9151e;
}

 /*搜索页-END=========*/

 input,select{
 	    height: 36px;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    border: solid #dedede 1px;
    /* width: 100%; */
    /* margin-bottom: 12px; */
    text-indent: 10px;
    width: 200px;
 }

.article_text .v_news_content .vsbcontent_img{text-align: center;}
.article_text .v_news_content table{    table-layout: fixed;}