@charset "utf-8";
/*page style*/

.abt-box-tab {
    width: 326px;
    float: left;
}

.abt-box-tab li {
    width: 326px;
    height: 73px;
    background: url(../images/ab-tab.png) center no-repeat;
    line-height: 72px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
}

.abt-box-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg-r.png) 238px 7px no-repeat;
    color: #091928;
    font-size: 26px;
    padding-left: 64px;
}

.abt-box-tab li span {
    font-size: 33px;
    color: #091928;
    vertical-align: bottom;
    margin-right: 36px;
}

.abt-box-cont {
    float: right;
}

.abt-box-tab li.current {
    background: url(../images/ab-tab-sel.png) center no-repeat;
}

.abt-box-tab li.current a {
    color: #d1353b;
}

.abt-box-tab li.current a span {
    color: #d1353b;
}

.news-title {
    padding-top: 30px;
    margin-bottom: 24px;
    text-align: center;
}

.news-title h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin-bottom: 48px;
}

.news-title .sources {
    font-size: 16px;
}

.news-content p {
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    /* text-indent: 2em; */
}
/*
.news-content p {
    font-size: 20px;
    line-height: 37px;
    text-align: left;
    text-indent: 2em;
}
*/

.news-content .newspic {
    margin: 30px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}

.news-content .newspic img {
    width: 100%;
}

.news-content .newspic h3 {
    font-size: 20px;
    line-height: 72px;
    font-weight: normal;
}

.cont {
    width: 845px;
    background: #fff;
    /*padding: 54px;*/
}

.abt-box:after {
    content: "";
    display: block;
    clear: both;
}

.abt-box {
    padding-top: 70px;
    padding-bottom: 30px;
}

.news-content p img {
    width: 57%;
    float: left;
    margin: 0 20px 10px 0;
}

.fayuan {
    padding-top: 30px;
}

.fayuan a {
    display: block;
    text-align: center;
    width: 306px;
    height: 54px;
    line-height: 52px;
    border: 2px solid rgb(190,190,190);
    margin: 18px auto;
    color: #000000;
    transition: all .2s;
    font-size: 22px;
}

.fayuan a:hover {
    color: #d33336;
    border-color: #d33336;
}

.cont3 .news-content p {
    font-size: 24px;
}
