@charset "utf-8";
/* CSS Document */
/*正文页和列表页公共样式*/
.mainWrap {
	padding: 67px 0;
}

.possplit{
	background: url("../img/icon/line.gif") no-repeat center;
	background-size: 10px 22px;
	text-indent: 22px;width: 20px;display: inline-block;}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .col_menu_head {
    background: #c22829;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    height: 80px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 80px;
    text-align: center;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 0;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
}

/*栏目列表*/
.col_list {
    min-height: 60px;
}

.col_list .wp_listcolumn {
    border: 0px;
}

.col_list .wp_listcolumn .wp_column a {
    background-image: none;
    display: block;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 15px 0px;
    line-height: 30px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent {
    color: #fff;
    background: #b81f1d;
}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
    position: absolute;
    content: '';
    right: 48px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    display: none;
}

.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
    display: block;
}

.col_list .wp_listcolumn .sub_list .wp_column a {
    color: #454545;
    background: none;
    border-bottom: 1px solid #bbb;
}

/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 30px;
    padding: 10px 0;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover {
    background: #f6f6f6;
}

.col_list .wp_listcolumn .sub_list a.selected {
    background: #f6f6f6;
    font-weight: 600;
}

.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
    color: #000;
}


/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #bbb;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: 400;
    color: #b81f1d;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
    background: #f6f6f6;
}


/**栏目新闻**/
.col_news {
    width: 100%;
    float: right;
}

.col_news .col_news_box {
    margin-left: 280px;
    background: #fff;
    min-height: 500px;
    box-sizing: border-box;
    padding: 10px 30px 20px;
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
	height: 65px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 64px;
    line-height: 64px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #333;
    border-bottom: 0px solid #036eb7;
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background: #c22829;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    color: #c22829;
	font-size: 16px;
}

/**当前位置**/
.path_name {
    color: #c22829;
/*    padding-left: 25px;
    background: url(images/home.png) left center no-repeat;*/
}

.col_metas .col_path a {
    color: #c22829;
}

.col_metas .col_path a:last-child {
    color: #c22829;
}

.col_news_con {
    padding: 0;
    margin: 0;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .news_list li.news {
    border-bottom: 1px solid #e0e0e0;
}
.col_news_list .news_list li.news a {
	padding-left: 20px;
	background: url("../img/icon/line.gif") no-repeat left center;
}
.col_news_list .news_list li.news a:hover {
	background: url("../img/icon/line-hover.png") no-repeat left center;
}


.col_news_list .news_list li.news .news_title {
    display: block;
    width: calc(100% - 130px);
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 54px;
}

.col_news_list .news_list li.news .news_meta {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list li.news a:hover .news_title {
    color: #c22829;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px" : this.width);
}

/**列表页文章图片大小限制**/
.col_news_list .wp_entry,
.col_news_list .wp_entry table {
    margin: 0 auto;
}

/** 分页栏 **/
#fenye{
	width: 100%;
	height: 50px;
}


/**主体文章页开始**/
#d-container .inner {
    padding: 10px 30px 30px;
    background: #fff;
    box-sizing: border-box;
}

.infobox {
    margin: 0 auto;
    margin-top: 28px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 20px 40px 40px;
}

.article {
    padding-top: 24px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #333;
    margin-bottom: 6px;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 300px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 16px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
    display: block;
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none;
}