/*通用样式*/

.title_yellow {
	font-size: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	color: #5b5b5b;
	box-sizing: border-box;
	width: 230px;
	height: 38px;
	line-height: 38px;
	display: block;
}

.title_yellow:hover {
	color: #fff!important;
	background: #cc0001;
	border: 1px solid #cc0001;
}

.title_yellow.active {
	color: #fff!important;
	background: #cc0001;
	border: 1px solid #cc0001;
}

.title_yellow a{
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

.title_white_warp {
	background: #eeeeee;
	font-size: 18px;
	color: #373737;
	position: relative;
	width: 560px;
	height: 50px;
}

.title_white {
	display: block;
	width: 112px;
	height: 100%;
	border-top: 4px solid #f0f0f0;
	line-height: 45px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	color: #000;
}

.title_white.active {
	color: #cc0001;
	background: #fff;
	border-top: 4px solid #cc0001;
}

.title_white_icon {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/9.png) no-repeat;
	position: absolute;
	top: 14px;
	right: 14px;
	transition: 0.3s;
}

.list_with_icon_warp {
	background: #eeeeee;
	font-size: 18px;
	font-weight: 400;
	color: #5a5a5a;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 54px;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_with_icon_warp:hover {
	background: #dcdcdc;
}

.list_with_icon_icon {
	position: absolute;
	left: 25px;
	top: 17px;
}

.list_in_border {
	border: 1px solid #f0f0f0;
	font-size: 16px;
	color: #555555;
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 160px;
	height: 42px;
	line-height: 42px;
	background: #fff;
}

.list_in_border a {
	color: #555555;
	display: block;
}

.list_in_border:hover {
	background: #f0f0f0;
}

.list_with_point {
	width: 100%;
	height: 22px;
	line-height: 22px;
	line-height: 22px;
	/* box-sizing: border-box; */
}

.list_with_point_link {
	color: #444444;
	float: left;
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_with_point_link:hover {
	color: #ea5455;
}

.list_with_point_link::before {
	content: "·";
	color: #cc0001;
	width: 20px;
	display: inline-block;
	text-align: center;
}

.list_with_point_date {
	color: #444444;
	float: right;
	margin-right: 8px;
}

.card_with_icon {
	background: #f0f0f0;
	display: block;
	position: relative;
	cursor: pointer;
}

.card_with_icon_icon {
	position: absolute;
	left: 65px;
	top: 10px;
}

.card_with_icon_text {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #555555;
	position: absolute;
	bottom: 13px;
}

.card_head {
	width: 232px;
	height: 124px;
	float: left;
}


/*通用样式end*/


/*页码布局*/

#con_pages {
	width: 100%;
	height: 29px;
	/*position: absolute;*/
	/*bottom: 0;*/
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	margin: 20px auto 0;
}

#pre_page,
#next_page {
	width: 50px;
	height: 29px;
	background: #f8b551 center center no-repeat;
	float: left;
	border: none;
	color: #fff;
	font-size: 29px;
	font-weight: 800;
	cursor: pointer;
	display: block;
}

#pre_page {
	margin-left: 50px;
	background-position: center;
	background-image: url(../images/54.png);
	background-color: #cc0001;
	background-repeat: no-repeat;
	background-size: 20%;
}

#next_page {
	background-position: center;
	background-image: url(../images/55.png);
	background-color: #cc0001;
	background-repeat: no-repeat;
	background-size: 20%;
}

#page_num {
	min-width: 40px;
	height: 29px;
	background: #fff;
	float: left;
	margin: 0 50px;
	border-collapse: collapse;
}

#page_num li {
	float: left;
	width: 40px;
	height: 29px;
}

#page_num li a {
	display: block;
	width: 38px;
	height: 27px;
	color: #393939;
	border: 1px solid #eee;
	text-decoration: none;
}

#page_num li a.active {
	background: #cc0001;
	border-color: #cc0001;
	color: #fff;
}

#page_info {
	height: 29px;
	width: 150px;
	color: #393939;
	float: left;
}

#page_to_num {
	width: 56px;
	height: 27px;
	line-height: 27px;
	background: #f0f0f0;
	border: 1px solid #eee;
	float: right;
	text-align: center;
	padding: 0;
	text-decoration: none;
}

#page_to {
	width: 70px;
	height: 29px;
	background: #cc0001;
	float: right;
	margin-right: 50px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}


/*页码布局end*/


/*详情文章标题布局*/

#title {
	width: 100%;
	min-height: 120px;
	padding-bottom: 50px;
	background: #f2c189;
	background: linear-gradient(0deg, #fff9f1, #fbc688);
	overflow: hidden;
	position: relative;
}

#title h1 {
	width: 90%;
	min-height: 100px;
	padding: 0 5%;
	text-align: center;
	line-height: 50px;
	color: #393939;
	font-size: 30px;
}

#title_info {
	width: 95%;
	height: 50px;
	border-top: 1px solid #dcdcdc;
	padding: 0 5%;
	position: absolute;
	bottom: 0;
	text-align: center;
	display: flex;
	flex-flow: row;
}

#title_info li {
	line-height: 42px;
	float: left;
	min-width: 15%;
	flex: 1;
	color: #3c3c3c;
	font-size: 14px;
}

#title_info .bdsharebuttonbox a {
	float: none!important;
	position: relative;
	top: 2px;
}

.title_info_fontsize span {
	cursor: pointer;
}

#artcle {
    width: 100%;
    min-height: 100px;
    /*max-height: 1500px;*/
    /*overflow: auto;*/
    color: #323232;
    line-height: 32px;
    padding: 30px;
    box-sizing: border-box;
    text-indent: 32px;
}

#artcle table{
	border-collapse: collapse;
}

#artcle td{
	border-style: solid;
	border-width: 1px;
}


#video{
	width: 800px;
	height: 600px;
	margin: 10px auto;
}

#video a{
	color: blue;
}

a.attach {
	color: blue;
	margin-left: 32px;
}


/*详情文章标题布局end*/


/*左右分布布局*/

#con_left {
	width: 273px;
	min-height: 100px;
	margin-left: 10px;
	/*padding-bottom: 11px;*/
	float: left;
	background: #fbfbfb;
	text-align: center;
}

#con_left_title {
	width: 273px;
	height: 50px;
	background: #cc0001;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}

#con_left_tab li {
	width: 252px;
	height: 56px;
	border-radius: 10px;
	margin: 11px auto 0;
	font-size: 18px;
	line-height: 56px;
	font-weight: bold;
	color: #5b5b5b;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

#con_left_tab li:hover,#con_left_tab li.active{
	color: #ea5455;
	/*background: #f0f0f0;*/
	border: 1px solid #ea5455;
}

#con_left_tab li a{ 
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}


#con_left_tab li img {
	position: relative;
	top: 6px;
	left: -7px;
}

#con_right {
	width: 863px;
	float: right;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
	/*
	min-height: 500px;
	padding-bottom: 50px;*/
}

.con_right_title {
	width: 100%;
	height: 46px;
	border-bottom: 3px solid #cc0001;
	margin-bottom: 8px;
	/*overflow: hidden;*/
}

.title_text {
	height: 46px;
	/**
	width: 140px;
	background: #cc0001;	
	*/
	border-radius: 12px 12px 0px 0px;
	text-align: center;
	line-height: 46px;
	color: #cc0001;
	float: left;
	font-size: 20px;
	font-weight: 800;
	margin-left:15px;
}

.con_right_tab {
	width: 863px;
	min-height: 500px;
}


/*左右分布布局end*/


/*轮播图样式 */

.hd {
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	right: 0;
}

.hd li {
	width: 24px;
	height: 24px;
	background: #cce198;
	color: #262626;
	float: left;
	margin: 5px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.hd li.active {
	background: #f90;
	color: #fff;
}


/*轮播图样式end*/


/*颜色*/

.bg_f90 {
	background: #cc0001;
}

.bg_fff {
	background: #000;
}

/* 
.color1 {
	background: #f27679;
}

.color2 {
	background: #ec6941;
}

.color3 {
	background: #aaaaaa;
}

.color4 {
	background: #22ac38;
}

.color5 {
	background: #00b7ee;
}

.color6 {
	background: #b461c3;
} */

.color1,.color2,.color3,.color4,.color5,.color6{
	color: #3C3C3C;
	background: #f7f7f7;
	border: 1px solid #EA5455;
}

/*颜色end*/


.show-title{border-bottom:1px solid #f2f2f2;font:normal 30px/50px 'microsoft yahei';text-align:center;padding: 0px 50px 30px 50px;}
.show-content{padding:30px 50px;}
.show-status{background:#f2f2f2;line-height:40px;padding:0 20px; font-size:15px}
.show-status span{color:#555}
.show-content-body{font:normal 16px/35px 'microsoft yahei'}
.show-content-body p{padding:10px 0 0 0;}
.content-table{padding:30px 100px;}
table.content-table{border-top:1px solid #e7e7e7;border-left:1px solid #e7e7e7; padding:0}
table.content-table td{border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding:0 10px;}
table.content-table td.title{text-align:center}
.show-status > div{table-layout:fixed;word-break:keep-all;white-space:nowrap;}
.show-status .bdshare-button-style0-16{display:inline;}
.show-status .bdshare-button-style0-16:after{display : none;}
.show-status .bdshare-button-style0-16 a{background:none;float:none;font-size:14px;margin:0;padding:0;}
.right{ float:right}
.pt-20{ padding-top:20px}
#all_list{
	overflow:hidden
}
 #mypages{
	clear:both;
	margin-top:15px;
	font-size: 15px;
	position:relative;
	text-align:center;
	font: 14px/30px 'microsoft yahei', Helvetica, Arial, "\5b8b\4f53", sans-serif;
	margin-bottom: 10px;
}
#mypages span,#mypages .page-tatol-box{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 10px
}
#mypages .page-tatol-box{
	margin-right:0
}
#mypages .defalt_total{
	margin:0 10px;
	color: #e40000;
	font-weight:bold;
	float:inherit
}
#mypages a{
	margin-left:10px;
	color: #333;
}
#mypages a.active,#mypages span.text-now{
	color: #e40000;
	font-weight:bold;
}
#mypages .page_zdy{
}
#mypages span.text-now{
	margin:0
}