﻿.content .row > div {
    padding-right: 0;
}

.nav {
    background: url(../../Images/bg.png) no-repeat top center;
    height: 31.2rem;
}

.ArticleList {
    padding-right: 1rem;
}

.MainRightCon .NewsTitle {
    border-bottom: 1px dashed #dadada;
}

.MainRightCon .NewsTitle h3 {
    line-height: 2.7rem;
    color: #4c4c4c;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Microsoft YaHei UI";
    text-align: center;
}

.Title {
    height: 3.813rem;
}

.MainRightCon .NewsTitle .ArticleInfor {
    text-align: center;
    line-height: 1.8rem;
}

.MainRightCon .NewsTitle .ArticleInfor span {
    display: inline-block;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    margin-right: 15px;
    font-family: "Microsoft YaHei UI";
}

.MainRightCon .NewsTitle .ArticleInfor .Clock {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .See {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .People {
    text-indent: 20px;
}

.MainRightCon .NewsTitle .ArticleInfor .Source {
    text-indent: 20px;
}

.MainRightCon .ArticleShow {
    height: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}
.imgWrap{
width:100%;
overflow:auto;
}
.MainRightCon .ArticleShow img {
    display: block;
    margin: 15px auto;
}

.MainRightCon .ArticleShow p {
    color: #4c4c4c;
    font-size: .95rem;
    font-family: "Microsoft YaHei UI";
    line-height: 1.85rem;
    margin-bottom: .625rem;
    text-indent: 2em;
    text-align: justify;
}

.MainRightCon .ArticleShow p a {
    white-space: normal;
    color: rgb(84, 141, 212);
    font-size: .875rem;
    cursor: pointer;
}

@media (max-width: 575px) {

    .nav {
        background: url(../../Images/phoneBg.png) no-repeat top center;
        background-size: 100%;
        height: 16rem;
    }
    .MainRightCon .ArticleShow {
        overflow-x: hidden;
    }

    .MainRightCon .ArticleShow p {
        text-indent: 0;
    }

    .MainRightCon .NewsTitle h3 {
        line-height: 2rem;
        margin-top: 1rem;
    }

    .MainRightCon .ArticleShow p a {
        word-break: break-all;
    }

    .MainRightCon .ArticleShow .imgWrap {
        width: 100%;
        overflow: auto;
    }

    .MainRightCon .ArticleShow .imgWrap::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
}