body {
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
.top {
    height: 100px;

}


.banner{
    width: 100%;
    height: 815px;
    background: url(../images/bg_top_a.jpg) no-repeat bottom center;
    background-size: cover;
}


.top .head {
    width: 100%;
    min-width: 1400px;
    background: url(../images/head_bg.png) repeat-x top;
    height: 126px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.newsRight .item .title {
    text-align: left;
    width: 350px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.top .header {
    width: 1400px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.top .header .logo {
    width: 240px;
    margin: 0 auto;
}

.top .header .logo a {
    text-decoration: none;
}

.top .header .logo a img {
    border: 0px;
}

.top .header .nav {
    width: 500px;
    height: 100px;
    position: absolute;
}

.test_logo{
    width: 520px;
    height: 45px;
    background: url("../images/test_title.png");
    margin-left: -30px;
    margin-top: 15px;
}

.top .header .nav .submenu {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
}

.top .header .nav .submenu a {
    width: 100px;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
    opacity: 65;
    cursor: pointer;
}

.top .header .nav .menu {
    height: 40px;
    line-height: 40px;
  margin-top:10px;
}

.top .header .nav .menu ul {
    list-style: none;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.top .header .nav .menu ul li {
    margin: 0px;
    width: 120px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 3px;
}

.top .header .nav .menu ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #333;
    opacity: 65;
    cursor: pointer;
}

.top .header .nav .submenu a:hover, .top .header .nav .menu ul li a:hover {
    color: #EAB424;
    text-shadow: 1px 1px 1px #333;
}

.top .header .nav .menu ul li ul {
    display: none;
    background: #C82B27;
    border: #A40000 3px solid;
    border-top: 0px;
}

.top .header .nav .menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: -3px;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    text-shadow: 2px 2px 2px #333;
    padding: 10px 0px;
}

.top .header .nav .menu ul li:hover ul li {
    border: 0px;
}

.top .header .nav .menu ul li:hover ul li a {
    font-size: 14px;
}

.top .header .nav .search {
    background: url(../images/bg_search.png) no-repeat center center #C82B27;
    height: 30px;
    width: 60px;
    border: #A40000 1px solid;
    border-radius: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: left;
}

.top .header .nav .search .text {
    border: 0px;
    margin: 5px 10px;
    outline: none;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    width: 260px;
    color: #fff;
}

.top .header .nav .search .text:placeholder {
    color: #fff;
}

.top .header .nav .search .button {
    background: url(../images/bg_search.png) no-repeat left center #C82B27;
    border: 0px;
    padding-left: 20px;
    width: 60px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}

.top .header .nav .search .text, .top .header .nav .search .button {
    vertical-align: middle;
    display: none;
}

.top .header .nav .searchHover {
    width: 360px;
    background-image: none;
    box-shadow: 1px 1px 1px #A40000;
}

.top .header .nav .searchHover .text, .top .header .nav .searchHover .button {
    display: inline;
}

.news {
    height: 700px;
    min-height: 700px;
    text-align: center;
}

.news .content {
    width: 1400px;
    margin: 0 auto;
    height: 700px;
}

.news .newTitle {
    text-align: center;
    height: 120px;
    position: relative;
    margin-top: 30px;
}

.news .newTitle .en {
    font-size: 48px;
    color: #efefef;
    font-family: '华文中宋';
}

.news .newTitle .cn {
    color: #C82B27;
    font-size: 36px;
    font-family: '新宋体';
    font-weight: bold;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 5px #AEAEAE
}

.news .newTitle .more {

    position: absolute;
    right: 0px;
    top: 30%;
}

.news .newTitle .more a {
    color: #000;
    text-decoration: none;
}

.news .newTitle .more a:hover {
    color: #C82B27;
}

.newsLeft {
    width: 700px;
    position: relative;
    float: left;
}

.newsLeft .menu {
    width: 90px;
}

.newsLeft .menu .date {
    text-align: center;
    background: url(../images/bg_newsLeft_date.png) no-repeat;
    height: 124px;
    width: 90px;
}

.newsLeft .menu .date .day {
    height: 50px;
    padding-top: 15px;
    font-family: 'Arial';
    font-size: 36px;
    color: #C82B27;
    cursor: pointer;
}

.newsLeft .menu .date .year {
    padding-top: 15px;
    font-family: 'Arial';
    font-size: 18px;
    color: #C82B27;
    cursor: pointer;
}

.newsLeft .menu .margin {
    margin-top: 10px;
}

.newsLeft .menu .select {
    background: url(../images/bg_newsLeft_date_select.png) no-repeat;
}

.newsLeft .menu .select .day, .newsLeft .menu .select .year {
    color: #fff;
}

.newsLeft .body {
    height: 525px;
    width: 600px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: #C82B27 1px solid;
}

.newsLeft .body .item {
    display: none;
}

.newsLeft .body .item .photo {
    height: 395px;
    text-align: center;
    overflow: hidden;
}

.newsLeft .body .item .photo img {
    width:100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.newsLeft .body .item .photo img:hover {
    transform: scale(1.1);
}

.newsLeft .body .item .title {
    text-align: left;
    padding: 20px;
    padding-bottom: 0px;
}

.newsLeft .body .item .title .name a {
    color: #333333;
    font-weight: bold;
}

.newsLeft .body .item .title .line {
    padding: 10px 0px;
}

.newsLeft .body .item .title .line span {
    border-bottom: #C82B27 3px solid;
    display: block;
    width: 90px;
}

.newsLeft .body .item .title .subname a{
    text-align: justify;
    color: #999999;
    font-size: 14px;
}

.newsRight {
    width: 630px;
    padding-left: 60px;
    float: right;
}

.newsRight .item {
    border-radius: 35px;
    border: #A40000 2px solid;
    width: 630px;
    height: 164px;
    position: relative;
}

.newsRight .margin {
    margin-top: 10px;
}

.newsRight .item .date {
    color: #C82B27;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 10px;
    text-align: center;
    border: #C82B27 1px solid;
    height: 90px;
    width: 80px;
    position: absolute;
    left: -50px;
    top: 26px;
}

.newsRight .item .date .day {
    height: 30px;
    padding-top: 10px;
    font-family: 'Arial';
    font-size: 36px;
}

.newsRight .item .date .year {
    padding-top: 15px;
    font-family: 'Arial';
    font-size: 18px;
}

.newsRight .item .photo {
    width: 210px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 50px;
    top: 8px;
}

.newsRight .item .photo img {
  width:100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.newsRight .item .photo img:hover {
    transform: scale(1.1);
}

 

.newsRight .item .title .name a{
    color: #333333;
    line-height: 26px;
    font-weight: bold;
}
 
.newsRight .item .title .subname a{
    text-align: justify;
    color: #999999;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
 max-height:80px;
display:block;
     overflow: hidden;
  /* 文本溢出时隐藏 */  
  text-overflow: ellipsis;  
  /* 显示多行文本 */  
  display: -webkit-box;  
  -webkit-line-clamp: 4; /* 设置显示的行数 */  
  -webkit-box-orient: vertical; 
text-index:2em;
}

.newsRight .item:hover {
    background: #C82B27;
}

.newsRight .item:hover .date  a{
    background: #C82B27;
    border-color: #ffffff;
    color: #ffffff;
}

.newsRight .item:hover .title .name a, .newsRight .item:hover .title .subname a{
    color: #ffffff;
}

.notice {
    background: url('../images/bg_news.png') no-repeat center center;
    background-size: 100% 100%;
}

.notice .center {
    width: 1400px;
    margin: 0 auto;
    height: 462px;
    min-height: 462px;
    position: relative;
}

.notice .center .logo {
    width: 291px;
    height: 150px;
    background: url('../images/notice_logo.png') ;
    background-size: 100% 100%;
}

.notice .center .line {
    height: 30px;
    position: absolute;
    left: 90px;
    top: 180px;
    border: #A40000 1px solid;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    width: 1230px;

}
.notice .center .more{
   position: absolute;
    top: 197px;
    right: 25px;
}
.notice .center .more1 {
    color: #333333;
    font-size: 18px;
    font-family: Arial;
    position: absolute;
    right: 71px;
    top: 200px;
}

.notice .center .more1 span {
    color: #C82B27;
    font-family: "宋体";
}

.notice .center .dotted {
    border: #ffffff 2px solid;
    background: #A40000;
    position: absolute;
    top: 202px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.notice .center .dotted:hover {
    transform: scale(1.3);
}

.notice .center .right:hover {
    font-size: 14px;
    z-index: 1;
    transform: scale(1.03);
    transition: 0.5s all;
}


.notice .center .left {
    width: 94px;
    height: 100%;
}

.notice .center .date {
    text-align: center;
    color: #A40000;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Arial';
}

.notice .center .lineTop {
    background: url(../images/bg_notice_line.png) no-repeat center center;
    height: 138px;
}

.notice .center .right {
    position: absolute;
    left: 60px;
}

.notice .center .right .name  a{
    color: #A40000;
    font-weight: bold;
    font-size: 14px;
}

.notice .center .right .subname a {
    text-align: justify;
    color: #434343;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.noticetext{
    width: 370px;
    height: 170px;
  position: absolute;
}

.notice tr:nth-child(1) .noticetext {
 
        left: 1020px;
    top: 222px;

}

.notice tr:nth-child(1) .noticetext .date{
   position: absolute;
    bottom: 0;
}
 .notice tr:nth-child(1) .noticetext .right{
    top:20px;
    width: 300px; 
    height: 105px
}
 .notice tr:nth-child(1) .noticetext .subname{
     position: absolute;
    top: 45px;
}
 .notice tr:nth-child(1) .noticetext .name{
     position: absolute;
   top: 0;
}

.notice tr:nth-child(2) .noticetext { 
 left: 820px;
    top: 26px;
  
}
 .notice tr:nth-child(2) .noticetext .right{
   position: absolute;
    top: 50px;
}
.notice tr:nth-child(2) .noticetext .lineTop{
  transform: rotate(180deg);
}
.notice tr:nth-child(3) .noticetext { 
   left: 640px;
     top: 222px;
}
 
.notice tr:nth-child(3) .noticetext .date{
   position: absolute;
    bottom: 0;
}
 .notice tr:nth-child(3) .noticetext .right{
    top:20px;
    width: 300px; 
    height: 105px
}
 .notice tr:nth-child(3) .noticetext .subname{
     position: absolute;
    top: 45px;
}
 .notice tr:nth-child(3) .noticetext .name{
     position: absolute;
   top: 0;
}
.notice tr:nth-child(4) .noticetext {
    left: 440px;
     top: 26px;
   
}
.notice tr:nth-child(4) .noticetext .right{
   position: absolute;
     top: 50px;
}
.notice tr:nth-child(4) .noticetext .lineTop{
  transform: rotate(180deg);
}
 .notice tr:nth-child(5) .noticetext {
   left: 260px;
    top: 222px;
}

.notice tr:nth-child(5) .noticetext .date{
   position: absolute;
    bottom: 0;
}
 .notice tr:nth-child(5) .noticetext .right{
    top:20px;
    width: 300px; 
    height: 105px
}
 .notice tr:nth-child(5) .noticetext .subname{
     position: absolute;
    top: 45px;
}
 .notice tr:nth-child(5) .noticetext .name{
     position: absolute;
   top: 0;
}
.campus {
    height: 800px;
    min-height: 700px;
}

.campus .center {
    width: 1400px;
    margin: 0 auto;
}

.campus .title {
    text-align: center;
    height: 120px;
    position: relative;
    margin-top: 30px;
}

.campus .title .en {
    font-size: 48px;
    color: #efefef;
    font-family: '华文中宋';
}

.campus .title .cn {
    color: #C82B27;
    font-size: 36px;
    font-family: '新宋体';
    font-weight: bold;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 5px #AEAEAE
}

.campus .content {
    width: 1400px;
    position: relative;
}

.campus .content .menu {
    width: 1400px;
    height: 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.campus .content .menu .box {
    text-align: center;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.campus .content .menu .box .icon {
    height: 70px;
    font-family: 'Arial';
    font-size: 36px;
    color: #C82B27;
    width: 70px;
}

.icon_box{
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.campus .content .menu .box .name {
    width: 120px;
    font-family: 'Arial';
    font-size: 18px;
    margin: 10px auto;
    color: #000;
    text-shadow: 2px 2px 2px #d5d5d5;
}
.icon_box p{
    font-size: 14px;
    margin: 0;
    color: #A2A2A2;
}
.campus .content .menu .box .icon_a {
    width: 70px;
    height: 70px;
    background: url(../images/icon_campus_a.png) no-repeat center center;
    background-size: cover;
}

.campus .content .menu .box .icon_b {
    width: 83px;
    height: 62px;
    background: url(../images/icon_campus_b.png) no-repeat center center;
    background-size: cover;
}

.campus .content .menu .box .icon_c {
    width: 100px;
    height: 62px;
    background: url(../images/icon_campus_c.png) no-repeat center center;
    background-size: cover;
}



.campus .content .menu .select {
    border:1px solid #BE0001;
    border-radius:50%;
}

.campus .content .menu .select .icon_a {
    background: url(../images/icon_campus_a.png) no-repeat center center;
    background-size: cover;
}

.campus .content .menu .select .icon_b {
    background: url(../images/icon_campus_b.png) no-repeat center center;
    background-size: cover;
}

.campus .content .menu .select .icon_c {
    background: url(../images/icon_campus_c.png) no-repeat center center;
    background-size: cover;
}



.campus .content .menu .select .name {
    color: #BE0001;
}

.campus .content .body {
    height: 300px;
    width: 1400px;
    margin-top: 90px;

}

.campus .content .body .item {
    width: 100%;
    display: none;

}

.campus .content .body .item .item-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.campus .content .body .item .box {
    position: relative;
    width: 400px;
    height: 300px;
    float: left;
    border: #C82B27 1px solid;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
}

.campus .content .body .item .box .photo {
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.campus .content .body .item .box .photo img {
    width: 100%;
    transform: scale(1.03);
    height: 100%;
    transition: transform 0.3s ease;
}

.campus .content .body .item .box .photo img:hover {
    transform: scale(1.2);
}

.campus .content .body .item .box .title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    background: #000;
    opacity: 50%;
}

.campus .content .body .item .box .name a {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    height: 40px;
    text-align: left;
    overflow: hidden;
    line-height: 40px;
    padding: 0px 20px;

    margin-top: 10px;
}
.campus .item-box div{
  width:100%;

}
.campus .item-box div table tbody{
  width: 100%;
    display: flex;
    justify-content: space-between;
}
.link {
    height: 100px;
    line-height: 20px;
    text-align: center;
}

.link .center {
    width: 1400px;
    margin: 0 auto;
}

.link .center a {
    color: #333;
    text-decoration: none;
    margin: 0px 10px;
    color: #666;
    text-shadow: 2px 2px 2px #ccc;
}

.link .center a:hover {
    color: #000;
}

.footer {
    border-top: #A40000 5px solid;
    height: 360px;
    min-height: 310px;
    background: #C82B27;
    color: #ffffff;
    text-align: center;
}

.footer .logo {
    background: url('../images/footer_logo.png') no-repeat center center;
    background-size: contain;
    margin-top: 10px;
    height: 50px;
}

.footer .center {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.footer .center .qrcode {
    background: url('../images/qrcode.png') no-repeat center center;
    position: absolute;
    top: 40px;
    right: 0px;
    height: 180px;
    width: 120px;
    display: none;
}

.footer .footer_qrcode {
    margin-top: 10px;
    background: url('../images/footer_qrcode.png') no-repeat center center;
    height: 130px;
    background-size: contain;
}

.footer .motto {
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

.footer .motto span {
    margin: 0px 30px;
    font-family: '华文中宋';
    font-weight: bold;
    font-size: 28px;
}

.footer .copyright, .footer .address {
    height: 20px;
    line-height: 20px;
    font-family: '微软雅黑';
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;

}

.footer .copyright, .footer .address a {
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
}