/* 注:
img-change
可能会受
https://gzsk.org.cn/resources/statics/css/magazine.css
即header模块中magezine.css
样式影响,为以免其他页面样式影响，修改该文件即可 */

.container {
	background: none;
}
.img-change{
    height: auto;
}
.img-change img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.img-change .txt-area {
    height: 76px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background-image: url("../images/common-bg.png");
    background-size: 100% 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common-bg.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common-bg.jpg', sizingMethod='scale');
    padding: 14px 15px 0 15px;
}

.img-change .txt-area a {
    display: block;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    overflow:hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
/*img-change end*/


/*top-news*/
.top-news {
    width: 480px;
    padding-top: 18px;
}

.top-news .hd h2 {
    display: block;
    font: bold 24px/24px "Microsoft YaHei", "微软雅黑";
}

.top-news .hd a {
    color: #024677;
    text-decoration: none;
    font: bold 24px/24px "Microsoft YaHei", "微软雅黑";
}

.top-news .more{
    float: right;
    font: lighter 14px/24px "Microsoft YaHei", "微软雅黑";
    border-bottom: #2279ab 1px solid;
}
.top-news .more a{
    color: #2279ab;
    font: lighter 14px/24px "Microsoft YaHei", "微软雅黑";
}

.top-news .bd {
    margin-top: 14px;
}

.top-news-item {
    margin-top: 12px;
}

.top-news-item>h3 {
    height: auto;
    overflow: hidden;
    font: bold 22px/30px "Microsoft YaHei", "微软雅黑";
    display: block;
    overflow:hidden;
    white-space: wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
}

.top-news-item .abst {
    margin-top: 9px;
}

.top-news-item .date {
    font: 14px/28px;
    margin-top: 12px;
}
/*top-news end*/

/* magazine-system */
.magazine-system{
    width: 460px;
    height: 64px;
    background-color: #024677;
    border-radius: 10px;
    margin-top: 32px;
}
.magazine-system-btn{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.magazine-system-btn img{
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 8px;
    margin-left: 176px;
}
.magazine-system-btn span{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    float: left;
}

/* new-magazine */
.new-magazine{
    width: 1000px;
    padding-top: 44px;
}
.new-magazine .hd{
    padding-left: 3px;
}
.new-magazine .hd::before,.new-magazine .hd::after{
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background-color: #024677;
    margin-right: 22px;
    float: left;
}
.new-magazine .hd h2,.new-magazine .hd h2 a{
    float: left;
    color: #024677;
    font: bold 22px/22px "Microsoft YaHei", "微软雅黑";
}
.new-magazine .hd::after{
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background-color: #024677;
    margin-left: 22px;
    float: left;
}
.new-magazine .bd{
    margin-top: 44px;
    padding-left: 3px;
}
.new-magazine-item{
    width: 197px;
    float: left;
    margin-left: 198px;
}
.new-magazine-item:first-child{
    margin-left: 0;
}
.new-magazine-item img{
    width: 197px;
    height: 268px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.new-magazine-hd h2{
    font: bold 18px/24px "Microsoft YaHei", "微软雅黑";
    color: black;
    text-align: center;
    margin-top: 15px;
}
.new-magazine-hd p{
    font:  16px/24px "Microsoft YaHei", "微软雅黑";
    color: #6d6e76;
    text-align: center;
    margin-top: 3px;
}

/* history-magazine */
.history-magazine{
    width: 1000px;
    padding-top: 44px;
}
.history-magazine .hd{
    padding-left: 3px;
}
.history-magazine .hd::before,.history-magazine .hd::after{
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background-color: #024677;
    margin-right: 22px;
    float: left;
}
.history-magazine .hd h2,.history-magazine .hd h2 a{
    float: left;
    color: #024677;
    font: bold 22px/22px "Microsoft YaHei", "微软雅黑";
}
.history-magazine .hd::after{
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background-color: #024677;
    margin-left: 22px;
    float: left;
}
.history-magazine .bd{
    width: 1000px;
}
.history-magazine .history-year-list{
    width: 1000px;
    margin-top: 44px;
    padding-left: 18px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #bcddf5;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(66, 66, 66, 0.1);
    min-height: 232px;
    position: relative;
}
.history-magazine .history-year-list .history-year-bg{
    display: block;
    border-radius: 6px;
    width: 100%;
    height: 34px;
    background-image: url("../images/common-bg.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: 3px 3px 3px rgba(66, 66, 66, 0.1);
}
.history-magazine .history-year-item{
    width: 326px;
    transform: translateY(-1px);
    position: relative;
    z-index: 2;
    float: left;
}
.history-magazine .history-year-item .year{
    font: 18px/55px "Microsoft YaHei", "微软雅黑";
    background-color: white;
    float: left;
    padding: 0 15px;
    box-shadow: 3px 3px 3px rgba(66, 66, 66, 0.1);
    border-radius: 0 0 10px 10px;
}
.history-magazine .magazine-issue-list{
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-left: 110px;
}
.history-magazine .magazine-issue-item{
    float: left;
    width: 160px;
    margin-bottom: 35px;
}
.history-magazine .magazine-issue-item a{
    font: 18px/20px "Microsoft YaHei", "微软雅黑";
    color: #6d6e76;
    white-space: nowrap;
}
.history-magazine .magazine-issue-item a:hover{
    color: #1b85f2;
}
.history-magazine .magazine-issue-list::after{
    content: "";
    display: block;
    clear: both;
    width: 1px;
    overflow: hidden;
    height: 0;
}

/* magazine-info-home */
.magazine-info-home{
    width: 1000px;
    box-sizing: border-box;
    padding: 16px 48px;
    margin-top: 42px;
    background-color: #f1f1f1;
}
.magazine-info-home ul{
    width: 300px;
    float: left;
}
.magazine-info-home li{
    /* float: left; */
    width: 300px;
    box-sizing: border-box;
}
.magazine-info-home li,
.magazine-info-home li *{
    color: #808080;
    font: 14px/30px "Microsoft YaHei", "微软雅黑";
}
.magazine-info-home li h2:first-child{
    width: 4em;
    text-align: justify;
    text-align-last: justify;
}
.magazine-info-home li h2,
.magazine-info-home li span,
.magazine-info-home li p{
    float: left;
}
.magazine-info-home li p{
    display: block;
    width: 220px;
}
.magazine-info-home ul::after{
    content: "";
    display: block;
    clear: both;
    width: 1px;
    overflow: hidden;
    height: 0;
}

/* magazine-info-home end */

@media screen and (max-width:768px) {
    /*container*/
    .container {
        width: auto;
        padding: 0 15px;
    }
    .top-news-item>h3{
        font: bold 18px/26px "Microsoft YaHei", "微软雅黑";
    }
    .top-news .hd h2 a{
        font: bold 22px/22px "Microsoft YaHei", "微软雅黑";
    }

    /* magazine-system */
    .magazine-system{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .magazine-system-btn{
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .magazine-system-btn *{
        clear: both;
    }
    .magazine-system-btn img{
        margin-left: 0;
    }
    /* new-magazine */
    .new-magazine{
        width: 100%;
    }
    .new-magazine .bd{
        margin-top: 30px;
    }
    .new-magazine-item:first-child,
    .new-magazine-item{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /* history-magazine */
    .history-magazine{
        width: 100%;
    }
    .history-magazine .bd{
        width: 100%;
    }
    .history-magazine .history-year-list{
        width: 100%;
        padding: 0;
    }
    .history-magazine .history-year-list::before{
        display: none;
    }
    .history-magazine .history-year-item{
        position: relative;
        width: 100%;
    }
    .history-magazine .history-year-list .history-year-bg{
        display: none;
    }
    .history-magazine .history-year-item::before{
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(to right,#024677,#2279ab);
        width: 100%;
        height: 34px;
        border-radius: 8px;
        z-index: 1;
    }
    .history-magazine .history-year-item .year{
        position: relative;
        z-index: 2;
        margin-left: 18px;
    }
    .history-magazine .magazine-issue-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
    }
    .history-magazine .magazine-issue-item{
        min-width: 33%;
        padding: 0 4px;
        text-align: center;
        box-sizing: border-box;
    }
    .magazine-info-home {
        display: none;
    }
}