﻿@charset "utf-8";
/*主体*/
.topnews h4{font-size: 30px;
    color: #005bac;
    text-align: center;
    padding-top: 20px;}
.topnews a{ color: #005bac;}
.topnews span{float:right} 
.swiper-wrapper {
    margin: 0 20px;
}
.ztzl{
    height: 145px;
    background-color: #F4F4F4;
    padding: 11px 9px;
    box-sizing: border-box;
    margin-top: 10px;
}
.ztzl .til a{color: #ffffff;text-decoration: none;}
.ztzl .til{
    width: 46px;
    height: 122px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    background-color: #005bac;
    float: left;
    padding: 10px 12px 0 12px;
    box-sizing: border-box;
}

.ztzl-swiper{
    width: 1125px;
    height: 124px;
    overflow: hidden;
    position: relative;
    float: right;
}

.ztzl-swiper .itm,.ztzl-swiper .itm img{
    width: 331px;
    height: 124px;
}

/* 相关链接 */
.c_w_1200 {
    width: 1200px;
    margin: 0 auto;
}



#ztzl-lbtn{
    width: 30px;
    height: 50px;
    background: url("../img/arr_l.png");
	background-position:center top;    
	background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 40px;
    cursor: pointer;
}

#ztzl-rbtn{
    width: 30px;
    height: 50px;
    background: url("../img/arr_r.png");
	background-position:center top;    
	background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 40px;
    cursor: pointer;
}
