.news-content {
    position: relative;
}
.news-content:after {
    content: '';
    display: block;
    clear: both;
}
.content-left {
    float: left;
    width: 220px;
    margin-right: 60px;
}
.content-right {
    float: left;
    width: 880px;
    padding: 0 20px;
}
.content-right .setfontSize {
    position: absolute;
    top: 48px;
    right: 140px;
}
.content-right .setfontSize span {
    cursor: pointer;
}
.content-right .setfontSize span:hover {
    color: #2567c0;
}
.content-left h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2567c0;
    line-height: 44px;
    margin-bottom: 8px;
    border-bottom: 1px solid #2567c0;
}
.content-left .tab-item{
    height: 44px;
    line-height: 44px;
    margin-bottom: 2px;
    background: #f2f2f2;
    padding-left: 20px;
    font-size: 16px;
    cursor: pointer;
}
.content-left .tab-item a {
    display: block;
    color:#333;
}
.content-left .tab-item.active a {
    color: #fff;
}
.content-left .tab-item.active{
    background: #2567c0;
    color: #fff;
}
.title-sub {
    color: #2567c0;
    font-size: 18px;
    font-weight: bold;
    background: url('../image/title-sub.png') no-repeat;
    padding-left: 40px;
}
.title-sub1 {
    color: #2567c0;
    font-size: 18px;
    font-weight: bold;
    background: url('../image/title-sub.png') no-repeat;
    padding-left: 27px;
}
.detail-title {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}
.detail-line {
    width: 860px;
    height: 1px;
    background: url('../image/detail-title.png') no-repeat;
    margin-top: 10px;
    margin-bottom: 18px;
}
.instruction {
    text-align: center;
    color: #808080;
}
.instruction span {
    margin-right: 24px;
}
.instruction i {
    font-style: normal;
}
.duty {
    display: none;
    margin-top: 20px;
}
.introduce {
    display: block;
    margin-top: 20px;
}
.introduce p{
    text-indent: 28px;
    margin-bottom: 20px;
}
/* 新闻列表样式 */
.content-lists li{
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.content-lists .item-title {
    font-size: 16px;
    color: #2567c0;
    text-align: left;
    margin-bottom: 20px;
}
.content-lists .item-title:hover {
    color: #0000ff;
}
.content-lists .descImg{
    width: 180px;
    height: 120px;
    margin-right: 20px;
}
.content-lists .descContent{
    vertical-align: top;
}
.content-lists .descContent.hasimg {
    display: inline-block;
    width: 600px;
}
.content-lists .descContent .item-title {
	text-align: left;
}
.content-lists .descContent .time {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 12px;
}
.content-text li {
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.content-text .descContent .time {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.content-lists .descContent .description {
/* 	text-indent: 26px; */
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 24px;
}
.content-text {
    margin-top: 20px;
    /* text-align: center;
    font-size: 20px; */
}
.article {
    margin-top: 20px;
    min-height: 300px;
}
.article p {
    font-size: 16px;
}
.files {
    margin-top: 20px;
    min-height: 80px;
}
.files li {
    width: 140px;
    float: left;
    margin-right: 30px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}
.fun-btn {
/*     position: absolute; */
    text-align: center;
    bottom: 20px;
/*     right: 36%; */
    height: 50px;
/*     line-height: 50px; */
    margin-bottom: 20px;
    float: right;
    margin-right: 400px;
}
.fun-btn span{
    /*  display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 60px;
    border-radius: 5px;
    cursor: pointer;
    background: #ddd;
    color: #333;  */
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 102px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    /* background: #ddd; */
    /* color: #333; */
    border: 1px solid #ccc;
}
.fun-btn span:hover{
	border: 1px solid #2567c0;
}
.fun-btn .close {
    margin-right: 20px;
}
