* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    color: #2d2d2d;
    min-width: 1200px;
}



/* 轮播图 */
.slideBox {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 29px;
    z-index: 1;
    overflow: hidden;
}

.slideBox .hd ul {
    display: inline-block;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.slideBox .hd li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    float: left;
    margin: 0 30px;
}

.slideBox .hd li.on {
    background-color: #fff;
}

.slideBox .bd {
    width: 100%;
}

.slideBox .prev {
    display: inline-block;
    width: 14px;
    height: 25px;
    background: url(../images/lbtjt_left.png) no-repeat;
    z-index: 9;
    position: absolute;
    bottom: 27px;
    left: 40%;
}

.slideBox .next {
    display: inline-block;
    width: 14px;
    height: 25px;
    background: url(../images/lbtjt_right.png) no-repeat;
    z-index: 9;
    position: absolute;
    bottom: 27px;
    right: 40%;
}

.slideBox .bd img {
    width: 100%;
    height: 600px;
}

/* 校庆新闻 */
.xqxw {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.xqxw_title span {
    font-size: 20px;
    font-weight: 300;
    color: #AF1714;
    margin-bottom: 11px;
    display: inline-block;
}

.xqxw_title h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 26px;
}
.xqxw_title h3 a{
    color: #2d2d2d;
}

.xqxw_left {
    width: 600px;
    float: left;
}
.xqxw_img{
    width: 100%;
    height: 335px;
    overflow: hidden;
    margin-bottom: 23px;
}
.xqxw_left img {
    width: 100%;
    transition: all 0.5s;
}

.wz {
    font-size: 16px;
    font-weight: 300;
    color: #AF1714;
    display: inline-block;
}
.xw{
    width: 480px;
}
.xw_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.8px;
    color: #2d2d2d;
    transition: all .5s;
}

.xqxw_left a:hover .xw_title {
    color: #C8201D;
}
.xqxw_left a:hover img{
    transform: scale(1.1);
}

.xw_nr {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 28px;
    letter-spacing: 0.6px;
}

.xqxw_right {
    width: 570px;
    float: right;
}

.xqxw_right ul li {
    padding-bottom: 15px;
    margin-bottom: 7px;
    border-bottom: 1px solid #CCC;
}

.xqxw_right ul li:last-child {
    border: none;
}

.xqxw_right ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.xqxw_right .xw_img{
    width: 446px;
    height: 172px;
    overflow: hidden;
    border-top: 9px solid #C8201D;
    margin-right: 17px;
}
.xqxw_right .xw_img img {
    width: 100%;
    height:100%;
    display: inline-block;
    transition: all 0.5s;
}

.xqxw_right ul li a .wz {
    margin-bottom: 10px;
}

.xqxw_right ul li a .xw_title {
    margin-bottom: 6px;
    color: #2d2d2d;
    transition: all .5s;
}

.xqxw_right ul li a:hover .xw_title {
    color: #C8201D;
}
.xqxw_right ul li a:hover .xw_img img{
    transform: scale(1.1);
}

/* 通知公告 */
.tzgg_bj {
    width: 100%;
    background-color: #f7f7f7;
    float: left;
    margin-top: 30px;
    padding: 60px 0;
}

.tzgg {
    width: 1200px;
    margin: 0 auto;
}

.tzgg_title {
    border-bottom: 1px solid #CCC;
    margin-bottom: 22px;
}

.tzgg_title span {
    font-size: 20px;
    font-weight: 300;
    color: #AF1714;
    margin-bottom: 11px;
    display: inline-block;
}

.tzgg_title h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tzgg_title h3 a {
    color: #2d2d2d;
}

.tzgg ul li {
    float: left;
    width: 360px;
    margin-right: 60px;
    border-bottom: 1px dashed #CCC;
    padding: 15px 0;
}

.tzgg ul li:nth-child(3) {
    margin-right: 0;
}

.tzgg ul li:nth-child(6) {
    margin-right: 0;
}

.tzgg ul li:nth-child(7) {
    border: none;
}

.tzgg ul li:nth-child(8) {
    border: none;
}

.tzgg ul li:nth-child(9) {
    margin-right: 0;
    border: none;
}

.tzgg ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tzgg ul li a .tz_time {
    width: 88px;
    height: 70px;
    background-color: #C8201D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.tzgg ul li a .tz_time p:first-child {
    font-size: 28px;
}

.tzgg ul li a .tz_time p:last-child {
    font-size: 16px;
}

.tzgg ul li a .tz_nr {
    width: 246px;
    font-size: 18px;
    color: #7A7A7A;
    line-height: 28px;
    transition: all .5s;
}

.tzgg ul li a:hover .tz_nr {
    color: #E62129;
}

/* 校庆活动 */
.xqhd_box {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.xqhd {
    width: 1200px;
    margin: 0 auto;
}

.xqhd_title {
    margin-bottom: 32px;
    border-bottom: 1px solid #CCC;
}

.xqhd_title span {
    font-size: 20px;
    font-weight: 300;
    color: #AF1714;
    margin-bottom: 11px;
    display: inline-block;
}

.xqhd_title h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.xqhd_title h3 a{
    color: #2d2d2d;
}

.xqhd ul li {
    width: 260px;
    float: left;
    margin-right: 53px;
    margin-bottom: 53px;
}
.xqhd ul li:nth-child(4),
.xqhd ul li:nth-child(8),
.xqhd ul li:nth-child(12){
    margin-right: 0;
}

.xqhd ul li:last-child {
    margin-right: 0;
}

.xqhd ul li p {
    font-size: 16px;
    color: #AF1714;
    line-height: 48px;
}

.xqhd ul li .hd_title {
    font-size: 28px;
    font-weight: 400;
    height: 76px;
    line-height: 38px;
}

.xqhd ul li .hd_wz {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 12px;
}

.xqhd ul li .hd_wz img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: -25px;
}

.xqhd ul li .hd_wz span {
    font-size: 20px;
    color: #AF1714;
    height: 77px;
}

.xqhd ul li .hd_time {
    font-size: 20px;
    color: #AF1714;
    margin-bottom: 30px;
}

.xqhd ul li a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: 1px solid #AF1714;
    text-align: center;
    line-height: 50px;
    color: #AF1714;
    transition: all .5s;
    font-size: 20px;
}

.xqhd ul li a:hover {
    background-color: #AF1714;
    color: #fff;
}

/* 媒体江财 */
.bj {
    width: 100%;
    background-color: #f7f7f7;
    float: left;
    padding: 60px 0;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.mtjc {
    width: 570px;
    float: left;
}

.mtjc_title {
    margin-bottom: 32px;
    border-bottom: 1px solid #CCC;
}

.mtjc_title span {
    font-size: 20px;
    font-weight: 300;
    color: #AF1714;
    margin-bottom: 11px;
    display: inline-block;
}

.mtjc_title h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mtjc_title h3 a{
    color: #2d2d2d;
}

.mtjc_xw {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 15px;
}

.mtjc_time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90px;
    height: 100px;
    border: 1px solid #AF1714;
    border-radius: 8px;
    color: #AF1714;
    background: #FCECEC;
}

.mtjc_time p:first-child {
    font-size: 28px;
    line-height: 32px;
}

.xw_right {
    width: 445px;
}

.mtjc_xw_title a {
    font-size: 28px;
    color: #2d2d2d;
    display: inline-block;
    line-height: 38px;
    margin-bottom: 10px;
    transition: all .5s;
}

.mtjc_xw_title a:hover {
    color: #AF1714;
}

.mtjc_xw_nr {
    height: 56px;
    line-height: 28px;
    color: #7A7A7A;
}

.mtjc ul li {
    border-bottom: 1px dashed #CCC;
    position: relative;
    text-align: left;
    width: 100%;
}

.mtjc ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #7A7A7A;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 8px;
}

.mtjc ul li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    color: #7A7A7A;
    transition: all .5s;
    padding-left: 25px;
}

.mtjc ul li a:hover {
    color: #AF1714;
}

/* 校庆标识 */
.xqbs {
    width: 570px;
    float: right;
}

.xqbs_title {
    margin-bottom: 32px;
    border-bottom: 1px solid #CCC;
}

.xqbs_title span {
    font-size: 20px;
    font-weight: 300;
    color: #AF1714;
    margin-bottom: 11px;
    display: inline-block;
}

.xqbs_title h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.xqbs_title h3 a{
    color: #2d2d2d;
}

.xqbs ul li {
    border-bottom: 1px dashed #CCC;
    position: relative;
    text-align: left;
    width: 100%;
}

.xqbs ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #7A7A7A;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 8px;
}

.xqbs ul li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    color: #7A7A7A;
    transition: all .5s;
    padding-left: 25px;
}

.xqbs ul li a:hover {
    color: #AF1714;
}

/* 百年风华 */
.bnfh {
    width: 100%;
    text-align: center;
    background: #C8201D;
    float: left;
    padding: 50px 0;
    color: #f7f7f7;
}

.bnfh p {
    font-size: 20px;
    line-height: 48px;
}

.bnfh h3 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 42px;
    font-weight: 400;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    margin-left: -5px;
}
.picScroll-left .hd .next{
    position: absolute;
    top: 38%;
    left: 20%;
    z-index: 9;
}
.picScroll-left .hd .next img{
    width: 50px;
}
.picScroll-left .hd .prev{
    position: absolute;
    top: 40%;
    right: 19.5%;
    z-index: 9;
}
.picScroll-left .hd .prev img{
    width: 50px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    width: 25.4%;
}
.picScroll-left .bd ul li .pic{
    width: 95%;
    overflow: hidden;
}
.picScroll-left .bd ul li .pic img {
    width: 100%;
    height:260px;
    display: block;
    transition: all 0.5s;
}
.picScroll-left .bd ul li .pic img:hover{
    transform: scale(1.05);
}

