﻿@charset "utf-8";
/* index首页 */
.container {
    width: 1170px;
    height: 1280px;
    margin: 0 auto;
}

.content{
    width: 100%;
    height: 1030px;
    background-color: #fff;
    box-shadow:2px 3px 50px -20px #000;
    -moz-box-shadow:2px 3px 50px -20px #000; 
    -webkit-box-shadow:2px 3px 50px -20px #000; 
    
}

.mid {
    width: 100%;
    height: 560px;
    margin-top: 20px;
    padding-left: 15px;
}

.m_left,
.m_mid {
    width:460px;
    height: 520px;
    float: left; 
}

.t_bg {
    width:410px;
    height: 35px; 
    float: left;
    background: url(../nimg/title_bg.png) no-repeat;
}

.more {
    width: 45px;
    height: 35px;
    float: left;
    padding-top: 15px;    
}

.more a{color: #bf3e2f;}

.more a:active,
.more a:hover {
    color: red;
}
/*校园要闻*//*------------------------------------------------------*/
.s_news{
    float: left;
    width: 460px;
    height: 365px;
}

.s_news_title {
    width: 460px;
    height:40px;
}

.t_bg{list-style:none;}

.t_bg li{
    float:left;
    width: 130px;
    height: 35px;
    text-align: center;
}

.t_bg li a{
    line-height:35px;
    font-size: 18px;
    text-decoration:none;
}

.t_bg li #t_color_1 {color: #fff;}

.t_bg li #t_color_2 {color: #085895;}


.t_bg span{float: left;}

.t_bg .t_span a{color: #085895;}

.cnt {
    float: left;
    width: 408px;
    height: 320px;
    margin-top: 15px;
    display: none;
}

.cnt ul,
.news_box1 ul {
    list-style: none;
    margin-left: 10px;
}

.cnt li a,
.news_box1 li a,
.news_box li a {
    font-size: 14px;
    color: #000;
    height: 26px;
    display: block;
    line-height: 26px; 
    overflow: hidden;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cnt li a img,
.news_box1 li a img {
    margin-right: 5px;
}

.news_box1 li:hover,
.news_box1 li:active,
.cnt li:hover,
.cnt li:active {
    background: #dad9d9;
}

.t_bg span {
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.t_bg span a {
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    letter-spacing: 1px;
}

.t_bg span a:hover,
.t_bg span a:active {
    text-decoration: none;
    cursor: n-resize;
}

.cnt .news_web {
    float: right;
    color: #9b221b;
    margin-right: 5px;
}

.cnt .news_web:active,
.cnt .news_web:hover {
    color: red;
}

.s_news1 {
    width: 100%;
    height: 180px;
}

.news_box1 {
    clear: both;
    width: 408px;
    height: 130px;
    overflow: hidden;
}

.publish{margin-bottom: 10px;}

.m_mid {border-right: 1px solid #c6c6c6;}

