﻿@charset "utf-8";
#content { width: auto; min-width: 1400px; margin-bottom: 0; }

/* 焦点图 */
#banner{ height: 460px;}
#banner .focus-ad{position: relative; z-index: 1; width: 100%; min-width: 1400px; height: 460px; position: relative; overflow: hidden; background: #fff; text-align: center;}
#banner .focus-ad .bd{ width: 1400px; position: absolute; left: 50%; margin-left: -700px}
#banner .focus-ad .bd li{ width: 1400px; overflow: hidden;}
#banner .focus-ad .bd li img{ display: block; width: 1400px; height: 460px;}
#banner .focus-ad .bd li .con{display: none;}
#banner .focus-ad .tempWrap{ overflow: visible !important}
#banner .focus-ad .tempWrap ul{ margin-left: -1400px !important;}
#banner .focus-ad .prev,
#banner .focus-ad .next{ position: absolute; z-index: 1; top: 0; width: 100%; height: 460px; cursor: pointer; background: #000; filter: alpha(opacity=50); opacity: 0.5;}
#banner .focus-ad .prev{ left: -50%; margin-left: -700px;}
#banner .focus-ad .next{ left: 50%; margin-left: 700px;}
#banner .focus-ad .hd{position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; margin: 0 auto; text-align: center;}
#banner .focus-ad .hd ul{display: inline-block; margin: 0 auto; text-align: center; vertical-align: top;}
#banner .focus-ad .hd li{float: left; margin: 0 5px; width: 8px; height: 8px; border: 1px solid white; border-radius: 50%; cursor: pointer; overflow: hidden; text-indent: -9999px;}
#banner .focus-ad .hd li span{display: none;}
#banner .focus-ad .hd li.on{background-color: #fff;}


/* ind-box */
.ind-box{margin-bottom: 20px;}
.ind-box .mhd{height: 50px; line-height: 50px;margin-bottom: 10px; position: relative;}
.ind-box .mhd .more{position: absolute; bottom: 15px; right: 0; color: #999; font-size: 14px; width: 26px; height: 20px; line-height: 18px; overflow: hidden; font-size: 20px; text-align: center; color: white; background: #99b5d0; border-radius: 2px;}
.ind-box .mhd .more a{color: #999}
.ind-box .mhd .more{-webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.ind-box .mhd .more:hover{transform: rotate(360deg); background-color: #f7bc68}
.ind-box .mhd h3{position: absolute; color: #333; font-size: 24px; line-height: 50px; height: 50px; }
.ind-box .mhd h3 a{color: #333;}
.ind-box .mhd h3 a:hover{text-decoration: none;}
.ind-box .mbd{ overflow: hidden;}




/* 焦点图 */
#focusNews,
#focusNews .bd .pic img {height: 266px;width: 354px;}
#focusNews {float: left; margin-right: 20px;}

/* 新闻中心 */
.box-news{
    width: 930px;
    float: left;
    margin-right: 40px;
}
.box-notice{
    height: 326px;
    overflow: hidden;
}

/* 日历式信息列表 */
.calendar-info-list li {
    height: 69px;
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #f1f1f1;
}
.calendar-info-list li .dates {
    width: 69px;
    height: 69px;
    border-radius: 2px;
    float: left;
    margin-right: 14px;
    background: #e9ebf0;
}
.calendar-info-list li .dates em {
    height: 30px;
    width: 100%;
    display: block;
    line-height: 30px;
    font-weight: normal;
    ; text-align: center;
    font-size: 12px;
}
.calendar-info-list li .dates i {
    height: 36px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 28px;
}
.calendar-info-list li .title {
    height: 30px;
}
.calendar-info-list li a {
    display: block;
    overflow: hidden;
    padding: 5px 0 4px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.calendar-info-list li.last {
    border-bottom: none;
}
.calendar-info-list li:hover {
    cursor: pointer;
}
.calendar-info-list li:hover .dates {
    background: #ad171e;
    color: #fff;
}
.calendar-info-list li:hover a {
    color: #ad171e;
}

/*图标链接列表*/
.ind-links-list {
    display: flex;
    height: 68px;
    border: 1px solid #e6e6e6;
    clear: both;
    margin-bottom: 20px;
}
.ind-links-list li {
    flex: 1;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.ind-links-list li:last-of-type {
    border: 0;
}
.ind-links-list li a {
    display: block;
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}
.ind-links-list li a:hover {
    background-color: #fafafa;
}
.ind-links-list li a::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50px;
    top: 16px;
    background: url(../../base/img/sricon.png) 0 -200px no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.ind-links-list li a:hover::before {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.ind-links-list li:nth-child(1) a:before {
    background-position: 0 -300px;
    top: 18px;
}
.ind-links-list li:nth-child(3) a::before {
    background-position: 0 -400px;
    top: 16px;
}
.ind-links-list li:nth-child(4) a::before {
    background-position: 0 -500px;
    top: 22px;
}
.ind-links-list li:nth-child(5) a::before {
    background-position: 0 -600px;
    top: 22px;
}

/*row-school*/
.row-school{
    background:  url(../../base/img/ind-school.jpg) center top no-repeat;
    overflow: hidden;
}
.row-school .container{
    position: relative;
    z-index: 1;
    margin: 40px auto;
    overflow: hidden;
    background: url(../../base/img/ind-scholl-middle.png) center top repeat-y;
}
.row-school .container::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
}
.row-school .ind-box{
    box-sizing: border-box;
    padding: 30px 30px 20px;
    margin-bottom: 0;
}
.row-school .ind-box.fl{
    padding-right: 40px;
}
.row-school .ind-box.fr{
    padding-left: 40px;
}
.row-school .ind-box .mhd h3{
    padding-left: 50px;
    background: url(../../base/img/sricon.png) 0 -690px no-repeat;
}
.row-school .ind-box.fr .mhd h3{
    background-position: 0 -790px;
}

/* 头条图文列表 */
.top-pic-list li.t{
    width: auto;
    float: right;
}
.top-pic-list li.first{
    float: left;
}
.top-pic-list li.t .pic{
    overflow: hidden;
}
.top-pic-list li.t .pic img{
    width: 100%;
    height: 200px;
}
.top-pic-list li.t .title{
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.top-pic-list li.n {
    clear: left;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px;
}
.top-pic-list li.n::before,
.top-pic-list li.n::after {
    display: block;
    content: "";
    transition: all 0.5s;
    width: 4px;
    height: 4px;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.top-pic-list li.n::before {
    left: 5px;
    z-index: 2;
    background: #D9D9D9;
}
.top-pic-list li.n::after {
    padding: 2px;
}
.top-pic-list li.n:hover {
    padding-left: 25px;
}
.top-pic-list li.n:hover::before {
    background-color: #788ca2;
}
.top-pic-list li.n:hover::after {
    border: 1px solid #788ca2;
    background-color: #fff;
}
.top-pic-list li.n a:hover {
    font-weight: bold;
    color: #333;
}
.top-pic-list li.n .date {
    margin-left: 15px;
    float: right;
    color: #666;
    font-size: 16px;
}

/* ind-loop */
.ind-loop{
    overflow: hidden;
}
.ind-loop .ind-box{
    width: 440px;
    margin-right: 40px;
}
.ind-loop .ind-box .mbd{
    height: 228px;
    overflow: hidden;
}
.ind-loop .ind-box.last{
    margin-right: 0;
}

/* 日期-信息列表 */
.date-info-list{
    overflow: hidden;
}
.date-info-list li{
    padding: 8px 0;
}
.date-info-list li .date{
    margin-top: 4px;
    width: 94px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}
.date-info-list li .date span{
    width: 47px;
    height: 50px;
    float: left;
    text-align: center;
}
.date-info-list li .date span.dd{
    background-color: #e9ebf0;
}
.date-info-list li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}


/* 专题专栏 */
.box-specail{
    margin-bottom: 50px;
}
.box-specail .mbd{
    position: relative;
}
.box-specail .mbd .prev,
.box-specail .mbd .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 46px;
    height: 46px;
    float: left;
    margin-top: -23px;
    overflow: hidden;
    background: rgba(51, 51, 51, 0.5) url(../../base/img/ind-prev.png) center center no-repeat;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.box-specail .mbd .prev {
    left: -46px;
}
.box-specail .mbd .next {
    right: -46px;
    background-image: url(../../base/img/ind-next.png);
}
.box-specail .mbd .prev:hover,
.box-specail .mbd .next:hover {
    background-color: rgba(51, 51, 51, 0.7);
}
.box-specail .mbd:hover .prev {
    left: 0;
}
.box-specail .mbd:hover .next {
    right: 0;
}

.node-pic-list{
    overflow: hidden;
}
.node-pic-list li{
    width: 335px;
    float: left;
    margin-right: 20px;
}
.node-pic-list li .tit{
    display: none;
}
.node-pic-list li .pic{
    display: block;
    overflow: hidden;
}
.node-pic-list li img{
    width: 100% !important;
    height: 120px !important;
}

#yyzx .mbd ul li{width:248px;margin:0 10px;padding:0;}
#yyzx .mbd ul li .title{padding:0;margin-top:5px;max-height:48px;line-height:24px;}