* {
    font-family: '微软雅黑';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-size: 14px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:visited,
a:checked {
    text-decoration: none;
}

a {
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #000;
}

ul,
ol {
    list-style: none;
}


.zt-nav {
    background: #90b3d2;
}

.zt-nav .navbar-default {
    background: none;
    border: none;
}

.zt-nav .navbar {
    margin-bottom: 0;
}

.zt-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #007aff;
}

.zt-nav .nav>li {
    line-height: 50px;
    height: 50px;
}

.zt-nav .nav>li>a {
    padding: 0 20px;
    line-height: 50px;
    display: inline;
}



/* 最新专题 */
.latest_topics {
    margin-top: 10px;
}

.latest_img {
    padding-left: 0;
}

.latest_img .swiper-container {
    height: auto;
}

.latest_img .swiper-wrapper {
    height: auto;
}

.latest_img .swiper-slide a {
    width: 100%;
}

.latest_img .swiper-slide a img {
    display: block;
    width: 100%;
    position: relative;
}

.latest_img_dec {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 40px;
    color: white;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}

.latest_img .swiper-pagination {
    text-align: right;
}

.latest_img .swiper-pagination-bullet {
    color: #fff;
}

.latest_list_tit {
    background: #eaeaea;
    width: 100%;
}

.latest_list_tit span {
    display: block;
    width: 120px;
    line-height: 40px;
    background: #f60;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.latest_list li {
    color: #777;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}

.latest_title {
    float: left;
    font-size: 16px;
}

.latest_title a {
    color: #777;
}

.latest_date {
    float: right;
}

/* 窗博城专题 */
.cbczt {
    margin-top: 20px;
}

.latest_topics .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.latest_topics .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
	color:#fff;
}

.latest_topics .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.latest_topics .sw-spical .swiper-slide {
    height: 290px;
    overflow: hidden;
}

.zt-img {
    height: 180px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.swiper-wrapper {
    height: auto;
}

.zt-img-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.zt-title{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-top: none;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.padding-zero{
    padding:0;
}
.zh-img {
    height: 150px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.zh-img-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.zh-title{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 30px;
}
.show-zh-intro{
    padding: 15px 0;
    line-height: 2em;
}