

/***********详情页样式*****************/
.toptip {
	width: 98%;
	padding-top: 20px;
    padding-left: 20px;
	margin: 0 auto;
	
}
.toptip span a{
	color: #5f5f5f;
}
.toptip span a:hover{
	color: #5f5f5f;
}
.toptip_l {
	width: 80%;
	float: left;
	
}
.toptip_l span {
	font-size: 16px;
	color: #999999;
}
.toptip_l span img {
	width: 25px;
    height: 25px;
    vertical-align: -0.3em;
}
.toptip_l span a{
	color: #999;
}
.toptip_l span a:hover{
	color: #999;
}
.toptip_r {
	width: 16%;
	float: right;
	
}
.toptip_r span {
	color: #999999;
	font-size: 16px;
}


.toptitle {
	width: 98%;
	margin: 0 auto;
}
.toptitle h3 {
	font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #005bb5;
    padding: 40px 25px;
}

.topare {
	width: 98%;
	margin: 0 auto;
}
.topare_info {
	width: 100%;
	border-bottom: dashed 1px #d6d6d6;
	padding: 10px 0;
}
.topare_info ul li {
	list-style: none;
	float: left;
	width: 25%;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.topare_info ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
}
.topare_info ul li img {
	width: 20px;
    height: 20px;
    vertical-align: -0.2em;
    padding-right: 5px;
}

.news_tex {
	width: 98%;
	margin: 0 auto;
}
.news_link {
	width: 95%;
	padding: 40px 0;
	color: #424242;
	font-size: 16px;
    line-height: 36px;
    min-height: 110px;
    margin: 0 auto;
}
.news_link p {
	margin-top: 10px;
    line-height: 2.6em;
    text-align: justify;
}
.news_link p img {
    display: block;
    max-width:100%;
    margin: 15px auto!important;
}
/***************列表页样式****************/
.list_info {
	width: 98%;
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
	padding-bottom: 40px;
}
/**左边**/
.list_info_l {
	width: 22%;
	padding: 15px 25px 15px 15px;
	background-color: #FFFFFF;
}

.list_info_l_tit {
	width: 100%;
	background-color: #2c79b9;
	font-size: 18px;
}
.list_info_l_tit span {
	display: block;
	width: 96%;
	padding: 20px 0;
	font-size: 22px;
    font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
}

.list_info_l_con {
	width: 100%;
	/*background-color: #f5f5f5;*/
	background-color: #FFFFFF;
}
.list_info_l_con ul {
	
}
.list_info_l_con ul li {
	list-style: none;
	background-color: #f5f5f5;
	margin-top: 4px;
    line-height: 36px;
    padding: 0 4px;
}

.list_info_l_con ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 12px 0;
}



/**右边**/
.list_info_r {
	width: 73%;
}
.list_info_r_main {
	width: 100%;
}
/**上**/
.list_info_r_tit {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eaeaea;
}
.list_info_r_tit span {
	font-size: 22px;
    font-weight: bold;
    border-bottom: 4px #2c79b9 solid;
    padding-bottom: 15px;
    color: #2c79b9;
}
/**中**/
.list_info_r_con {
	width: 100%;
}
.list_info_r_con ul {
	margin-top: 8px;
}
.list_info_r_con ul li {
	list-style: none;
	overflow: hidden;
	border-bottom: #CDCDCD 1px dashed;
    transition: all .2s ease-in-out;
	
}
.list_info_r_con ul li:hover {
	border-bottom: #95BBEA 1px dashed;
    transition: all .2s ease-in-out;
	background-color: #dfe9f6;
	
}
.list_info_r_con ul li a:hover {
	color: #333 ;
    transition: all .2s ease-in-out;
	
}
.list_info_r_con ul li a {
text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 60px;
	width: 90%;
    display: inline-block;
}

.list_info_r_con ul li span {
	float: right;
	color: #bbbbbb;
	font-size: 16px;
	line-height: 60px;
}
.avcates {
	background-color: #2c79b9!important;
	color: #FFFFFF!important;
}

/**下**/
.list_info_r_next {
	width: 100%;
}
.hover{background-color: #dfe9f6!important;}
.con-gj a:hover{color:#333}
.con-gj a{color:#333;
    text-decoration: underline;
    text-underline-position: under;}
.news_link{margin-top:20px;line-height: 40px;}
.news_link b{color: #0053c9;}










