@charset "utf-8";
.index {
    overflow: hidden;
    background: #fff;
    padding: 30px 0;
}
.sec1{
    /* height: 366px; */
}
.right_top{overflow: hidden;}
.right_cent{
    width: 980px;
    float: right;
    }
.sec2_right li img{width:100%;height: 100%;}
.sec1 .sec1_left{
    width: 243px;
    height: 100%;
    float: left;
}
.sec1 .sec1_left li{
    float: left;
    width: 242px;
    height: 98px;
}
.sec1 .sec1_left li.sec1_leftLi1{
    background: url(../images/sec1_left1.png) no-repeat center center;
    margin-bottom: 15px;
}
.sec1 .sec1_left li.sec1_leftLi2{
    background: url(../images/sec1_left2.png) no-repeat center center;
    margin-bottom: 15px;
}
.sec1 .sec1_left li.sec1_leftLi3{
    background: url(../images/sec1_left3.png) no-repeat center center;
    margin-bottom: 15px;
}
.sec1 .sec1_left li.sec1_leftLi4{
    background: url(../images/sec1_left4.png) no-repeat center center;
    margin-bottom: 15px;
}
.sec1 .sec1_left li.sec1_leftLi5{
    background: url(../images/sec1_left5.png) no-repeat center center;
    margin-bottom: 15px;
}

.sec1 .sec1_left li p{
    font-size: 18px;
    color: #fefefe;
    line-height: 98px;
    text-align: center;
}
.sec1 .sec1_left li.sec1_leftLi1 a{
    display: block;
    margin: 23px auto;
}
.sec1 .sec1_left li.sec1_leftLi1 a p{    
line-height: 30px;
}



/* 新闻动态 */
.sec1 .sec1_center{
    width: 770px;
    margin: 0 30px;
    float: left;
}
.sec1 .sec1_center .coltitle{
    padding-left: 36px;
    background: url(../images/icon_news.png) no-repeat left;
    line-height: 36px;
}
.sec1 .coltitle h3{
    font-size: 28px;
    color: #333333;
    display: inline;
    margin-left: 12px;
}
.sec1 .coltitle a{
    float: right;
    font-size: 14px;
    color: #808080;
}
.sec1 .coltitle a:hover{
    color:#0d5aa8;
}
/* 图片轮播开始 */
.sec1_center .con {
    position: relative;
    margin-top: 18px;
}

.sec1_center .con .slick {
    position: relative;
    width: 428px;
    float: left;
}
.sec1_center .con .slick img {
    display: block;
    width: 100%;
}
.sec1_center .con .slick-slide a {
    display: block;
    position: relative;
}

.sec1_center .con .slick-slide a img {
    display: block;
    width: 100%;
    transition:all 1s;
}
.sec1_center .con .slick-slide a img:hover{
    transform:scale(1.05);
}
.sec1_center .con .slick-slide a p{
    font-size: 16px;
    color: #fefefe;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: url(../images/newsbg.png) no-repeat center bottom;
    height: 100px;
    line-height: 150px;
}

.sec1_center .con .slick-prev {
    width: 25px;
    height: 49px;
    left: 0px;
    background: url(../images/newsleft.png) no-repeat center center;
    z-index: 2;
}

.sec1_center .con .slick-next {
    width: 25px;
    height: 49px;
    right: 0px;
    background: url(../images/newsright.png) no-repeat center center;
    z-index: 2;
}

.news_list{
    width: 322px;
    margin-left: 20px;
    float: right;
    width: 100%;
}
.news_list li{
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
    box-sizing: border-box;
    /* float: left; */
    width: 100%;
}
.news_list li:first-child{
    margin-top: 0px;
}
.news_list li:last-child{
    border: 0px;
}
.news_list li span{
    padding-left: 32px;
    background: url(../images/icon_time.png) no-repeat center left;
    font-size: 14px;
    color: #0d5aa8;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}


.news_list li p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding: 10px 0 24px 0;
}

.news_list li:hover p{
    color:#0d5aa8;
}

/* 通知公告 */
.sec1_right{
    width: 327px;
    float: right;
}
.sec1_right .coltitle{
    background: url(../images/icon_notice.png) no-repeat left;
    padding-left: 36px;
    line-height: 36px;
}
.sec1_right .notice_list{
    margin-top: 8px;
}
.sec1_right .notice_list li{
    position: relative;
    line-height: 41px;
}
.sec1_right .notice_list li a{
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 55px;
}
.sec1_right .notice_list li:hover a{
    color:#0d5aa8;
}
.sec1_right .notice_list li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}



.sec2{
    height: 180px;
    position: relative;
    margin-top: 22px;
}
.sec2_left{
    width: 980px;
    float: left;
    margin-left: 28px;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}
.sec2_left .coltitle{
    width: 78px;
    background: #1962bd;
    height: 100%;
    float: left;
    padding: 45px 12px;
    position: relative;
    z-index: 10;
}
.sec2_left .coltitle p{
    color: #fff;
    font-size: 18px;
    writing-mode:vertical-lr;
    writing-mode: tb-lr;
    display: inline-block;
    vertical-align: middle;
}
.sec2_left_con{
    float: left;
    width: calc(100% - 78px);
    width: 900px;
    height: 180px;
    overflow: hidden;
}
.sec2_left_con ul {
    margin-left: -14px;
    height: 180px;
}

.sec2_left_con ul li {
    margin: 0 13px;
}

.sec2_left_con ul li a {
    display: block;
}
.sec2_left_con ul li a .pic3 {
    width: 160px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
}

.sec2_left_con ul li a .pic3 img {
    width: 100%;
    height: 100%;
    transition:all 1s;
}
.sec2_left_con ul li a .pic3 img:hover{
    transform: scale(1.05);
}
.sec2_right{
    width: 242px;
    height: 100%;
    /* float: right; */
}
.sec2_right li{
    margin-bottom:20px;
}
.sec2_right li:last-child{
    margin-bottom:0;
}


.sec2_right li a{
    display:block;
    height: 100%;
}xt-align: center;
}
.sec1 .sec1_left li.sec1_leftLi1 a{
    display: block;
    margin: 23px auto;
}
.sec1 .sec1_left li.sec1_leftLi1 a p{    
line-height: 30px;
}



/* 新闻动态 */
.sec1 .sec1_center{
    width: 460px;
    margin: 0 20px;
    float: left;
}
.sec1 .sec1_center .coltitle{
    padding-left: 36px;
    background: url(../images/icon_news.png) no-repeat left;
    line-height: 36px;
}
.sec1 .coltitle h3{
    font-size: 28px;
    color: #333333;
    display: inline;
    margin-left: 12px;
}
.sec1 .coltitle a{
    float: right;
    font-size: 14px;
    color: #808080;
}
.sec1 .bztit a{
    float:none;
    display:block;
}
.sec1 .coltitle a:hover{
    color:#0d5aa8;
}
/* 图片轮播开始 */
.sec1_center .con {
    position: relative;
    margin-top: 18px;
}

.sec1_center .con .slick {
    position: relative;
    width: 428px;
    float: left;
}
.sec1_center .con .slick img {
    display: block;
    width: 100%;
}
.sec1_center .con .slick-slide a {
    display: block;
    position: relative;
}

.sec1_center .con .slick-slide a img {
    display: block;
    width: 100%;
    transition:all 1s;
}
.sec1_center .con .slick-slide a img:hover{
    transform:scale(1.05);
}
.sec1_center .con .slick-slide a p{
    font-size: 16px;
    color: #fefefe;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: url(../images/newsbg.png) no-repeat center bottom;
    height: 100px;
    line-height: 150px;
}

.sec1_center .con .slick-prev {
    width: 25px;
    height: 49px;
    left: 0px;
    background: url(../images/newsleft.png) no-repeat center center;
    z-index: 2;
}

.sec1_center .con .slick-next {
    width: 25px;
    height: 49px;
    right: 0px;
    background: url(../images/newsright.png) no-repeat center center;
    z-index: 2;
}

.news_list{
    width: 322px;
    margin-left: 20px;
    float: right;
    width: 100%;
}
.news_list li{
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
    box-sizing: border-box;
    /* float: left; */
    width: 100%;
}
.news_list li:first-child{
    margin-top: 0px;
}
.news_list li:last-child{
    border: 0px;
}
.news_list li span{
    padding-left: 32px;
    background: url(../images/icon_time.png) no-repeat center left;
    font-size: 14px;
    color: #0d5aa8;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}


.news_list li p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding: 10px 0 18px 0;
}

.news_list li:hover p{
    color:#0d5aa8;
}

/* 通知公告 */
.sec1_right{
    width: 460px;
    float: right;
}
.sec1_right .coltitle{
    background: url(../images/icon_notice.png) no-repeat left;
    padding-left: 36px;
    line-height: 36px;
}
.sec1_right .notice_list{
    margin-top: 20px;
}
.sec1_right .notice_list li{
    posi






