@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Kai;
    src: url(../font/Kai.ttf),
    url(../font/Kai.eot); /* IE9+ */
}

@font-face {
    font-family: STSongti-SC-Regular;
    src: url(../font/Songti-SC-Regular.TTF),
    url(../font/Songti-SC-Regular.eot); /* IE9+ */
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    font-size: 1rem;
    font-family: STSongti-SC-Regular, serif;
    line-height: 1.5;
    color: #222;
    height: 100%;
}

div, p, span {
    font-size: 1rem;
}

ol, ul {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

/*a:hover{ color: #9d1a11; }*/
/*img { border:0;  vertical-align:middle;}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

input {
    border: none;
    outline: none;
}

input[type="button"] {
    cursor: pointer;
}

.red {
    color: #96000c;
}

/*.mid{ width:1000px; margin:0 auto;}*/
.fr {
    float: right;
}

.fl {
    float: left;
}

h3 {
    font-size: 18px;
    color: #523f38;
    font-weight: bolder;
}

img {
    border: none!important;
}

#font14 {
    font-size: 0.875rem;
    color: #252424;
    text-align: left;
}

/* 头部固定导航栏 */
.nav-top {
    min-height: 260px;
    width: 100%;
    position: fixed;
    z-index: 5;
    margin-top: 52px;
}

.nav-top .nav {
    min-height: 260px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 搜索框 */
.nav-top .nav .search-bar input {
    background-color: transparent;
}

.nav-top .nav .textinput {
    border-bottom: 1px solid #000;
    margin-right: 10px;
    text-indent: 15px;
    padding-bottom: 10px;
}

.nav-top .nav .button {
    font-size: 1.125rem;
}

/* 功能导航 */
.nav-top .nav .nav-bar {
    min-height: 195px;
    /* width: 100%; */
    margin-top: 60px;
}

.nav-top .nav .nav-bar ul li {
    float: left;
}

.nav-top .nav .nav-bar ul li span {
    width: 1rem;
    display: inline-block;
    font-family: KaiTi, serif;
    font-size: 1.125rem;
    font-weight: 600;
    /* line-height: 2.079rem; */
}

.mr5 {
    margin-right: 145px;
}

.ml5 {
    margin-left: 145px;
}

.mr5 + .ml5 {
    margin-left: 146px;
}

.chinese {
    margin: 7px 5px 0 5px;
}

.nav-top .nav .nav-bar ul .active .big-font {
    color: #9d1b12;
    background: url(../img/red.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.nav-top .nav .nav-bar ul .active span {
    color: #9d1b12;
}

/* 英文竖向*/
.rotate {
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    line-height: 1rem;
    /* font-size:16px; */
    white-space: nowrap;
    margin-top: 11px;
    position: absolute;
}

.nav-top .nav .nav-bar ul li .big-font {
    font-size: 1.5rem;
    display: block;
    width: 3.29rem;
    height: 54px;
    background: url(../img/black.png) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 54px;
    overflow: hidden;
    font-family: KaiTi, serif;
    font-weight: 600;
}

.nav-top .nav .nav-bar ul li .big-font p {
    font-size: 1.5rem;
    margin-left: 7px;
    letter-spacing: 8px;
}

/* 特色库logo */
.nav-top .nav .logo {
    width: 4.531vw;
    min-height: 203px;
    background: url(../img/logo-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 47.708vw;
}

.nav-top .nav .logo p {
    width: 1.688rem;
    font-size: 1.813rem;
    line-height: 33.257px;
    text-align: center;
    margin: 25px auto;
    color: #ffffff;
    font-family: KaiTi, serif;

}

/* 页面 */
.section {
    height: 100%;
    width: 1920px!important;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
}

.shade {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
}

/* 一页轮播图 */
.section1 {
    position: relative;
}

.section1 .swiper-container {
    /*width: 43.125vw;*/
    width: 1200px;
    height: 596px;
    margin-top: 300px;
}

.section1 .swiper-container .swiper-slide {
    width: 43.125vw;
    height: 54vh;
    /*padding-left: 45px;*/
}

.section1 .swiper-slide img {
    /*width: 100%;*/
    height: 100%;
    margin-left: 30px;
}

.section1 .swiper-pagination {
    position: absolute;
    top: 810px;
    left: 48vw;
}

.section1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #9d1a11;
    margin: 0 5px;
    border-radius: 50%;
}

/*.section1 .swiper-pagination-switch{*/
/*	 width: 10px;*/
/*	 height: 10px;*/
/*	 background-color: #9d1a11;*/
/*	 margin: 0 5px;*/
/*	 border-radius: 50%;*/
/* }*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

/* 二页 */
.news {
    min-height: 34vh;
    width: 1200px;
    margin: 399px auto 0 auto;
}

/*.news3 {*/
/*    width: 47vw;*/
/*}*/

.news .news-details {
    width: 13.542vw;
    min-height: 34vh;
    display: inline-block;
    /*margin-right: 2.39vw;*/
    position: relative;
    vertical-align: top;
}

.news-details + div {
    margin-left: 2.3vw;
}

.news .news-details .news-img {
    margin-top: 7px;
    height: 31vh;
    overflow: hidden;
}

.news .news-details img {
    /*height: 31vh;*/
    width: 13.1vw;
}

/*.news .news-details img:hover{*/
/*	-webkit-transform: scale(1.1, 1.1);*/
/*	-webkit-transition: all 1s;*/
/*	box-shadow:0 0 20px rgba(177,177,177,1);*/
/*}*/
.news span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    height: 31vh;
    width: 13.125vw;
    border: 1px solid #000;
    margin-left: 5px;
}

.news .margin0 {
    margin-right: 0;
}

.news .news-details p {
    text-align: center;
    font-size: 1.125rem;
    color: #252424;
    line-height: 1.375rem;
    margin-top: 10px;
    max-height: 2.6rem;
    overflow: hidden;
}

/* 查看更多 */
.more {
    width: 9.375vw;
    height: 56px;
    background: url(../img/chakan.png) 100% no-repeat;
    margin: 60px auto;
}

.more1 {
    margin: 50px auto 0 auto;
}

.more p {
    font-size: 1.375rem;
    color: #252424;
    text-align: center;
    line-height: 56px;
}

/* 三页 */
.section5 .swiper-container {
    height: 380px;
    width: 86vw;
    margin: 380px auto 0 auto;
    background-image: none;
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
}

.section5 .swiper-container .swiper-wrapper {
    height: 360px;
}

.section5 .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: solid 10px #949494;
    height: 340px;
    display: inline-block;
    /* Center slide text vertically
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center; */
}

.section5 .swiper-pagination {
    position: absolute;
    top: 880px;
    left: 50vw;
    height: 10px;
    width: 10px;
    border: 1px solid red;
}

.section5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #9d1a11;
    margin: 0 5px;
    border-radius: 50%;
}

.section5 .swiper-container .culture {
    height: 273px;
    width: 10.6vw;
    /*margin: 40px auto;*/
    margin: 30px auto;
}

.section5 .swiper-container .culture img {
    width: 8.3vw;
    height: 8.3vw;
    border: solid 0.208vw #d3d3d3;
    border-radius: 50%;
}

.section5 .swiper-container .culture > p {
    font-size: 1.125rem;
    color: #222222;
    margin-top: 20px;
}

.section5 .swiper-container .culture div {
    height: 50px;
    width: 10.6vw;
    margin-top: 10px;
    border-top: 1px solid #dddee1;
    overflow: hidden;
}

.section5 .swiper-container .culture div p {
    font-size: 0.732rem;
    color: #657180;
    margin-top: 10px;
}

/* 四页 */
.culture-vedio {
    height: 384px;
    width: 63vw;
    margin: 360px auto 0 auto;
}

.culture-vedio .vedio-details {
    height: 189px;
    min-width: 27.5vw;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.culture-vedio .vedio-details:nth-child(odd) {
    margin-left: 7.1vw;
}

.culture-vedio .vedio-details img {
    /*height:189px ;*/
    width: 375px;
}

.culture-vedio .vedio-details .vedio-word {
    height: 189px;
    min-width: 7vw;
    display: inline-block;
    /*margin-right: 4vw;*/
    /*position: absolute;*/
    /*left: 22vw;*/
}

.one {
    display: inline-block;
    margin: 0 auto; /*     height: 140px;   */
    writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    overflow: hidden;
    /* width: 16px; */
    line-height: 1.688rem;
    font-size: 0.875rem;
    color: #454444;
    letter-spacing: 1px;
    text-align: center;
}

 
.culture-vedio .vedio-details .line {
    display: inline-block;
    height: 100px;
    width: 10px;
    background-color: #929292;
}

.culture-vedio .vedio-details .line {
    display: inline-block;
    width: 3px;
    height: 135px;
    background-color: #929292;
    position: relative;
    top: -26px;
    margin: 0 3px;
}

.culture-vedio .vedio-details span {
    display: inline-block;
}

.culture-vedio .vedio-details .desc {
    width: 5rem;
    height: 189px;
}

.culture-vedio .vedio-details .title {
    font-size: 1rem;
    color: #040404;
    height: 189px;
}

.culture-vedio .vedio-details .description {
    height: 189px;
    width: 4vw;
    overflow: hidden;
}

.culture-vedio .vedio-details .vedio-title {
    height: 189px;
}

/*.culture-vedio .vedio-details .one p{*/
/*	font-size: 1rem;*/
/*	color: #040404;*/
/* 第五页 */
.section3 .news .name {
    width: 1.198vw;
    min-height: 98px;
    background-color: #fff;
    position: absolute;
    left: 1vw;
    top: -10px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    z-index: 2;
}

/* 第六页 */
.section6 .periodical {
    min-height: 34vh;
    width: 63.5vw;
    margin: 360px auto 0 auto;
    /* overflow: hidden; */
    padding-left: 40px;
}

.section6 .periodical .per-details {
    min-height: 34vh;
    width: 20.5vw;
    display: inline-block;
    vertical-align: top;
}

.section6 .periodical .per-details .per-title {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.563rem;
}

.section6 .periodical .per-details .ledgement {
    width: 55px;
    height: 2px;
    background-color: #e60012;
    margin-top: 5px;
}

.section6 .periodical .per-details .time {
    font-size: 2.5rem;
    color: #222222;
    margin: 20px 0;

}

.section6 .periodical .per-details .per-desp {
    font-size: 0.875rem;
    color: #666666;
    width: 17.7vw;
    margin-bottom: 15px;
    height: 4.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section6 .periodical .per-details img {
    width: 17.7vw;
    height: 170px;
    margin: 10px 0;
}
.section6 .periodical .per-details img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.section6 .periodical .per-details:nth-child(2n-1) img {
    position: relative;
    top: -220px;
}

.section6 .periodical .per-details:nth-child(2n-1) p,
.section6 .periodical .per-details:nth-child(2n-1) div {
    position: relative;
    top: 220px;
}

.section6 .periodical .per-details #middle-img {
    margin: 0 0 25px 0;
    width: 17.7vw;
    height: 170px;
}

/*第八页*/
.footer {
    width: 100%;
    height: 70px;
    /*border: 1px solid red;*/
    margin-top: 20px;
}

.footer .footer-content {
    width: 100%;
    height: 43px;
    border-top: 1px solid #2f343b;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.footer .footer-content span,
.footer .footer-content a {
    text-align: center;
    margin-top: 29px;
    font-size: 0.875rem;
    color: #2f343b;
}

/*首页动态效果*/
.news-details div,
.news-details span,
.news-details img,
.news-details p {
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}

.news-details:hover div,
.news-details:hover span,
.news-details:hover img,
.news-details:hover p {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.section5 .swiper-container .swiper-slide:hover {
    border: solid 10px #c29c9d;
}

.culture-vedio .vedio-details:hover {
    border: 0.1px solid #929292;
}

.more:hover p {
    color: #9d1a11;
}

/*适配1366分辨率*/
@media (min-width: 1801px) and (max-width: 1917px) {
    .nav-top .nav .nav-bar {
        min-height: 195px;
        max-width: 1180px;
        margin: 50px auto 0 auto;
    }
    .section{
        width: 100%!important;
    }
    .mr5 {
        margin-right: 158px;
    }

    .ml5 {
        margin-left: 172px;
    }

    .mr5 + .ml5 {
        margin-left: 146px;
    }
}

@media (min-width: 1366px) and (max-width: 1800px) {
    html {
        font-size: 14px;
    }

    .more {
        width: 9.375vw;
        height: 4.8vh;
        background: url(../img/chakan.png) no-repeat;
        /*margin: 3vh auto 0 auto;*/
        margin: 0 auto;
        background-size: 100% 100%;
        top: 88%;
        left: 45%;
        position: absolute;
    }

    .more1 {
        margin: 20px auto 0 auto;
        position: unset;

    }

    .more p {
        font-size: 1.375rem;
        color: #252424;
        text-align: center;
        line-height: 2.2rem;
    }

    .nav-top {
        margin-top: 35px;
    }

    .nav-top .nav .nav-bar ul li .big-font {
        font-size: 1.5rem;
        display: block;
        width: 3.4rem;
        height: 48px;
        background: url(../img/black.png) no-repeat;
        background-size: cover;
        text-align: center;
        line-height: 3.35rem;
    }

    .nav-top .nav .nav-bar ul li span {
        line-height: 1.5rem;
    }

    .nav-top .nav .logo p {
        width: 1.688rem;
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin: 20px auto;
        color: #ffffff;
    }

    .nav-top .nav .logo {
        width: 4.531vw;
        min-height: 169px;
        background: url(../img/logo-bg.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 47.708vw;
    }

    .mr5 {
        margin-right: 100px;
    }

    .ml5 {
        margin-left: 113px;
    }

    .mr5 + .ml5 {
        margin-left: 130px;
    }

    .nav-top .nav .nav-bar {
        min-height: 195px;
        max-width: 854px;
        margin: 40px auto 0 auto;
    }

    .rotate {
        margin-top: 6px;
    }
    .section{
        width: 100%!important;
    }
    /*第一页*/
    .section1 .swiper-container {
        max-height: 360px;
        margin-top: 224px;
    }

    .section1 .swiper-container .swiper-slide {
        max-height: 360px;
        text-align: center;
        padding: 0;
    }

    .section1 .swiper-slide img {
        margin-left: 10px;
    }

    .section1 .swiper-pagination {
        top: 87vh;
    }
    /*.section1 .swp1{*/
    /*	top: 85vh;*/
    /*	width: 10px;*/
    /*	height: 10px;*/
    /*	background-color: #9d1a11;*/
    /*}*/
    /*第二页*/
    .news {
        min-height: 34vh;
        max-width: 63vw;
        margin: 30vh auto 0 auto;
    }

    /*第三页*/
    .section3 .swiper-container {
        height: 40vh;
        width: 86vw;
        margin: 200px auto 0 auto;
    }

    .section3 .swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: 33vh;
        border: solid 7px #949494;
        overflow: hidden;
    }

    .section3 .swiper-container .swiper-slide:hover {
        border: solid 7px #c29c9d;
    }

    .section3 .swiper-container .culture {
        height: 273px;
        width: 11.6vw;
        margin: 20px auto;
    }

    .section3 .swiper-container .culture img {
        width: 6.3vw;
        height: 6.3vw;
    }

    .section3 .swiper-container .culture > p {
        margin-top: 5px;
    }

    .section3 .swiper-container .culture div {
        height: 43px;
        margin-top: 8px;
    }

    .section3 .swiper-container .culture div p {
        font-size: 0.732rem;
        margin-top: 5px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    /*第四页*/
    .culture-vedio {
        height: 40vh;
        width: 65vw;
        margin: 42vh auto 0 auto;
    }

    .culture-vedio .vedio-details {
        height: 19vh;
        width: 28vw;
        display: inline-block;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    .culture-vedio .vedio-details:nth-child(odd) {
        margin-left: 8vw;
    }

    .culture-vedio .vedio-details img {
        /*height: 19vh;*/
        width: 19vw;
    }

    .culture-vedio .vedio-details .vedio-word {
        height: 19vh;
        width: 8.1vw;
        display: inline-block;
        /*margin-right: 4vw;*/
        /*position: absolute;*/
        /*left: 22vw;*/
    }

    .culture-vedio .vedio-details .description {
        height: 19vh;
        width: 4.7vw;
        overflow: hidden;
    }

    .culture-vedio .vedio-details .line {
        display: inline-block;
        width: 3px;
        height: 10vh;
        background-color: #929292;
        position: relative;
        top: -26px;
        margin: 0 3px;
    }

    .culture-vedio .vedio-details .vedio-title {
        height: 19vh;
    }

    /*第四页*/
    .section4 .news .name {
        height: 70px;
    }
    /*第五页*/
    .section5 .swiper-container{
        height: 38vh;
        width: 86vw;
        margin: 35vh auto 0 auto;
    }
    .section5 .swiper-container .swiper-slide{
        height: 35vh;
    }
    .section5 .swiper-container .culture{
        height: 10vh;
        margin: 15px auto;
    }
    .section5 .swiper-container .culture img{
        width: 7.3vw;
        height: 7.3vw;
    }
    .section5 .swiper-container .culture > p{
        margin-top: 10px;
    }
    /*第六页*/
    .section6 .periodical {
        margin: 31vh auto 0 auto;
    }

    .section6 .periodical .per-details .per-title {
        color: #333333;
        font-size: 1.25rem;
        line-height: 1.563rem;
    }

    .section6 .periodical .per-details .ledgement {
        width: 55px;
        height: 2px;
        background-color: #e60012;
        margin-top: 5px;
    }

    .section6 .periodical .per-details .time {
        font-size: 2em;
        color: #222222;
        margin: 1vh 0;

    }

    .section6 .periodical .per-details .per-desp {
        font-size: 0.875rem;
        color: #666666;
        width: 17.7vw;
        margin-bottom: 0;
        height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .section6 .periodical .per-details img {
        width: 17.7vw;
        height: 19vh;
        margin: 10px 0;
    }
    .section6 .periodical .per-details:nth-child(2n-1) img {
        position: relative;
        top: -157px;
    }
    .section6 .periodical .per-details:nth-child(2n-1) p,
    .section6 .periodical .per-details:nth-child(2n-1) div {
        position: relative;
        top: 150px;
    }
    /*.section6 .periodical .per-details:nth-child(2) img {*/
    /*    position: relative;*/
    /*    top: -22vh;*/
    /*}*/

    /*.section6 .periodical .per-details:nth-child(2) p,*/
    /*.section6 .periodical .per-details:nth-child(2) div {*/
    /*    position: relative;*/
    /*    top: 22vh;*/
    /*}*/

    .section6 .periodical .per-details #middle-img {
        margin: 0 0 25px 0;
        width: 17.7vw;
        height: 170px;
    }

    /*第八页*/
    .news1 {
        margin: 46vh auto 0 auto;
    }

    .news2 {
        margin: 30vh auto 0 auto;
    }

    .footer {
        height: 50px;
        margin-top: 15px;
    }

    .footer .footer-content {
        margin-top: 15px;
    }
}
@media (max-width: 1365px){
    body{
        overflow: auto!important;
    }
    .mr5 {
        margin-right: 12vw;
    }

    .ml5 {
        margin-left: 10vw;
    }

    .mr5 + .ml5 {
        margin-left: 10vw;
    }
    .nav-top .nav {
        position: relative;
        top: 0;
        left: 0;
    }
    .nav-top .nav .logo {
        width: 86px;
        left: 50%;
        margin-left: -20px;
    }
    .nav-top .nav .nav-bar {
        padding-left: 67px;
    }
    .section{
        width: 1920px !important;
        background: url(../img/bg.png) 0 0/1920px 100% no-repeat;
    }
    .news .news-details {
        width: 253px;
        height: 304px;
    }
    .news{
        padding-left: 77px;
    }
    .news span{
        height: 100%;
        width: 100%;
    }
    .news-details + div {
        margin-left: 20px;
    }
    .news .news-details img {
        width:100%;
    }
    .news .news-details .news-img {
        height: 100%;
    }
    .section3 .news .name {
        width: 23px;
    }
    .section5 .swiper-container {
        width: 1200px;
    }

    .section5 .swiper-container .culture {
        height: 273px;
        width: 153px;
    }
    .section5 .swiper-container .culture div{
        width: 100%;
    }
    .section5 .swiper-container .culture img{
        width: 107px;
        height: 107px;
    }
    .section6 .periodical {
        width: 1200px;
        padding-left: 77px;
    }
    .section6 .periodical .per-details{
        width: 30%;
    }
    .section6 .periodical .per-details .per-desp{
        width: 100%;
    }
    .section6 .periodical .per-details img{
        width: 90%;
    }
    .more {
        width: 179px;
    }
}



