.carousel-index {
    width: 655px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 3px #fafafa;
}

.carousel-index .carousel-indicators {
    width: 200px;
    height: 42px;
    line-height: 42px;
    left: auto;
    right: 20px;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.carousel-index .carousel-indicators .active {
    width: 30px;
    height: 10px;
    margin: 0;
    background: #2d6899;
}

.carousel-index .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #fff;
    border: none;
    transition: transform .6s ease-in-out
}
/*.carousel-index .left .carousel-caption {*/
/*    display: none;*/
/*}*/
.carousel-index .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 200px 0 14px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 90;
    background: rgba(102, 102, 102, .6);
}

.carousel-index .carousel-image-view {
    width: 655px;
    height: 388px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

#topnews {
    padding-left: 15px;
    width: 345px;
    float: right;
}

.topnews-crumb {
    height: 44px;
    line-height: 44px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.topnews-crumb-title {
    padding: 11px 16px;
    background-image: linear-gradient(90deg,
    #569dcc 0%,
    #3971a0 100%),
    linear-gradient(
            #3971a0,
            #3971a0);
    font-size: 20px;
    color: #ffffff;
}

.topnews-crumb-more {
    width: 60px;
	height: 44px;
	line-height: 44px;
    font-size: 14px;
    color: #2d6899;
    float: right;

}

#topnews ul {
    list-style: none;
    padding-left: 0;
	padding-top: 13px;
}

#topnews ul li {
    height: 96px;
    border-bottom: dotted 1px #999999;
    list-style-type: none;
}

#topnews ul li:last-child {
    border-bottom: none;
}

.topnews-title {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topnews-title a {
    color: #000;
}

.topnews-title span {
    width: 5px;
    height: 5px;
    background-color: #2d6899;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    margin-top: -15px;

}

.topnews-des {
    height: 41px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
}

#upper {
    width: 100%;
}

#below {
    width: 100%;
    margin-top: 20px;
}
#below .news-wrapper {
    width: 755px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

#nav {
    width: 220px;
    display: inline-block;
    border: none;
}

#nav li {
    width: 220px;
    background-image: none;
    background-color: #f0f0f0;
    color: #323334;
    text-align: center;
    margin-bottom: 6px;
    font-size: 20px;
}
#nav li a {
    padding: 0;
    margin: 0;
    height: 58px;
    line-height: 58px;
    border: none;
    font-size: 20px;
    color: #323334;
}
#nav li a:hover {
    background: transparent;
}

#nav li.active {
    background-image: linear-gradient(90deg,
    #569dcc 0%,
    #3971a0 100%),
    linear-gradient(
            #f0f0f0,
            #f0f0f0);
    color: #ffffff;
}
#nav li.active a {
    color: #fff;
    background-color: transparent;
}

#index-newslist {
    width: 520px;
    margin-left: 15px;
    display: inline-block;
    list-style: none;
    padding-left: 0;
    vertical-align: top;
}
#index-newslist .tab-content {
    /*padding-top: 8px;*/
}
.newslist-bar {
    height: 44px;
    border-bottom: solid 1px #e0e0e0;
    line-height: 44px;
}

.newslist-crumb-title {
    display: inline-block;
    height: 44px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #2d6899;
    border-bottom: solid 2px #2d6899;
}

.newslist-crumb-more {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #2d6899;
    float: right;
}

.newslist-title {
    position: relative;
    padding-left: 20px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist-title a {
    color: #000;
}

.newslist-title .newslist-title-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    background-color: #bfbfbf;
}

#magazine {
    width: 245px;
    padding-left: 15px;
    float: right;
}

.magazine-title {
    width: 100%;
    line-height: 20px;
    background-image: linear-gradient(90deg,
    #569dcc 0%,
    #3971a0 100%),
    linear-gradient(
            #3971a0,
            #3971a0);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    overflow: hidden;
}
.magazine-item {
    padding: 24px 23px;
}
.magazine-item-image {
    width: 184px;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.magazine-item-title {
    /*width: 120px;*/
    /*display: inline-block;*/
    font-size: 16px;
    color: #333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.magazine-item-time {
    width: 75px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.carousel-magazine .item {
    padding-bottom: 76px;
    background-color: #f6f6f6;
}
.carousel-magazine .carousel-caption {
    bottom: 50px;
    left: 20px;
    right: 20px;
    padding-bottom: 0
}
.carousel-magazine .carousel-indicators {
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
}
.carousel-magazine .carousel-indicators li {
    width: 16px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
}
.carousel-magazine .carousel-indicators li.active {
    width: 26px;
    height: 8px;
    background-color: #2d6899;
    border-radius: 4px;
}

.fix {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 550px;
}
.fix .fix-item {
    padding: 8px 0;
    width: 66px;
    height: 66px;
    border: solid 1px #e0e0e0;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
}
.fix-item-img {
    height: 26px;
    max-width: 100%;
}
.fix-item-title {
    margin-top: 8px;
    line-height: 14px;
    font-size: 14px;
    color: #2d6899;
}

