@charset "utf-8";
body{
    background-color: rgba(236, 243, 255, 0.62);
}
/* 多栏目页 */
.dz-big{
    padding: 0 0 30px;
}
.multiple-module{
    margin-bottom: 20px;
}
.multiple-news{
    padding: 28px 20px 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.multiple-news-title{
    padding-left: 11px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.multiple-news-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0745B2;
    margin-top: -6px;
}
.multiple-news-title .more{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    line-height: 26px;
    margin-top: -13px;
}
.recent-news{
    float: left;
    height: 392px;
    width: 728px;
}
.total-news{
    float: left;
    height: 315px;
    width: 728px;
}
.dz-focus-banners{
    float: right;
    height: 420px;
    width: 806px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.dz-focus-banners .banners,
.dz-focus-banners .banners li{
    height: 420px;
    width: 806px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.dz-focus-banners .banners a{
    display: table-cell;
    height: 420px;
    width: 806px;
    text-align: center;
    vertical-align: middle;
}
.dz-focus-banners .banners a img{
    max-height: 100%;
    max-width: 100%;
}
.dz-focus-banners .focus{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index:99;
    text-align: center;
    width: 100%;
    height: 12px;
}
.dz-focus-banners .focus > ul{
    height: 12px;
    text-align: center;
}
.dz-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.dz-focus-banners .focus > ul > li.on{
    background-color: rgba(7, 69, 178, 1);
}


.column-information-list{
    margin-top: 10px;
}
.column-information-list li{
    border-bottom: 1px dashed #DEE3ED;
}
.column-information-list li:last-child{
    border-bottom: none;
}
.column-information-list li a{
    display: block;
    height: 50px;
    padding-left: 10px;
    position: relative;
}
.column-information-list li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #0745B2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.column-information-list li a .tit{
    float: left;
    width: 85%;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-information-list li:hover a .tit{
    color: #0745B2;
}
.column-information-list li a .date{
    float: right;
    height: 50px;
    font-family: Arial;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    color: #999;
}
.multiple-news-schedule{
    float: right;
    width: 806px;
    height: 343px;
}
.multiple-news-calendar{
    width: 766px;
    height: 180px;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.multiple-news-calendar .multiple-news-title{
    position: relative;
    height: 40px;
    line-height: 40px;
}
.multiple-news-calendar .multiple-news-title .title{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 11px;
}
.multiple-news-calendar .multiple-news-title .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0745B2;
    margin-top: -6px;
}
.multiple-news-calendar .multiple-news-title .date{
    position: absolute;
    left: 50%;
    top: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-left: -100px;
}
.multiple-news-calendar .multiple-news-title .date .icon{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url('../images/dz-icon-group.png') no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.multiple-news-calendar .multiple-news-title .date .prev{
    left: 16px;
    background-position: -35px -263px;
}
.multiple-news-calendar .multiple-news-title .date .next{
    right: 16px;;
    background-position: -70px -263px;
}

.multiple-news-calendar .multiple-news-title .btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: linear-gradient(90deg, #FF791A 0%, #FFB200 100%);
}
.news-calendar-line{
    margin-top: 35px;
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
}
.news-calendar-line:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #108CFF 0%, #005AFF 100%);
}
.news-calendar-line .line-item{
    width: 25%;
    flex: 1;
    text-align: center;
    position: relative;
}
.news-calendar-line .line-item:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 32px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: url('../images/dz-icon-group.png') no-repeat 0 -263px;
}
.news-calendar-line .line-item .tit{
    font-size: 15px;
    color: #333;
}
.news-calendar-line .line-item .time{
    margin: 42px auto 0;
    width: 84px;
    font-size: 15px;
    color: #0745B2;
    font-family: Arial;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #F1F4FC;
}
.multiple-news-server{
    width: 806px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}
.multiple-news-server .server-tit{
    float: left;
    width: 100px;
    padding: 24px 0;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(135deg, #FFC59F 0%, #FF9C74 99%);
}
.multiple-news-server .server-list{
    float: left;
    width: 706px;
    height: 100px;
}
.multiple-news-server .server-list dl{
    float: left;
    width: 60px;
    height: 82px;
    padding-top: 18px;
    margin: 0 20px;
}
.multiple-news-server .server-list dl dt{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url('../images/dz-column-icons.png') no-repeat;
}
.multiple-news-server .server-list dl:nth-of-type(1) dt{
    background-position: 0 0;
}
.multiple-news-server .server-list dl:nth-of-type(2) dt{
    background-position: -100px 0;
}
.multiple-news-server .server-list dl:nth-of-type(3) dt{
    background-position: -201px 0;
}
.multiple-news-server .server-list dl:nth-of-type(4) dt{
    background-position: -301px 0;
}
.multiple-news-server .server-list dl:nth-of-type(5) dt{
    background-position: -400px 0;
}
.multiple-news-server .server-list dl:nth-of-type(6) dt{
    background-position: -500px 0;
}
.multiple-news-server .server-list dl:nth-of-type(7) dt{
    background-position: -598px 0;
}
.multiple-news-server .server-list dl dd{
    margin-top: 5px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.article-school-list{
    padding: 32px 0 20px;
}
.article-school-list li{
    float: left;
    width: 296px;
    margin-right: 20px;
    position: relative;
}
.article-school-list li:last-child{
    margin-right: 0;
}
.article-school-list li a{
    display: block;
}
.article-school-list li .pic{
    display: table-cell;
    width: 296px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
}
.article-school-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.article-school-list li .tit{
    margin-top: 10px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiple-news-module-list{

}
.multiple-news-module-list .column-information-list{
    float: left;
    width: 740px;
}
.multiple-news-module-list .column-information-list:nth-of-type(2){
    float: right;
}

.article-book-list{
    margin-top: 32px;
    padding-bottom: 35px;
}
.article-book-list li{
    float: left;
    width: 296px;
    height: 326px;
    margin-right: 20px;
    position: relative;
}
.article-book-list li:last-child{
    margin-right: 0;
}
.article-book-list li a{
    display: block;
}
.article-book-list li .pic{
    display: table-cell;
    width: 294px;
    height: 232px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}
.article-book-list li .pic img{
    max-width: 208px;
    max-height: 208px;
    vertical-align: middle;
}
.article-book-list li .tit{
    margin-top: 12px;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
}
.article-book-list li .price{
    margin-top: 6px;
    height: 24px;
}
.article-book-list li .price .cur{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #FF7319;
    font-family: Arial;
}
.article-book-list li .price .ori{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-decoration: line-through;
    font-family: Arial;
    margin-left: 10px;
}
