@charset "utf-8";

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #B61C1C;
    color: #fff;
    border: 1px solid #B61C1C;
}

.pagination a:hover {
    background: #B61C1C;
    color: #fff;
    border: 1px solid #B61C1C;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    padding-bottom: 100px;
}

.nymain .leftNav {
    float: left;
    width: 260px;
    margin-right: 45px;
    /* padding-left: 20px; */
    position: relative;
    box-sizing: border-box;
    background-size: 100% auto;
    margin-top: -50px;
    z-index: 10;
}

.nymain .leftNav p {
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding-top: 40px;
    background: #B61C1C;
    padding-bottom: 30px;
    text-align: center;
}

.nymain .leftNav p::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #FFDDB0;
    border-radius: 4px;
}

.nymain .leftNav p span {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(/images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    display: none;
    z-index: 99;
}

.nymain .leftNav p span.on {
    background: url(/images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul {
    background-color: #fff;
    box-shadow: 0px 1px 9px 0px rgba(177, 187, 200, 0.19);
}

.nymain .leftNav>ul>li {
    position: relative;
    border-left: 8px solid #F6D5AA;
    border-bottom: 1px solid #DFE6F1;
}

.nymain .leftNav>ul>li.on {
    border-left: 8px solid #B61C1C;
}

.nymain .leftNav>ul>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    /* padding-left: 80px; */
    line-height: 79px;
    text-align: center;
}

.nymain .leftNav>ul>li:last-child {
    border-bottom: 1px solid transparent;
}

.nymain .leftNav>ul>li.on>a {
    color: #B61C1C;
    font-weight: bold;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 30px;
    line-height: 50px;
    background: url(/images/dhxl.png) no-repeat center center;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.active {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.nymain .leftNav>ul>li.active {
    border-left: 8px solid #B61C1C;
}

.nymain .leftNav>ul>li.active>a {
    color: #B61C1C;
    font-weight: bold;
}

.nymain .leftNav>ul>li:hover span {
    background: url(/images/dhxl.png) no-repeat center center;
}

.nymain .leftNav>ul>li>ul {
    border-top: 1px solid #eee;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
    line-height: 50px;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    color: #B61C1C;
}

.ny-right {
    float: right;
    width: calc(100% - 305px);
}

.ny-title {
    position: relative;
    padding-top: 35px;
    margin-bottom: 30px;
}

.position {
    float: right;
    padding-left: 15px;
    background: url(/images/position.png) no-repeat left center;
    font-size: 0;
}

.ny-title h3 {
    float: left;
    font-size: 23px;
    color: #333;
    border-left: 5px solid #B61C1C;
    padding-left: 20px;
    line-height: 24px;
}

.position span {
    color: #999;
    font-size: 16px;
    vertical-align: middle;
}

.position a {
    font-size: 16px;
    color: #999;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #B61C1C;
}


/* 列表页 */


/* 列表页 */

.list>li {
    position: relative;
    line-height: 66px;
    padding-left: 28px;
    padding-right: 100px;
    background-size: 100% auto;
}

.list>li span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
    color: #666;
}

.list>li:hover span {
    color: #B61C1C;
}

.list>li a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #333;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list>li:nth-child(2n-1) {
    background: #f2f2f2;
}

.list>li:hover a {
    left: -10px;
    color: #B61C1C;
}


/* 日期列表 */

.rq-list li {
    position: relative;
    border-top: 1px dashed rgba(124, 24, 36, 0.34);
}

.rq-list li:last-child {
    border-bottom: 1px dashed rgba(124, 24, 36, 0.34);
}

.rq-list li:hover {
    border-top: 1px dashed transparent;
}

.rq-list li:hover+li {
    border-top: 1px dashed transparent;
}

.rq-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #B61C1C;
    background-size: 100% 100%;
    transition: all .3s;
}

.rq-list li:hover::after {
    width: 100%;
}

.rq-list li a {
    position: relative;
    display: block;
    padding: 25px 50px 25px 15px;
    overflow: hidden;
    z-index: 6;
}

.rq-list li a .date {
    float: left;
    width: 100px;
    margin-right: 30px;
    text-align: center;
    color: #B61C1C;
}

.rq-list li a .date span:first-child {
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    border: none;
    color: #B61C1C;
}

.rq-list li:hover a .date span {
    color: #fff;
}

.rq-list li a .date span {
    display: block;
    font-size: 16px;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
}

.rq-list li:hover a .date span {
    border: 1px solid #fff;
}

.rq-list li:hover a .date span:first-child {
    border: none;
}

.rq-list li a .text {
    overflow: hidden;
    padding-left: 30px;
    border-left: 1px solid #D8D8D8;
}

.rq-list li:hover a .text {
    border-left: 1px solid #FEE180;
}

.rq-list li a .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.rq-list li:hover a .text h2 {
    color: #fff;
}

.rq-list li a .text p {
    font-size: 14px;
    line-height: 26px;
    color: #999999
}

.rq-list li:hover a .text p {
    font-weight: bold;
    color: #fff;
}


/* 内容页 */

.art-main h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-tit {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    /* font-size: 18px; */
    line-height: 45px;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
}
.art-main .art-body table{
    margin: 15px auto;
    min-width: 70%;
    max-width: 100%;
    border-collapse: collapse;
}
.art-main .art-body table p{
    text-indent:0rem;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 10px 0;
}
.art-main .art-body table td{
    border: 1px solid #333;
}
 
.art-main .art-body p.img-tp img {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.art-main .art-body img {
    max-width: 80% !important;
    margin: 0 auto;
    /* display: block; */
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p>span>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    margin: 0 50px;
}


/* 机构设置 */

.jgsz>ul>li {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 70px;
    border-bottom: 1px dotted #c1c1c1;
    box-sizing: border-box;
    transition: all .3s;
}

.jgsz>ul>li:nth-child(2n) {
    margin-right: 0;
}

.jgsz>ul>li>a {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgsz>ul>li>a::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: #a6a2a2;
}

.jgsz>ul>li:hover>a::after {
    background: #B61C1C;
}

.jgsz>ul>li:hover a {
    color: #B61C1C;
}


/* 图片列表 */

.timg-list {
    margin-top: 20px;
}

.timg-list ul li {
    margin-bottom: 30px;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 25px;
    background-position: right center;
    border: 1px solid #ede9e9;
}

.timg-list ul li a h3 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.timg-list ul li a>div {
    overflow: hidden;
    /* border: 2px solid #b61c1c; */
}

.timg-list-img {
    float: left;
    width: 290px;
    margin-right: -100px;
}

.timg-list ul li a .pic {
    padding-top: 71%;
    width: 60%;
}

.timg-list ul li a:hover h3 {
    color: #B61C1C;
}

.timg-list ul li a:hover .date {
    color: #fff;
}

.timg-linfo {
    position: relative;
    overflow: hidden;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    height: 90px;
    overflow: hidden;
}

.timg-linfo .date {
    margin-top: 15px;
    color: #666;
    font-size: 18px;
}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.timg-linfo .date i {
    font-style: normal;
}

.timg-list ul li a:hover {
    background: #B61C1C;
    padding: 25px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}

* 图片列表 */ .img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 32%;
    margin: 30px 0 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px #B61C1C;
    border-color: #d55160;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 71%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 65px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}