﻿@charset "utf-8";
#content{ width: auto; }

.row{ margin-bottom: 20px; }
.row.last{ margin-bottom: 0; }
.column-4{ float: left; width: 380px; margin-right: 30px; }
.row>.last,
.row .siteWidth>.last{ float: right; margin-right: 0; }
.row.bgGray{ background: #f9f9f9; padding: 20px 0; }

/* Banner */
.pageBanner{ display: none; }
.banner{ position: relative; height: 435px; }
.banner .bd .con{ display: none; }
.banner .hd{ position: absolute; left: 0; width: 100%; bottom: 20px; text-align: center; font-size: 0; line-height: 1; }
.banner .hd li{ display: inline-block; vertical-align: top; width: 20px; height: 20px; margin: 0 3px; background: #fff; border-radius: 50%; overflow: hidden; line-height: 999px; cursor: pointer; }
.banner .hd li.on{ background: #0065ab; }

/* 新闻 */
#focusNews{ float: left; margin-right: 20px; }
#focusNews,
#focusNews .bd li,
#focusNews .bd .pic img{ width: 540px; height: 405px; }
.newsWrap{ overflow: hidden; height: 405px; }
#hyyw .defaultBox>.hd h3{ border-bottom: none; position: relative; color: #0065ab; background-position: 4px 8px; }
#hyyw .defaultBox>.hd h3:after{ position: absolute; content: ''; left: 0; top: 100%; width: 100%; height: 2px; background: #0065ab;
    background: -webkit-linear-gradient(90deg, #064997, #039d91);
    background: -o-linear-gradient(90deg, #064997, #039d91);
    background: linear-gradient(90deg, #064997, #039d91);
}

/* 通知公告 */
#tzgg .infoDateList{ padding-top: 5px; height: 252px; }
#tzgg .infoDateList li{ position: relative; padding: 10px; background: #fff; margin-bottom: 13px; border: 1px solid #efefef; }
#tzgg .infoDateList li .date{ position: absolute; left: 10px; top: 9px; width: 60px; text-align: center; }
#tzgg .infoDateList li .date .dd{ display: block; height: 32px; line-height: 32px; font-size: 24px; color: #333; background: #f5f5f5; }
#tzgg .infoDateList li .date .ym{ display: block; height: 20px; line-height: 20px; font-size: 12px; color: #fff; background: #0065ab; }
#tzgg .infoDateList li a{ display: table-cell; width: 1%; height: 52px; padding-left: 70px; font-size: 16px; line-height: 24px; vertical-align: middle; color: #333; text-decoration: none; }
#tzgg .infoDateList li.last{ margin-bottom: 0; }
#tzgg .infoDateList li:hover{ background: #efefef; }

/* 校园快讯 */
#xykx>.hd h3{ background-position: 4px -153px; }

/* 媒体关注 */
#mtgz>.hd h3{ background-position: 4px -237px; }


/* 专题专栏 */
#ztzl>.hd{ height: 18px; margin-bottom: 15px; }
#ztzl>.hd h3{ background-position: 4px -317px; color: #0065ab; border-bottom: none; padding-right: 18px; background-color: #fff; }
#ztzl>.hd .more{ padding-left: 18px; background: #fff; }
#ztzl .picSlide{ position: relative; }
#ztzl .picSlide .bd{ overflow: hidden; }
#ztzl .picSlide .in{ margin: 0 -12px; width: 1224px; }
#ztzl .picSlide .list li{ float: left; margin: 0 12px; }
#ztzl .picSlide .list li .pic img{ display: block; width: 282px; height: 100px; }
#ztzl .picSlide .list li .tit{ display: none; }
#ztzl .prev, #ztzl .next{ position: absolute; top: 50%; width: 20px; height: 30px; margin-top: -15px; background: url(../../Base/img/icons-arrow.png) no-repeat 0 0; cursor: pointer; }
#ztzl .prev{ right: 100%; margin-right: 5px; }
#ztzl .next{ left: 100%; margin-left: 5px; background-position: -20px 0; }
#ztzl .prev:hover{ background-position: 0 -30px; }
#ztzl .next:hover{ background-position: -20px -30px; }

/* --
颜色代码
#0065ab 深色标题
#ddd 淡色边框
--*/