
@charset "utf-8";
/* 学院新闻 */
.news {
    height: 494px;
    margin-top: 38px;}
.news-title span.ICON {
    width: 24px;
    height: 26px;
    background: url(../images/news_icon01.jpg) no-repeat left center;
    display: inline-block;
    vertical-align: top;}
.news-title a {
    display: block;}
.news-title h4 {
    color: #252525;
    font-size: 24px;
    margin-left: 10px;
    margin-top: -3px;
    display: inline-block;
    font-weight: bold;}
.news-title span.MORE {
    width: 42px;
    height: 12px;
    float: right;
    color: #AD0B29;
    font-weight: 600;
    background-repeat: no-repeat;
    margin-top: 3px;}
.news-header-wrapper {
    padding-top: 20px;
    height: 1220px;
    margin: 0 auto;}
.news-header-wrapper-left {
    width: 416px;
    height: 410px;
    background: #fff;
    padding-right: 58px;
    box-sizing: border-box;
    float: left;}
.news-header-wrapper-left ul li {
    height: 60px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 78px;
    box-sizing: border-box;}
.news-header-wrapper-left ul li:hover p {
    color: #AD0B29;}
.news-header-wrapper-left ul li span {
    width: 60px;
    height: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top:10px;
    background: #EFEAEA;
    display: inline-block;
    text-align: center;
    color: #AD0C2A;
    font-size: 16px;
    font-family: "Arial";
    font-weight: bold;}
.news-header-wrapper-left ul li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 5px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    height: 50px;}
.news-header-wrapper-center {
    width: 380px;
    height: 410px;
    background: #fff;
    border: 1px solid #EBEBEB;
    float: left;
    /*margin-right: 20px;*/
    box-shadow: 0 5px 6px #efefef;
    zoom: 1;}
.news-header-wrapper >div+div {
    margin-right: 20px;}
.news-header-wrapper >div+div+div {
    margin-right: 0;}
.news-header-wrapper-center:hover .m-abstract h6 {
    color: #AD0B29;}

.news-header-wrapper-center .mask, .news-header-wrapper-right .mask{
    width: 380px;
    height: 228px;
    position: relative;
    overflow: hidden;}
.news-header-wrapper-center .mask .pic, 
.news-header-wrapper-right .mask .pic{
    width: 100%;
    height: 100%;
    transition: transform .6s ease-in-out;}
.news-header-wrapper-center:hover .mask .pic {
    transform: scale(1.05) translateZ(0);}
.news-header-wrapper-right:hover .mask .pic {
    transform: scale(1.05) translateZ(0);}
.news-header-wrapper-center .mask .date, 
.news-header-wrapper-right .mask .date{
    width: 120px;
    height: 30px;
    background: #ad0b29ad;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
    line-height: 30px;
    padding-left: 36px;
    box-sizing: border-box;}
.news-header-wrapper-center .mask .date:before, 
.news-header-wrapper-right .mask .date:before{
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/date-icon.jpg) no-repeat;
    position: absolute;
    left: 15px;
    top: 9px;}
.news-header-wrapper-center  .m-abstract, 
.news-header-wrapper-right  .m-abstract {
    padding: 19px 25px 0 19px;
    box-sizing: border-box;
    display: -webkit-box;     
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;     
    overflow: hidden;}
.news-header-wrapper-center  .m-abstract h6, 
.news-header-wrapper-right  .m-abstract h6 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 24px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    font-family: '微软雅黑';
    font-weight: normal;
    height: 45px;}
.news-header-wrapper-center  .m-abstract p, 
.news-header-wrapper-right  .m-abstract p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 79px;
    overflow: hidden;}

.news-header-wrapper-right {
    width: 380px;
    height: 410px;
    background: #fff;
    border: 1px solid #EBEBEB;
    float: left;
    box-shadow:0 5px 6px #efefef;}
.news-header-wrapper-right:hover .m-abstract h6 {
    color: #AD0B29;}

/* 通知公告 */
.notice {
    height: 430px;
    background: #EAEAEA;}
.notice-wrapper {
    height: 380px;
    padding-top: 47px;
    box-sizing: border-box;}
.notice-wrapper-title a {
    display: block;}
.notice-wrapper-title .ICON {
    width: 26px;
    height: 26px;
    background: url(../images/notice_icon01.jpg) no-repeat left center;
    display: inline-block;
    vertical-align: top;}
.notice-wrapper-title h4{
    color: #252525;
    font-size: 24px;
    margin-left: 10px;
    margin-top: -3px;
    display: inline-block;
    font-weight: bold;}
 .notice-wrapper-title .MORE{
    width: 42px;
    height: 12px;
    float: right;
    color: #AD0B29;
    font-weight: 600;
    /* background-images: url(../images/news_icon02.png); */
    background-repeat: no-repeat;
    margin-top: 3px;}
 .notice-wrapper-list {
     margin-top: 34px;}
.notice-wrapper-list ul li {
    width: 382px;
    height: 75px;
    background: #fff;
    float: left;
    margin-right: 26px;
    position: relative;
    margin-bottom: 24px;}

.notice-wrapper-list ul li:hover .notice-wrapper-list-right p {
    color: #AD0B29;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.notice-wrapper-list ul li:nth-of-type(3n) {
    margin-right: 0;}
.notice-wrapper-list-left {
    width: 90px;
    height: 75px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;}
.notice-wrapper-list-left:before{
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 16px;
    left: 91px;
    background: #e7b5be;
    z-index: 2;}
.notice-wrapper-list-left .bef p {
    color: #ae0a29;
    font-size: 22px;
    text-align: center;
    font-family: "Arial";
    line-height: 75px;}
.notice-wrapper-list-right {    
    width: 100%;
    height: 75px;
    background: #fff;
    padding-left: 111px;
    padding-right: 30px;
    padding-top: 12px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;}
.notice-wrapper-list-right p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;}


/* 教育视点 */
.viewpoint {
    height: 455px;
    background: #fff;}
.viewpoint-wrapper {
    padding-top: 46px;
    box-sizing: border-box;}
.viewpoint-wrapper-title {
    height: 26px;}
.viewpoint-wrapper-title a {
    display: block;}
.viewpoint-wrapper-title .ICON {
    width: 26px;
    height: 26px;
    background: url(../images/viewpoint_icon01.jpg) no-repeat left center;
    display: inline-block;
    vertical-align: top;}
.viewpoint-wrapper-title h4 {
    color: #252525;
    font-size: 24px;
    margin-left: 10px;
    margin-top: -3px;
    display: inline-block;
    font-weight: bold;}
.viewpoint-wrapper-title .MORE{
    width: 42px;
    height: 12px;
    float: right;
    color: #AD0B29;
    font-weight: 600;
    background-repeat: no-repeat;
    margin-top: 3px;}

.viewpoint-wrapper-SowingMap {
    margin-top: 35px;}
.viewpoint-wrapper-SowingMap ul li {
    width: 562px;
    height: 140px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    margin-right: 76px;}
.viewpoint-wrapper-SowingMap ul li:hover .pic img {
    transform: scale(1.05) translateZ(0);}
/*.viewpoint-wrapper-SowingMap ul li:nth-of-type(2n){
    margin-right: 0;
}*/
.viewpoint-wrapper-SowingMap ul li .pic {
    width: 130px;
    height: 140px;
    overflow: hidden;
	display:none;}
.viewpoint-wrapper-SowingMap ul li .pic img {
    width: 130px;
    height: 140px;
    transition: transform .6s ease-in-out;}


.viewpoint-wrapper-SowingMap ul li .text {
    width: 595px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0;
    padding-right: 38px;
    box-sizing: border-box;}
.viewpoint-wrapper-SowingMap ul li .t-text {
    max-height: 48px;
    width: 100%;
    margin-bottom: 16px;
    padding-top: 8px;
    box-sizing: border-box;}
.viewpoint-wrapper-SowingMap ul li .t-text p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.viewpoint-wrapper-SowingMap ul li .b-text {
    height: 76px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;}
.viewpoint-wrapper-SowingMap ul li .b-text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.viewpoint-wrapper-SowingMap ul li:hover .t-text p{
    color: #AD0B29;}
.mask_bg{
    width: 100%;
    height: 100%;
    background: url(../images/mask0121.jpg) repeat center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;}
.point_out{
    width: 600px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    text-align: center;
    color: #888;
    z-index: 99;
    display: none;}
.point_out a span{
    background-color: #0086f9;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 3px;
    margin: 20px auto 0;
    text-decoration: none;}
.point_out a{
    display: inline-block;
    width: 185px;
    display: inline-block;}
.point_out p{
    padding: 0 60px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 16px;
    font-size: 16px;}
.point_out .close_btn {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.jpg) no-repeat center;
    cursor: pointer;}





















