@charset "UTF-8";


/* 大图start */
.banner-img {
    width: 100%;
    height: 400px;
}
.banner-img img {
    display: block;
    width: 100%;
    height: 100%;
}
/* 大图end */


/* 列表start */
.bg-list {
    background-color: #efefef;
}
.bg-list .container {
    background-color: #fff;
}
.list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.list-right {
    width: calc(100% - 250px);
    padding-left: 20px;
    margin-top: 30px;
}
.list-read {
    width: 100% !important;
    padding-left: 0 !important;
}
.list-read .read-item {
    width: calc(100% - 250px);
    margin: 0 auto !important;
}
.list-info {
    margin-top: 30px;
    min-height: 600px;
}
.list-info ul {
    min-height: 300px;
}
.list-info ul li {
    padding: 0 20px;
    align-items: center;
    line-height: 46px;
    border-bottom: 1px dotted #ddd;
}
.list-info ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    color: #333;
    font-size: 20px;
}
.list-info ul li:hover {
    background-color: #fcfcfc;
}
.list-info ul li.list-info-item-top:hover {
    background-color: #c9161e;
    color: #fff;
}
.list-info ul li.list-info-item-top:hover a {
    color: #fff;
}
.list-info ul li:hover a {
    text-decoration: none;
    color: #c9161e;
}
.list-info ul li .title {
    width: 80%;
}
.no-list {
    font-size: 16px;
    margin: 30px 0;
    min-height: 300px;
}
/* 列表end */


/* 页码start */
.paga-wrap {
    margin: 80px 0 60px 0;
}
.paga-wrap span {
    font-size: 18px;
}
/* 页码end */


/* 面包屑start */
.path-breadcrumb ul {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}
.path-first a img {
    margin-top: 5px;
}
.path-breadcrumb li a {
    font-size: 16px;
    color: #000;
}
.path-breadcrumb li {
    font-size: 16px;
}
/* 面包屑end */


/* 公用左栏start */
.left-wrap {
    width: 250px;
    margin-top: 30px;
    /* border-right: 1px solid #ddd; */
    /* margin-bottom: 60px; */
}
.left-wrap h4 {
    background: url(../images/icon/t1_bg.jpg) no-repeat;
    color: #fff;
    font: bold 20px/180% "Microsoft yahei";
    padding: 0 0 0 30px;
    margin: 0;
    height: 33px;
    line-height: 33px;
}
.public-left-img {
    background: url(../images/public/left_bg.jpg) no-repeat;
    height: 735px;
    width: 250px;
    background-size: contain;
    margin-top: 10px;
}
/* 公用左栏end */


/* 文章阅读start */
.read-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.read-wrap .read-item {
    margin: 0 20px;
}
.read-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.read-msg {
    text-align: center;
    font-size: 18px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    /* margin: 0 30px; */
}

.read-content table {
    border-collapse: collapse;
    
}
.read-content table td {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.read-content table tr:first-child td {
    border-top: 1px solid #000000;
}
.read-content table tr td:first-child {
    border-left: 1px solid #000000;
}
.read-wrap .read-item .read-content {
    line-height: 30px;
    font-size: 18px;
    margin-top: 20px;
    min-height: 500px;
}
.read-wrap .read-item .read-content p,
.read-wrap .read-item .read-content span {
    font-size: 18px !important;
    line-height: 40px !important;
    /* font-family: 宋体, SimSun !important; */
    color: #000 !important;
}
.read-wrap .read-item .news-next {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.read-wrap .read-item .read-content a {
    font-size: 16px;
    color: #ec0900;
}
/* 文章阅读end */


/* 分页符start */
.about-news {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.about-news li {
    width: 50%;
}
.about-news li a {
    color: #000;
    font-size: 16px;
    padding-right: 20px;
}
.about-news li a:hover {
    color: #ec0900;
    font-size: 16px;
}
/* 分页符end */


/* 单页start */
.base-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 30px 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/* 单页end */





/* 媒体查询start */
@media screen and (max-width: 960px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 450px) {

}
/* 媒体查询end */

