﻿/*新闻详情页*/
.art-cont-wrap {
    overflow: hidden;
    padding: 0 30px 80px 30px;
}

.art-cont-wrap .art-cont-l {
    width: 880px;
    float: left;
    /*border: 1px solid #e7e7e7;
    padding: 20px 30px;*/
}

.art-cont-wrap .art-cont-l .Article {
    border: 1px solid #e7e7e7;
    padding: 20px 30px;
    width: auto;
    box-shadow: 0 0 38px rgba(0,0,0,0.1);
    border-top: 2px solid #742828;
}

.art-cont-wrap .art-cont-r {
    width: 330px;
    float: right;
}

.art-cont-wrap .Article .Article_time {
    border-bottom: 1px dotted #e7e7e7;
}

.art-cont-wrap .Article .Article_time {
    height: 40px;
    line-height: 40px;
}

.art-cont-wrap .Article .Article_time i{
    padding-left: 20px;
    color: #a3a3a3;
}
.art-cont-wrap .Article .Article_time i.sj{
    background: url(../images/ft_4.png) left no-repeat;
}
.art-cont-wrap .Article .Article_time i.dj{
    background: url(../images/ft_5.png) left no-repeat;
}

.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;
}
.art-cont-wrap .art-box .art-box-bd li a:hover {
    color: #ff0000;
}
.art-cont-wrap .art-box .art-prolist {
    overflow: hidden;
}

.art-cont-wrap .art-box .art-prolist li {
    width: 100%;
    height: auto;
    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;
}

@media screen and (max-width: 750px) {
    .art-cont-wrap .art-cont-l {
        width: 100%;
        padding: 0;
        border: 0;
        float: none;
    }
    .art-cont-wrap .art-cont-r {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .art-cont-wrap {
        overflow: hidden;
        padding: 0 10px 0px 10px;
    }

    .art-cont-wrap .art-box .art-prolist li {
        width: 48%;
        margin-right: 4%;
    }
}
