/* hdUList */
.zsTop{width: 100%;height: 276px;background: url("../img/zsbanner.png") top center no-repeat;}
.zsTop .logo{margin-top: 100px;}
.zsTop a{font-size: 22px;color: #39678e;background: url("../img/zsalogo.png") left center no-repeat;text-indent: 25px;display: block;}
.zsNav{width: 100%;line-height: 54px;background: #0067B2;}
.zsNav ul{width: 1200px;margin: 0 auto;display: -webkit-flex;display: flex;justify-content:space-between;}
.zsNav ul li{font-size: 20px;font-weight: bold;}
.zsNav ul li a{color: #fff;}
/* title */
.title{width: 100%;padding-bottom: 14px;}
.title p{font-size: 30px;color: #0067b2;font-weight: bold;}
.title p a{color: #0067b2;}
/* slideBox */
.slideBox{width: 640px;height: 386px;position: relative;overflow: hidden;}
.slideBox .hd{position: absolute;right: 5px;bottom: 15px;z-index: 1;}
.slideBox .hd ul li {float: left;margin-right: 10px;cursor: pointer;width: 10px;height: 10px;background: #fff;border-radius: 5px;}
.slideBox .hd ul li.on {background: #0D84FF;}
.slideBox .bd {position: relative;z-index: 0;}
.slideBox .bd li {position: relative;}
.slideBox .bd li img {width: 100%;height: 386px;}
.slideBox .bd p {position: absolute;bottom: 0;left: 0;width: 100%;height: 42px;line-height: 42px;font-size: 16px;background: rgba(0, 0, 0, 0.54);text-indent: 10px;z-index: 1;}
.slideBox .bd p a {color: #fff;display: block;width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/* tzList */
.tzList{width: 540px;}
.tzUl{display: -webkit-flex;display: flex;justify-content:space-between;}
/* zxList */
.gyList{width: 380px;}
ul.list {overflow: hidden;margin-top: 14px;}
ul.list li {font-size: 16px;height: 40px;line-height: 40px;background: url("../img/li-bg.png") center left no-repeat;overflow: hidden;}
ul.list li a {display: block;float: left;width: 72%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-left: 14px;}
ul.list li a:hover {color: #0067b2;}
ul.list li span {float: right;color: #999;font-size: 14px;width: 80px;}