@charset "UTF-8";
/* 统一样式 */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
pre {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    position: relative;
    min-width: 1200px;
}

a {
    color: #000;
    text-decoration: none;
    animation: .3s;
}

a:hover {
    color: #9d3c34;
}

input,
button {
    outline: 0;
}

video {
    object-fit: fill;
}

table {
    width: 100%;
    height: 100%;
}

img {
    vertical-align: middle;
    border: 0;
    transition: .3s;
    padding: 0;
    max-width: 100%;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

div {
    box-sizing: border-box;
}

.box,
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fl,
.lf {
    float: left;
}

.fr,
.rt {
    float: right;
}

.active {
    display: block;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* header */
.header img{
    width: 100%;
}

/* 导航条 */
.nav-bar {
    width: 100%;
    background-color: #fdf9d5;
    text-align: center;
}

.nav .nLi {
    display: inline-block;
    height: 60px;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 800px) {
    .nav .nLi>a::after {
        position: absolute;
        content: '';
        height: 16px;
        width: 2px;
        background: #333;
        right: 0;
        top: 38%;
        transform: skew(-19deg);
    }
    .nav .nLi:last-child>a::after {
        display: none;
    }

    .nav-bar {
        border-bottom: 2px solid #b03d37;
        height: 60px;
    }
}

.nav .nLi>a {
    height: 60px;
    line-height: 60px;
    padding: 0 62px;
    display: block;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
}

.nav .sub {
    display: none;
    top: 60px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 100000;
    background-color: #b03d37;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-style: normal;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.nav .sub li {
    border-bottom: 1px solid #fff;
    zoom: 1;
}

.nav .sub li:hover {
    background-color: #fdf9d5;
}

.nav .sub li:hover a {
    color: #333;
}

.nav .sub li:last-child {
    border-bottom: none;
}

/* 大轮播图 */
.slideBox {
    width: 100%;
    height: 514px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 514px;
    display: block;
}

/* 主体 */
.main-1 {
    padding: 38px 0 52px;
}

.main-1-l {
    width: 680px;
}

/* 小轮播图 */
.slideBox2 {
    width: 100%;
    height: 428px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox2 .bd img {
    width: 100%;
    height: 428px;
    display: block;
    object-fit: cover;
    text-align: center;
}

.slideBox2 .bd img:hover {
    transform: scale(1.1)
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    bottom: 4%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
}

.slideBox2 .prev {
    background: url(../images/arr-l.png);
    width: 18px;
    left: 6%;
    height: 25px;
}

.slideBox2 .next {
    left: auto;
    right: 6%;
    background: url(../images/arr-r.png);
    width: 18px;
    height: 25px;
}

.text-lunbo {
    text-align: left;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    height: 62px;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    padding: 0 86px;
}

.text-lunbo>p {
    padding-right: 35px;
    height: 62px;
    line-height: 62px;
}

.text-lunbo .span1 {
    font-size: 30px;
    color: #d70315;
}

.text-lunbo .span2 {
    font-size: 16px;
    color: #fff;
}

.text-lunbo a {
    height: 62px;
    line-height: 62px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    width: 75%;
}

.main-1 {
    min-height: 400px;
}

.main-1-r {
    width: 490px;
}

.main-1-r>h2 a {
    font-size: 30px;
    color: #9d3c34;
    padding-right: 16px;
}

.main-1-r>h2 a:hover {
    text-decoration: underline;
}

.keyword {
    font-weight: normal;
    color: #999;
    font-size: 18px;
    font-family: 'Georgia';
    text-transform: uppercase;
}

.main-1-r>div>h2 {
    margin: 15px 0;
}

.main-1-r>div>h2 a {
    font-size: 28px;
    font-weight: normal;
    height: 72px;
    line-height: 36px;
    overflow: hidden;
    display: inline-block;
}

.main-1-r>div>p {
    line-height: 25px;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 26px;
}

.main-1-r>ul {
    border-top: 1px solid #ccc;
}

.main-1-r>ul li {
    border-bottom: 1px dashed #ccc;
}

.main-1-r>ul li a {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}

.main-1-r>ul li a::before {
    position: absolute;
    content: '';
    background-image: url(../images/arr.png);
    width: 12px;
    height: 12px;
    top: 7px;
    left: 0;
}


/*  */

.main-2 {
    background: url(../images/main-2-bg.png) repeat;
    width: 100%;
    min-height: 510px;
    padding-top: 30px;
}

.main-2-l,
.main-2-r {
    width: 580px;
}

.mytitle1 {
    background: url(../images/title-bg.png);
    width: 527px;
    height: 46px;
    box-sizing: border-box;
    padding-top: 3px;
    text-align: center;
}

.mytitle1 a {
    color: #9d3c34;
    font-size: 30px;
}

.main-2 .keyword,
.main-4 .keyword {
    padding: 10px 47px 10px 0;
    text-align: center;
}

.main-2-text {
    padding: 25px 0 15px 7px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.main-2-text .time {
    width: 132px;
    height: 97px;
    overflow: hidden;
}
.main-2-text .time img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-2-text .time img:hover{
    transform: scale(1.1);
}

.main-2-text .date{
    float: left;
    width: 61px;
    height: 56px;
    margin-top: 20px;
    color: #9d3c34;
    text-align: center;
    background: url(../images/time-bg.png) no-repeat;
}
.main-2-text .date h1{
    font-size: 34px;
    margin-top: -20px;
}

.main-2-con {
    margin-left: 90px;
    margin-top: 10px;
}

.main-2-con h2 a {
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: normal;
}

.main-2-con p {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.mylist{
    overflow: hidden;
}
.mylist li {
    float: left;
    width: 580px;
    height: 40px;
    border-bottom: 1px dashed #ccc;
}
.mylist li:nth-of-type(even) {
    float: right;
}

.mylist li p {
    width: 80%;
}

.mylist li p a {
    padding-left: 25px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
}

.mylist li p a::before {
    position: absolute;
    content: '';
    background-image: url(../images/arr.png);
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
}

.mylist li span {
    float: right;
    color: #888;
    line-height: 40px;
}

.main-3 {
    min-height: 600px;
    padding-top: 55px;
    margin-bottom: 40px;
}

.main-3-l {
    width: 645px;
}

.mytitle2 {
    height: 85px;
    line-height: 85px;
    font-size: 30px;
    position: relative;
}

.mytitle2::before {
    position: absolute;
    content: '';
    background-image: url(../images/title-bg2.png);
    width: 466px;
    height: 13px;
    left: 21%;
    top: 49%;
}

.mytitle2 a {
    float: right;
    color: #9d3c34;
    font-size: 14px;
}

.mytitle2 a:hover {
    font-weight: bold;
}

.main-3-l-con>a {
    float: left;
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.main-3-l-con>a img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main-3-l-con>a img:hover {
    transform: scale(1.1);
}
.main-3-l-con div {
	position: relative;
	padding-top: 10px;
	margin-right: 80px;
}

.main-3-l-con>div>a{
	font-weight: bold;
	font-size: 18px;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.main-3-l-con p {
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0 0;
    text-align: justify;
    color: #666;
    font-size: 16px;
}

.main-3-l ul li {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/arrow.png) no-repeat right center;
}

.main-3-l ul li:first-child {
    padding-top: 0;
}

.main-3-r {
    width: 510px;
    padding: 0 25px 20px;
    background-color: #f5f5f5;
}

.main-3-r .mytitle2::before {
    width: 285px;
    left: 28%;
    top: 49%;
}


/* 小轮播图2 */

.slideBox3 {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 33px;
}

.slideBox3 .hd {
    height: 15px;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
    opacity: 0.8;
}

.slideBox3 .hd ul {
    zoom: 1;
}

.slideBox3 .hd ul li {
    position: relative;
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.slideBox3 .hd ul li.on {
    background-color: #da2a1b;
}

.slideBox3 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox3 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox3 .bd img {
    width: 460px;
    height: 280px;
    display: block;
    object-fit: cover;
    text-align: center;
}

.slideBox3 .bd img:hover {
    transform: scale(1.1)
}


/* 轮播图上的文字 */

.text-lunbo2 {
    text-align: left;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 16px;
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.text-lunbo2 p {
    width: 70%;
}

.text-lunbo2 a {
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    opacity: 0.8;
}

.text-lunbo2 a:hover {
    text-decoration: underline;
}

.main-3-r>ul li {
    border-bottom: 1px dashed #ccc;
}

.main-3-r>ul li a {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.main-3-r>ul li a::before {
    position: absolute;
    content: '';
    background-image: url(../images/arr.png);
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
}

.main-4 {
    padding: 0 0 90px;
}

.main-4-title {
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
}

.main-4-title>h2 {
    position: relative;
    left: 26%;
}

.paper .bd {
    overflow: hidden;
}

.paper ul li {
    float: left;
    width: 287px;
    height: 88px;
    overflow: hidden;
    margin-right: 17px;
}

.paper ul li:last-child {
    margin-right: 0;
}

.paper ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.paper ul li img:hover {
    opacity: .8;
}

/*文献纪录片*/
.video .bd {
    overflow: hidden;
}
.video ul li {
    float: left;
    width: 279px;
    margin-right: 28px;
}
.video ul li:last-child {
    margin-right: 0;
}
.video ul li>a{
    display: block;
    height: 161px;
    overflow: hidden;
}
.video ul li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.video ul li p{
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.video ul li img:hover {
    transform: scale(1.1);
}

/* footer */
.footer {
    width: 100%;
    padding: 35px 0;
    background-color: #BE2426;
    text-align: center;
}
.footer p {
    color: #fff;
    line-height: 30px;
}

/* 二三级 */

.bread {
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    border: 2px solid #9d3c34;
}

.left_aside {
    float: left;
    width: 280px;
    text-align: center;
    background: #f5f5f5;
}

.left_aside p {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    background: #9d3c34;
}

.left_aside ul li {
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.left_aside ul li:last-child {
    border-bottom: 0;
}

.left_aside ul li a {
    display: block;
    position: relative;
}

.left_aside ul li a:after {
    position: absolute;
    top: 15px;
    right: 50px;
    line-height: 20px;
    content: "→";
    text-align: center;
    color: #ccc;
    font-size: 18px;
    transition: 0.3s;
}

.left_aside ul li a:hover {
    text-decoration: none;
    background: #ddd;
}

.left_aside ul li a:hover:after {
    color: #9d3c34;
    right: 40px;
}

.left_aside ul li.on a {
    color: #9d3c34;
    background: #ddd;
}

.left_aside ul li.on a:after {
    color: #9d3c34;
}

.right_aside {
    margin-left: 310px;
    background: #fff;
}

.right_aside .head {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 33px;
}

.right_aside .head:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 24px;
    height: 22px;
    content: "";
    background: url("../images/spirit.png") no-repeat;
}

.right_aside .comment {
    padding: 20px 10px;
    min-height: 300px;
}

.right_aside .comment>p {
    line-height: 30px;
}

.right_aside .comment .list li {
    line-height: 35px;
    font-size: 16px;
    position: relative;
}

.right_aside .comment .list li:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #ccc;
    border-radius: 50%;
}

.right_aside .comment .list li p {
    margin: 0 100px 0 20px;
}

.right_aside .comment .list li:hover:before {
    background: #9d3c34;
}

.article {
    min-height: 500px;
    padding: 0 30px;
    background: #fff;
}

.article .caption {
    text-align: center;
    padding: 30px 0;
}

.article .caption h2 {
    color: #9d3c34;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.article .caption p span {
    color: #999;
    margin: 0 10px;
}

.article .content {
    padding-bottom: 20px;
    font-size: 16px;
}

.article .content p {
    line-height: 30px;
    text-align: justify;
}


/*图片列表页*/

.list-img {
    overflow: hidden;
}

.list-img li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}

.list-img li>a {
    display: inline-block;
    width: 94%;
    height: 160px;
    overflow: hidden;
}

.list-img li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.list-img li img:hover {
    transform: scale(1.1);
}

.list-img li p{
    padding: 5px 10px;
    font-size: 16px;
}

/*图文列表页*/

.list-news {
    margin: 10px 0;
}

.list-news li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.list-news li .lf {
    width: 178px;
    height: 107px;
    overflow: hidden;
    background: #eee;
}

.list-news li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.list-news li img:hover {
    transform: scale(1.1);
}

.list-news .info {
    margin-left: 200px;
    height: 107px;
    color: #666;
    font-size: 14px;
}

.list-news h3 {
    font-size: 18px;
    font-weight: normal;
}

.list-news p {
    height: 40px;
    line-height: 20px;
    margin: 15px 0 10px;
    overflow: hidden;
}

.tab{
    text-align: center;
    margin-bottom: 15px;
}
.tab a{
    display: inline-block;
    width: 323px;
    height: 46px;
    line-height: 46px;
    color: #E7AEA3;
    font-size: 30px;
    font-weight: bold;
    margin: 0 20px;
    background: url(../images/title-bg3.png) no-repeat center center;
}
.tab a.on{
    color: #9d3c34;
}
.wrapper>div{
    display: none;
}
.wrapper>div.on{
    display: block;
}
.wrapper-text>div{
    float: left;
    width: 580px;
}
.wrapper-text>div:nth-of-type(2){
    float: right;
}
