﻿@charset "utf-8";
.w {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    content: "";
    display: table;
    clear: both;
}
.position {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    background-color: #ededed;
}
.position .position-txt {
    padding-left: 25px;
    font-size: 13px;
    color: #454545;
}
.con {
    margin-bottom: 30px;
    background: #fff;
}
.con .con-left {
    float: left;
    width: 300px;
    margin-right: 30px;
    background-color: #efefef;
}
.con-left .con-left-title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #a81214;
}
.con-left .con-leftn-list {
    width: 300px;
    min-height: 720px;
    font-size: 17px;
    color: #333;
    background-color: #efefef;
}
.con-leftn-list li {
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    border-bottom: 1px #e3e3e3 solid;
}
.con-leftn-list li a {
    padding-left: 20px;
    display: block;
    background: url('../images/gray_triangle.png') no-repeat left center;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-leftn-list li:hover a {
    color: #a81214;
}
.con .con-right {
    float: left;
    width: 870px;
    min-height: 770px;
    font-size: 17px;
    color: #333;
    padding: 10px 0 0 25px;
    background-color: #f9f9f9;
}
.con-right #all_list li {
    width: 820px;
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    border-bottom: 1px #dedede dotted;
    padding-left: 20px;
}
.con-right #all_list li a {
    font-size: 17px;
    color: #333;
}
.con-right #all_list li span {
    float: right;
    font-size: 17px;
    color: #999;
}
.con-right #all_list li:hover a {
    color: #a81214;
}

.pagination {
    margin-top: 27px;
    text-align: center;
}
.page_div {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}
.pagination > div {
    text-align: center;
}
.page_div li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.kpy-theme a {
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    min-width: 14px;
    padding: 6px 16px;
    margin: 0 5px 0 0;
    background-color: #f3f3f3;
    color: #0f0f0f;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
}
.kpy-theme a:hover {
    background: #a81214;
    color: #fff;
}
.page_div li.page-active a {
    background: #a81214;
    color: #fff;
}

#mypages {
    text-align: center;
    margin-top: 10px;
}
#mypages a{
    padding: 0 10px;
    color:#a81214;
    display: inline;
}
.defalt_total{
 	color:#a81214;
}
#mypages .first, #mypages .last,#mypages .prev,#mypages .next{
 	padding: 3px 6px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}
#mypages .prev{
	border-left: none;
}
#mypages .next{
    border-right: none;
}
 #mypages .first{
    margin-left: 10px;
}
#mypages .last{
	margin-right: 10px;
}
#mypages select{
    border: 1px solid #eee;
    float: initial;
    display: initial;
}

.article {
    background: #fff;
}
.article__header {
    border-bottom: 1px solid #d9d9d9;
}
.article__title {
    padding: 27px 19px 0px;
    font-size: 32px;
    color: #a81214;
    text-align: center;
    font-weight: 600;
    line-height: 43px;
}
.article__pv {
    margin-top: 20px;
    color: #666;
    padding: 0 4px 8px 4px;
    text-align: center;
}
.article__header .article__pv #dr_show_hits_20{
 margin-right: 0px;
}
.article__pv span {
    margin-right: 24px;
}
.article__ctn {
    font-family: 宋体;
    min-height: 700px;
    padding: 30px 40px;
    text-align: justify;
    font-size: 22px;
    color: #000;
    line-height: 1.7;
}