﻿*{
    margin:0;
    padding:0;
}
/*文章*/
.Article {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 20px;
}

.Article .Article_title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #c2281f;
}

.Article .Article_time {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #222222;
    color: #222222;
}

.Article .Article_content {
    width: 100%;
    padding-top: 40px;
    height: auto !important;
    min-height: 450px;
    line-height: 28px;
    color: #222222;
    font-size: 14px;
}
/*新闻详情页*/
.art-cont-wrap {
    overflow: hidden;
    padding-bottom: 80px;
    max-width: 1188px;
    margin: 0 auto;
}

.art-cont-wrap .art-cont-l {
    width: 825px;
    float: left;
}

.art-cont-wrap .art-cont-l .art-cont-l-main {
    width: 100%;
    border: 1px solid #e7e7e7;
}

.art-cont-wrap .art-cont-r {
    width: 330px;
    float: right;
}

.art-cont-wrap .Article .Article_time {
    border-bottom: 1px dotted #e7e7e7;
    font-size: 14px;
}

.art-cont-wrap .Article .Article_time {
    height: 40px;
    line-height: 40px;
}

.art-cont-wrap .art-box {
    padding: 0 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.art-cont-wrap .art-box .art-box-hd {
    height: 49px;
    line-height: 49px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.art-cont-wrap .art-box .art-box-bd {
    padding: 10px 0px;
}

.art-cont-wrap .art-box .art-box-bd li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.art-cont-wrap .art-box .art-box-bd li a {
    color: #333333;
    transition: all 0.5s;
    font-size: 14px;
    text-decoration: none;
}

.art-cont-wrap .art-box .art-box-bd li:hover a {
    color: #c2281f;
}

.art-cont-wrap .art-box .art-prolist {
    overflow: hidden;
}

.art-cont-wrap .art-box .art-prolist li {
    width: 140px;
    height: 135px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic {
    height: 100px;
    position: relative;
}

.art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic img {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.art-cont-wrap .art-box .art-prolist li:nth-child(2n) {
    margin-right: 0px;
}

.art-cont-wrap .art-prolist-item-tit {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 5px;
}
.udpageBox {
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}

.udpage {
    margin-left: 2%;
    width: 96%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #222222;
    font-size: 14px;
}

.udpage a {
    color: #222222;
    text-decoration: none;
}

.udpage a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.newsconTJ {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-top: 30px;
}

.newsconTJ_tit {
    margin-left: 2.5%;
    margin-bottom: 0.5em;
    width: 95%;
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: bold;
}

.newsconTJ_con {
    margin-left: 2.5%;
    width: 95%;
    font-size: 14px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.newsconTJ_con li {
    float: left;
    width: 50%;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.newsconTJ_con li a {
    color: #333333;
    transition: all 0.5s;
    text-decoration: none;
}

.newsconTJ_con li a:hover {
    color: #ff0000;
}