﻿.mt{
    margin-bottom: 50px;
}

/* ==========================================================================
   通用部分
========================================================================== */
/* 图片标题详情列表 */
.pic-txt-list{
    overflow: hidden;
    margin-left: -15px;
}
.pic-txt-list li{
    width: 338px;
    float: left;
    margin-left: 15px;
}
.pic-txt-list li .con{
    height: 128px;
    padding: 10px 15px 20px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.pic-txt-list li .tit{
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.pic-txt-list li .intro{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.pic-txt-list li .more{
    color: #c00;
}
.pic-txt-list li .date{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #e04813;
}
.pic-txt-list li:hover .con{
    background-color: #04519f;
}
.pic-txt-list li:hover .tit{
    color: white;
}
.pic-txt-list li:hover .intro,
.pic-txt-list li:hover .more,
.pic-txt-list li:hover .date{
    color: rgba(255,255,255,0.8);
}
.pic-txt-list li .more:hover{
    color: white;
}

/* 文章-焦点图轮播 */
.focus-box{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.focus-box .bd{
    overflow: hidden;
}
.focus-box .bd li{
    position: relative;
    z-index: 1;
}
.focus-box .bd .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.focus-box .bd .title{
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 0 15px;
   height: 40px;
   line-height: 40px;
   background-color: rgba(0,0,0,0.5); 
}
.focus-box .bd .title a{
    color: white;
}
.focus-box .hd{
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 15px;
}
.focus-box .hd li{
    width: 11px;
    height: 11px;
    line-height: 40px;
    float: left;
    margin-left: 9px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}
.focus-box .hd li.on{
    background-color: #f36925;
}

/* 日历标题信息列表 */
.date-tit-list{
    overflow: hidden;
    margin-top: -36px;
}
.date-tit-list li{
    overflow: hidden;
    margin-top: 36px;
}
.date-tit-list li .date{
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: #da760b;
    background-color: #ebebea;
}
.date-tit-list li .date .dd{
    display: block;
    font-size: 30px;
}
.date-tit-list li a{
    display: block;
    padding: 7px 0;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.date-tit-list li:hover .date{
    background-color: #da760b;
    color: rgba(255,255,255,0.8);
}
.date-tit-list li a:hover{
    color: #da760b;
}

/* 头条图文列表-三列式 */
.top-pic-list{
    overflow: hidden;
    text-align: left;
}
.top-pic-list li.t{
    width: 31%;
    float: left;
    margin-left: 3%;
    margin-bottom: 30px;
}
.top-pic-list li.first{
    margin-left: 0;
}
.top-pic-list li.t .con{
    overflow: hidden;
    padding: 10px 15px;
    background-color: #fff;
}
.top-pic-list li.t .title{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
}
.top-pic-list li.t .date{
    font-size: 14px;
    color: #999;
}
.top-pic-list li.n{
    clear: left;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.top-pic-list li.n .date{
    float: right;
    color: white;
}
.top-pic-list li.n a{
    position: relative;
    z-index: 1;
    padding-left: 18px;
    color: white;
}
.top-pic-list li.n a::before{
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    float: left;
    margin-top: -1px;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 50%;
}
.top-pic-list li.n a:hover{
    color: rgba(255,255,255,0.8);
}
.top-pic-list li.n a:hover::before{
    background-color: rgba(255,255,255,0.8);
}

/* 日期标题信息列表-2 */
.date-tit-list-2{
    overflow: hidden;
}
.date-tit-list-2 li{
    padding: 18px 15px;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
}
.date-tit-list-2 li .date{
    position: relative;
    z-index: 1;
    width: 70px;
    float: left;
    font-size: 12px;
    color: #e81919;
    line-height: 1.4;
    margin-right: 15px;
    text-align: center;
    padding: 10px 0;
}
.date-tit-list-2 li .date .dd{
    display: block;
    font-size: 30px;
}
.date-tit-list-2 li .date::after{
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    content: "";
    width: 48px;
    height: 3px;
    float: left;
    overflow: hidden;
    margin-left: -24px;
    background-color: #e81919;
}
.date-tit-list-2 li a{
    display: block;
    padding: 12px 0;
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}
.date-tit-list-2 li:nth-child(even){
    background-color: #fcf0e0;
}
.date-tit-list-2 li a:hover{
    color: #e81919;
}

/* 轮播大图 */
.banner {
    position: relative;
    clear: both;
}
.banner .bd li {
    display: block;
    width: 100%;
    background-size: cover !important;
    animation: slideBanner 8s ease-in-out 1;
}
.banner .bd li a {
    display: block;
}
.banner .bd li img{
    width: 100% !important;
    height: auto !important;
}
.banner .bd .con {
    display: none;
}
.banner .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
    font-size: 0;
}
.banner .hd li {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
    width: 38px;
    height: 6px;
    background: rgba(255,255,255,0.5);
    border: 1px solid white;
    transition: all 0.5s;
}
.banner .hd li span {
    display: none;
}
.banner .hd .on {
    background: rgba(255,255,255,1);
}

/* 通知公告  讲座信息 校园风光 */
.ind-loop-three:after { content: "."; display: block; height: 0; clear: both; font-size: 0; line-height: 0; visibility: hidden;}
.ind-loop-three .box{
    width: 508px;
    float: left;
    margin-right: 20px;
}
.ind-loop-three #box-xyfg{
    width: 344px;
    margin-right: 0;
}

/* 绿色 */
.type-green li .date{
    color: #259550;
}
.type-green li:hover .date{
    background-color: #259550;
    color: rgba(255,255,255,0.8);
}
.type-green li a:hover{
    color: #259550; 
}

#box-notice .mhd strong::before{
    border-top-color: #da760b;
    border-bottom-color: #da760b;
    background-color: #f29925;
}
#box-jzxx .mhd strong::before{
    border-top-color: #078c3a;
    border-bottom-color: #078c3a;
    background-color: #1da450; 
}
#box-xyfg .mhd strong::before{
    border-top-color: #04519f;
    border-bottom-color: #04519f;
    background-color: #127ae4;
}

/* 其他颜色 */
.box .mhd.type-white strong::before{
    background-color: #fff; 
}
.box .mhd.type-white a{
    color: white;
}
.box .mhd.type-white a:hover{
    color: rgba(255,255,255,0.8);
}

.box .mhd.type-white strong.type-light-blue::before{
    border-top-color: #bddbfd;
    border-bottom-color: #bddbfd;
}
.box .mhd.type-white strong.box-orange::before{
    border-top-color: #ffd3a3;
    border-bottom-color: #ffd3a3;
}

/* 背景 */
.box-bg-one{
    padding: 40px 0;
    background:  url(../../base/img/ind-bg-mtgz.jpg) center top no-repeat;
}

#box-mtgz{
    width: 860px;
    float: left;
    margin-right: 50px;
}

.specail-node-list{
    overflow: hidden;
    margin-left: -20px;
}
.specail-node-list li{
    width: 335px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.specail-node-list li .pic img{
    width: 100% !important;
    height: auto !important;
}
.specail-node-list li .tit{
    display: none;
}

.other-link-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}
.other-link-list li{
    width: 120px;
    margin-left: 20px;
}
.other-link-list li:nth-child(1){
    margin-left: 0;
}
.other-link-list li a{
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 90px;
    line-height: 30px;
    font-size: 16px;
}
.other-link-list li a::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 78px;
    height: 78px;
    float: left;
    overflow: hidden;
    margin-left: -39px;
    background-color: #6284c6;
    border-radius: 50%;
    background: #6284c6 url(../../base/img/other-links-icon.png) center 28px no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.other-link-list li a:hover::before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.other-link-list li.li2 a::before{
    background-position: center -38px;
}
.other-link-list li.li3 a::before{
    background-position: center -100px;
}
.other-link-list li.li4 a::before{
    background-position: center -158px;
}
.other-link-list li.li5 a::before{
    background-position: center -215px;
}
.other-link-list li.li6 a::before{
    background-position: center -276px;
}
.other-link-list li.li7 a::before{
    background-position: center -335px;
}
.other-link-list li.li8 a::before{
    background-position: center -395px;
}

/*院校设置*/
.node-title-list{
    width: 100%;
    gap:10px;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.node-title-list li{
    margin:0 0 10px;
    width: calc(25% - 15px);
}
.node-title-list li a{
    display: block;
    padding: 20px 10px;
    font-size: 18px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.node-title-list li a:hover{
    text-decoration: none;
    color:white;
    background-color: #6284c6;
    border-color: #6284c6;
}