@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    background: #ffffff;
    min-width: 1280px;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.hide {
    display: none;
}
.dis_flex{
    display: flex;
}
.justify_space_between{
    justify-content: space-between;
}
.justify_left{
    justify-content: left;
}

.ptb45{
    padding: 45px 0;
}


.wrapper {
    width: 1280px;
    margin: 0 auto;
}

.bg01{
    background: linear-gradient(180deg, #015eea 0%, #00a4fa 100%);
}
.bg02{
    background: url(../images/bg01.png) top center no-repeat;
    height: 137px;
    border-bottom: 2px solid #fff;
}
.bg03{
    background: linear-gradient(180deg, #feffff 0%, #dbecff 100%);
}
.bg04{
    background: url(../images/bg04.png) top left no-repeat #f8fdff;
    height: 596px;
}
.bg05{
    background: url(../images/bg05.png) top center no-repeat;
    height: 787px;
}
.bg06{
    background: url(../images/bg06.png) top center no-repeat;
    height: 797px;
}
.bg07{
    background: url(../images/bg07.png) top center no-repeat;
    height: 382px;
}
.bg08{
    background: url(../images/bg08.png) bottom center no-repeat #f5f9ff;
}

/* 头部右侧 */
.header-right {
    display: flex;
    align-items: center;
}

.search-box {
    position: relative;
    height: 53px;
}

.search-box input {
    width: 325px;
    height: 53px;
    border-radius: 25px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: #fff;
    outline: none;
}
.search-box input::placeholder{
    color: #fff;
}

.search-box .search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #0160ea;
    font-size: 16px;
    cursor: pointer;
}
/* 头部下侧 - 导航 */
.header-nav {
    height: 88px;
    display: flex;
    align-items: center;
    background: #00aef7;
}
.header-nav .main-nav{
    width: 1280px;
    margin: 0 auto;
}
.nav-menu {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: space-between;
}

.nav-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    white-space: nowrap;
}

.nav-menu li a:hover {
    color: #ffd700;
}
/* 主导航样式 */
.main-nav {
    display: flex;
    list-style: none;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 20px 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

/* 下拉菜单样式 */
.dropdown-menu {
    position: absolute;
    top: 72px;
    left: -40px;
    background: url(../images/index01.png) top center no-repeat;
    width: 188px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    padding: 40px 0 0 0;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.dropdown-item:hover {
    color: #0161eb;
    background: linear-gradient(to bottom, #ffffff 0%, #a3c4fd 100%);
    text-decoration: none;
}

/* 首页特殊处理，没有下拉菜单 */
.nav-item:first-child .nav-link {
    color: #fff;
}

/* Banner区域 */
.banner {
    height: 680px;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
    height: 12px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* 学院新闻 */
.index_xyxw{
    padding: 30px 0 50px 0;
}
.index_xyxw .title{
    height: 110px;
    background: url(../images/title01.png) top left no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_xyxw .title h2{
    font-size: 24px;
    font-weight: 600;
    color: #086dbb;
}
.index_xyxw .title a{
    font-size: 18px;
    color: #086dbb;
    background: url(../images/more01.png) center center no-repeat;
    display: block;
    height: 50px;
    width: 80px;
    text-align: center;
    line-height: 50px;
}
.index_xyxw .con{
    display: flex;
    justify-content: space-between;
}
.index_xyxw .con .item_tj{
    width: 580px;
    height: 500px;
    background: rgba(255, 255, 255, 0.8);
}
.index_xyxw .con .item_tj .pic,.index_xyxw .con .item_tj .pic img{
    width: 580px;
    height: 330px;
}
.index_xyxw .con .item_tj .txt{
    padding: 20px 15px;
}
.index_xyxw .con .item_tj .txt .date{
    font-size: 16px;
    color: #0063af;
    line-height: 40px;
}
.index_xyxw .con .item_tj .txt h2{
    font-size: 24px;
    font-weight: 600;
    color: #373737;
}
.index_xyxw .con .item_tj a{
    text-decoration: none;
}
.index_xyxw .con .item_tj a:hover .txt h2{
    text-decoration: underline;
}
.index_xyxw .con .item_list{
    width: 700px;
}
.index_xyxw .con .item_list .item{
    width: 320px;
    height: 240px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 30px;
    float: left;
    margin-bottom: 20px;
}
.index_xyxw .con .item_list .item .pic,.index_xyxw .con .item_list .item .pic img{
    width: 320px;
    height: 140px;
}
.index_xyxw .con .item_list .item .txt{
    padding: 10px 15px;
    height: 50px;
}
.index_xyxw .con .item_list .item .txt .date{
    font-size: 12px;
    color: #969696;
    line-height: 30px;
}
.index_xyxw .con .item_list .item .txt h2{
    font-size: 16px;
    font-weight: 600;
    color: #373737;
}
.index_xyxw .con .item_list .item a{
    text-decoration: none;
}
.index_xyxw .con .item_list .item a:hover .txt h2{
    color: #086dbb;
}

/* 通知公告 */
.index_tzgg{
    padding: 30px 0 50px 0;
}
.index_tzgg .title{
    height: 110px;
    background: url(../images/title02.png) top left no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_tzgg .title h2{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.index_tzgg .con{
    gap: 30px;
}
.index_tzgg .con .item{
    width: 400px;
    height: 140px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 13px 13px;
}
.index_tzgg .con .item a{
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
}
.index_tzgg .con .item a .date{
    font-size: 16px;
    color: #0063af;
    line-height: 24px;
    width: 66px;
    height: 54px;
    padding-top: 12px;
    background: #0171ee;
    border-left: 2px solid #ef8645;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-right: 20px;
}
.index_tzgg .con .item a .date span{
    display: block;
    font-size: 16px;
    color: #fff;
}
.index_tzgg .con .item a h2{
    width: 300px;
    font-size: 18px;
    color: #373737;
    line-height: 30px;
}
.index_tzgg .con .item:hover{
    background: url(../images/index03.png) right bottom no-repeat #0173ef;
}
.index_tzgg .con .item:hover .date{
    background: #fff;
    color: rgba(1, 115, 239, 0.3);
}
.index_tzgg .con .item:hover .date span{
    color: #0173ef;
}
.index_tzgg .con .item:hover a h2{
    color: #fff;
    text-decoration: underline;
}
.index_tzgg .more{
    text-align: center;
    padding-top: 20px;
}
.index_tzgg .more a{
    font-size: 18px;
    color: #086dbb;
    background: url(../images/more01.png) center center no-repeat;
    display: inline-block;
    height: 50px;
    width: 80px;
    text-align: center;
    line-height: 50px;
}

/* 竞赛活动 */
.index_jshd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 90px;
}
.index_jshd .jshd_tabs{
    width: 250px;
    height: 560px;
    background: url(../images/index04.png) bottom center no-repeat #1b8ff3;
    padding-top: 50px;
    position: relative;
}
.index_jshd .jshd_tabs .tab-item{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}
.index_jshd .jshd_tabs .tab-item.active{
    background: #fff;
    color: #1b8ff3;
}
.index_jshd .jshd_tabs .tab-item .more{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0;
    display: none;
}
.index_jshd .jshd_tabs .tab-item .more a{
    font-size: 18px;
    color: #fff;
    background: url(../images/more02.png) center center no-repeat;
    display: inline-block;
    height: 50px;
    width: 80px;
    text-align: center;
    line-height: 50px;
}
.index_jshd .jshd_tabs .tab-item.active .more{
    display: block;
}
.index_jshd .jshd_con{
    width: 1000px;
    height: 570px;
    background: url(../images/index05.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    overflow: hidden;
}
.jshd-swiper {
    width: 100%;
    height: 227px;
    position: relative;
}
.jshd-swiper .swiper-wrapper {
    height: 100%;
}
.jshd-swiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_jshd .jshd_con .item_tj{
    width: 840px;
    height: 227px;
    background: url(../images/index07.png) no-repeat;
    margin: 0 auto;
}
.index_jshd .jshd_con .item_tj a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    text-decoration: none;
}
.index_jshd .jshd_con .item_tj a .txt{
    width: 410px;
}
.index_jshd .jshd_con .item_tj a .txt h2{
    color: #373737;
    height: 100px;
}
.index_jshd .jshd_con .item_tj a .txt .more{
    text-align: right;
    color: #00aef7;
}
.index_jshd .jshd_con .item_tj a .pic,.index_jshd .jshd_con .item_tj a .pic img{
    width: 380px;
    height: 214px;
}
.index_jshd .jshd_con .item_tj a:hover .txt h2{
    color: #086dbb;
}
.index_jshd .jshd_con .item_list{
    padding-top: 20px;
}
.index_jshd .jshd_con .item_list .item{
    width: 450px;
    height: 88px;
    background: #fff;
    border-left: 3px solid #ef8645;
    float: left;
    margin: 30px 13px;
}
.index_jshd .jshd_con .item_list .item a{
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
}
.index_jshd .jshd_con .item_list .item a .date{
    font-size: 16px;
    color: #0063af;
    line-height: 24px;
    width: 80px;
    height: 88px;
    text-align: center;
    color: #0171ee;
    font-size: 16px;
    font-weight: bold;
}   
.index_jshd .jshd_con .item_list .item a .date span{
    display: block;
    font-size: 12px;
    color: #0171ee;
    font-weight: normal;
}
.index_jshd .jshd_con .item_list .item a .date span.year{
    padding-top: 10px;
}
.index_jshd .jshd_con .item_list .item a h2{
    color: #373737;
}
.index_jshd .jshd_con .item_list .item:hover{
    background: #0173ef;
}
.index_jshd .jshd_con .item_list .item:hover a .date,.index_jshd .jshd_con .item_list .item:hover a .date span,.index_jshd .jshd_con .item_list .item:hover a h2{
    color: #fff;
}
.index_jshd .jshd_con .tab-panel {
    display: none;
}
.index_jshd .jshd_con .tab-panel.active {
    display: block;
}

/* 学生风采 */
.index_xsfc{
    padding: 30px 0 50px 0;
}
.index_xsfc .title{
    height: 110px;
    background: url(../images/title01.png) top left no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_xsfc .title h2{
    font-size: 24px;
    font-weight: 600;
    color: #086dbb;
}
.index_xsfc .title a{
    font-size: 18px;
    color: #086dbb;
    background: url(../images/more01.png) center center no-repeat;
    display: block;
    height: 50px;
    width: 80px;
    text-align: center;
    line-height: 50px;
}
.index_xsfc .con{
    position: relative;
    height: 526px;
}
.index_xsfc .con img{
    width: 100%;
    height: 100%;
}
.index_xsfc .con .img01{
    position: absolute;
    top: 0;
    left: 0;
    width: 312px;
    height: 526px;
    overflow: hidden;
}
.index_xsfc .con .img02{
    position: absolute;
    top: 0;
    left: 355px;
    width: 447px;
    height: 252px;
    overflow: hidden;
}
.index_xsfc .con .img03{
    position: absolute;
    bottom: 0;
    left: 355px;
    width: 447px;
    height: 252px;
    overflow: hidden;
}
.index_xsfc .con .img04{
    position: absolute;
    top: 0;
    right: 0;
    width: 447px;
    height: 252px;
    overflow: hidden;
}
.index_xsfc .con .img05{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 447px;
    height: 252px;
    overflow: hidden;
}
.index_xsfc .con .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mask.png) bottom repeat-x;
    z-index: 1;
    opacity: 0.5;
}
.index_xsfc .con .txt{
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    width: 100%;
    z-index: 2;
}
.index_xsfc .con .txt p{
    padding: 0 15px;
}

.bottom_link{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 382px;
}
.bottom_link .item{
    width: 240px;
}
.bottom_link .item a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #373737;
    font-size: 18px;
}
.bottom_link .item a .pic{
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(to bottom, #d6e7ff 0%, #fcfdff 100%);
    text-align: center;
    line-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer{
    height: 285px;
    background: url(../images/footer_bg.png) top center no-repeat;
}
footer .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 240px;
}
footer .footer .footer02{
    width: 450px;
}
footer .footer .footer02 .f_select{
    height: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
footer .footer .footer02 .f_select select{
    width: 300px;
    height: 40px;
}
footer .copyright{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

/* 内页banner */
.ny_banner{
    height: 600px;
    position: relative;
}
.ny_banner .title_pos{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1200px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_banner .title_pos .ny_title{
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}
.ny_banner .title_pos .ny_pos{
    font-size: 14px;
    color: #fff;
    padding-right: 20px;
}
.ny_banner .title_pos .ny_pos a{
    padding: 0 5px;
    color: #fff;
}



.ny_left{
    background: #e6f2fd;
    width: 244px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 125, 176, 0.1);
    overflow: hidden;
}
.ny_left .t{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: linear-gradient(to right, #15b0f8 0%, #4285ec 100%);
}
.ny_left .con{
    padding: 20px 0;
}
.ny_left .con a{
    display: block;
    font-size: 18px;
    color: #373737;
    text-align: center;
    text-decoration: none;
    height: 68px;
    line-height: 68px;
}
.ny_left .con a.active,
.ny_left .con a:hover
{
    color: #fff;
    background: linear-gradient(to bottom, #4286ed 0%, #0cb9fa 100%);
}

.ny_right .page01{
    width: 990px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 125, 176, 0.1);
}
.ny_right .page01 .con{
    padding: 20px;
    color: #373737;
    line-height: 30px;
    font-size: 16px;
}
.ny_right .page01 .con .ny_header{
    border-bottom: 1px solid #e6e2fd;
    text-align: center;
    color: #373737;
}
.ny_right .page01 .con .ny_header h2{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.ny_right .page01 .con .ny_header p{
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #373737;
}
.ny_right .page01 .con .ny_detail{
    padding-top: 20px;
}
.ny_right .page01 .con01 .con_top{
    background: url(../images/ny05.png) top right no-repeat;
    height: 266px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 35px;
}
.ny_right .page01 .con01 .pic{
    width: 180px;
    height: 210px;
    border: 1px solid #e6e2fd;
    margin-right: 20px;
}
.ny_right .page01 .con01 .pic img{
    width: 100%;
    height: 100%;
}
.ny_right .page01 .con01 .txt{
    width: 670px;
    line-height: 40px;
}
.ny_right .page01 .con01 .con_detail{
    border-top: 2px solid #004695;
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
    color: #373737;
    line-height: 30px;
    font-size: 16px;
}



.ny_right .ny_list01{
    width: 990px;
}
.ny_right .ny_list01 .item{
    width: 100%;
    height: 104px;
    background: #fff;
    border-left: 3px solid #15b0f8;
    margin-bottom: 30px;
}
.ny_right .ny_list01 .item a{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 104px;
    text-decoration: none;
}
.ny_right .ny_list01 .item a .date{
    width: 66px;
    height: 66px;
    background: linear-gradient(to bottom, #4285ec 0%, #0bbafb 100%);
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin: 0 15px;
}
.ny_right .ny_list01 .item a .date span{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding-top: 3px;
}
.ny_right .ny_list01 .item a h2{
    color: #373737;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_right .ny_list01 .item:hover{
    background: url(../images/ny02.png) no-repeat;
    background-size: 100% 100%;
    border-left: 3px solid #ef8645;
}
.ny_right .ny_list01 .item:hover a h2{
    color: #fff;
}
.ny_right .ny_list01 .item:hover a .date{
    background: #fff;
    color: #15b0f8;
}
.ny_right .ny_list01 .item:hover a .date span{
    color: #15b0f8;
}

.ny_right .ny_list02{
    width: 990px;
}
.ny_right .ny_list02 .item{
    height: 155px;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 3px solid #15b0f8;
    padding: 15px 20px;
}
.ny_right .ny_list02 .item a{
    display: flex;
    justify-content: left;
    align-items: top;
    height: 155px;
    text-decoration: none;
}
.ny_right .ny_list02 .item a .pic{
    width: 270px;
    height: 155px;
    position: relative;
    margin-right: 20px;
}
.ny_right .ny_list02 .item a .pic img{
    width: 100%;
    height: 100%;
}
.ny_right .ny_list02 .item a .pic .ny_date{
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, #4285ec 0%, #0bbafb 100%);
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.ny_right .ny_list02 .item a .pic .ny_date span{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.ny_right .ny_list02 .item a .txt{
    width: 670px;
}
.ny_right .ny_list02 .item a h2{
    color: #373737;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
    height: 60px;
}
.ny_right .ny_list02 .item a p{
    color: #c0c0c0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
}

.ny_right .ny_list03{
    width: 990px;
}
.ny_right .ny_list03 .item{
    float: left;
    width: 234px;
    height: 300px;
    border: 1px solid #cdcecf;
    background: linear-gradient(to bottom, #ffffff 0%, #f6faff 100%);
    border-radius: 25px;
    margin: 20px 5px;
}
.ny_right .ny_list03 .item a .pic{
    width: 180px;
    height: 215px;
    padding: 15px 27px 0 27px;
}
.ny_right .ny_list03 .item a h2{
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #373737;
}
.ny_right .ny_list03 .item a p{
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #3f3f3f;
}

/* 党建 */
.party .bg01{
    background: linear-gradient(to right, #a60303 0%, #eb3c3d 100%);
}
.party .bg02{
    background: transparent;
}
.party .search-box .search-btn{
    color: #fff;
}
.party .header-nav {
    height: 88px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #a60303 0%, #eb3c3d 100%);
}
.party .bg08{
    background: url(../images/party_bg.png) bottom center no-repeat #f9fbfb;
}
.party .ny_left{
    background: #fce7e7;
    width: 244px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 125, 176, 0.1);
    overflow: hidden;
}
.party .ny_left .t{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: linear-gradient(to right, #b71212 0%, #ea3b3b 100%);
}
.party .ny_left .con a{
    display: block;
    font-size: 18px;
    color: #373737;
    text-align: center;
    text-decoration: none;
    height: 68px;
    line-height: 68px;
}
.party .ny_left .con a.active,
.party .ny_left .con a:hover
{
    color: #fff;
    background: linear-gradient(to bottom, #e93a3b 0%, #bb1615 100%);
}

.party .ny_right .ny_list01{
    width: 990px;
}
.party .ny_right .ny_list01 .item{
    width: 100%;
    height: 104px;
    background: #fff6f6;
    border-left: 3px solid #ae0a10;
    margin-bottom: 30px;
}
.party .ny_right .ny_list01 .item a{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 104px;
    text-decoration: none;
}
.party .ny_right .ny_list01 .item a .date{
    width: 66px;
    height: 66px;
    background: linear-gradient(to bottom, #f65b5b 0%, #d20202 100%);
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin: 0 15px;
}
.party .ny_right .ny_list01 .item a .date span{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding-top: 3px;
}
.party .ny_right .ny_list01 .item a h2{
    color: #373737;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.party .ny_right .ny_list01 .item:hover{
    background: linear-gradient(to bottom, #f55b5b 0%, #d40807 100%);
    background-size: 100% 100%;
    border-left: 3px solid #ef8645;
}
.party .ny_right .ny_list01 .item:hover a h2{
    color: #fff;
}
.party .ny_right .ny_list01 .item:hover a .date{
    background: #fff;
    color: #bc1616;
}
.party .ny_right .ny_list01 .item:hover a .date span{
    color: #bc1616;
}
.party footer{
    height: 285px;
    background: linear-gradient(to bottom, #eb3c3d 0%, #ad0809 100%);
}