
/*文章模块样式*/

.news_container {    
      overflow: hidden;
    margin-bottom:40px;
}

.current-catagory {
    background: #F2F2F2 url(../images/icon/icon03.jpg) no-repeat 10px center;
    height: 37px;
    line-height: 37px;
    padding-left: 21px;
    font-weight: 400;
    font-size: 18px;
    color: #3A86A7;
    margin: 5px 0;
}

/*content page style*/

.news-banner {
    background: #72bcc5;
}

.news_content {
    float: right;
    width: 100%;
    padding: 0px 20px 20px;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box; 
}

.news_content h1 {
    margin: 20px 0px 20px;
    text-align: center;
    font-size: 30px; 
}

.news_content .news {
    margin-top: 20px;
}

.news_content .news p {
    text-indent: 2em;
    line-height: 1.8em;
    font-size: 14px;
    margin: 15px 0; 
}

.news_content .news p img {
    margin: 5px 0;
}

.news_content .news h2 {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px dashed #4F9CEE;
    margin: 15px 0;
    padding: 0px 10px 10px;
    border-left: 5px solid #4F9CEE;
}

.news_content .news h3 {
    font-size: 16px; 
    margin: 15px 0;
    text-indent: 2em;
}

.news_content .news ul {
    text-indent: 2em;
}

.news_content .news ul li {
    line-height: 30px;
    font-size: 14px;
}

.news_content .news div.fr {
    float: right;
    text-align: center
}

.news_content .news div.fr img {
    display: block;
}

.news_content .news div.fr a {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    color: #000099
}

.news_content .news table th {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 25px;
    width: 110px;
}

.news_content .news table td {
    padding: 5px 15px;
    height: 25px;
}

.news_content .news td,
.news_content .news th {
    border: 1px solid #CCCCCC;
}

.news_content dl {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.news_content dd {
    font-size: 12px;
    display: inline;
    color: #6C94AE;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}

.news_content dd span {
    color: #6C94AE;
}

.news_content dd span a {
    color: #6C94AE;
}

.news_content .pre_next {
    margin: 20px 0;
    color: #eb6100;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 10px 0;
}

.news_content .pre_next a {}

.news_content .pre_next .pre {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/arrow_l.png) no-repeat;
}

.news_content .pre_next .next {
    padding-left: 20px;
    background: url(../images/arrow_r.png) no-repeat;
}

.news_content .related {
    margin-top: 10px;
}

.news_content .related h2 {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
}

.news_content .related ul {
    margin-top: 10px;
    text-indent: 0;
}

.news_content .related ul li {
    float: left;
    line-height: 22px;
    width: 168px;
    font-size: 13px;
    height: 180px;
    padding: 0px 5px;
    text-align: center;
}

.news_content .related ul li img {
    height: 100px;
    width: 124px;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
