.row {
    margin-bottom: 20px;
}

.panel {
    background-color: #fff;
    position: relative;
    padding: 20px;
}

.col-smaller {
    width: 220px;
}

.col-small {
    width: 260px;
}

.col-base {
    width: 420px;
    min-height: 296px;
}

.col-medium {
    width: 440px;
}

.col-large {
    width: 600px;
}

.col-larger {
    width: 660px;
}

.col-largest {
    width: 940px;
}

.main-container {
    width: 1300px;
    margin:  0 auto;
}

/* headlines-new */
.headlines-new {
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 1260px;
    min-height: 60px;
}

.headlines-new .content {
    text-align: center;
    width: 100%;
}

.headlines-new .content .title {
    font-size: 30px;
    color: #496fb0;
    font-weight: bold;
}

.headlines-new .content .detail {
    font-size: 16px;
    margin: 20px auto 0;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* end */

/* survey */
.survey .desc {
    padding: 0 20px;
    line-height: 25px;
    color: #555;
    text-indent: 28px;
    font-size: 14px;
    max-height: 325px;
    overflow: hidden;
}

.survey .detail {
    color: #555;
}
/* end */

/* trends */
.trends {
    height: 399.2px;
    overflow: hidden;
}
/* tab-nav */
.main-cell {
    padding-top: 15px;
}

.tab-nav {margin-bottom: 10px;}
.tab-nav a {
    display: inline;
    padding: 8px 0;
    font-size: 16px;
    margin-left: 15px;
}

.tab-nav a.cur {
    font-weight: bold;
    border-bottom: 2px solid #496fb0;
}

/* tab list */
.tab-list {
    padding: 15px;
}

.tab-list.no {
    padding: 0 15px;
}

.tab-list ul {
    display: none;
}

.tab-list ul:first-child {
    display: block;
}

.new-list ul li,
.tab-list ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 17px;
    zoom: 1;
}

.new-list ul li:before,
.tab-list ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #496fb0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.tab-list ul li:after,
.new-list ul li:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

.new-list ul li a,
.tab-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
    font-size: 16px;
    width: 88%;
    float: left;
}


.new-list ul li .time,
.tab-list ul li .time {
    float: right;
    color: #999;
}

.new-list ul li:hover a,
.tab-list ul li:hover a {
    color: #496fb0
}

.new-list {
    padding: 0 15px;
}

.new-list.highH {
    padding: 10px 0 0;
}

.new-list.highH ul li {
    margin-bottom: 17px;
}

.col-medium .tab-list li a,
.col-medium .new-list li a {
    width: 85%;
}
/* end */

/* sublist */
.sublist {
    padding: 0 10px;
}

.sublist a {
    display: block;
    padding: 13.35px 15px;
    text-align: center;
    background-color: #eee;
    margin-top: 20px;
}

.sublist a:hover {
	background-color: #496fb0;
	color: #fff;
}
/* video */
.videoWrap {
    padding: 27px 0 12px;
    overflow: hidden;
}

.videoWrap video {
    width: 270px;
    height: 203px;
    background-color: #000;
}
/* end */

/* 焦点图 start */
.slideBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 399.2px;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 3;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 6px;
    text-align: center;
    background: #efefef;
    cursor: pointer;
    font-size: 0;
}

.slideBox .hd ul li.on {
    background: #496fb0;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 640px;
    height: 399.2px;
    display: block;
    object-fit: cover;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: all .3s ease-in-out;
}

.slideBox .next {
    left: auto;
    right: -100%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.title-list {
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 2;
}

.title-list a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 345px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-list li {
    position: absolute;
    bottom: 40px;
    transition: all 0.3s linear;
}

.slideBox:hover .prev {
    left: 3%;
}

.slideBox:hover .next {
    right: 3%;
}

/* end */

/* titlebar */
.titlebar {
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #496fb0;
}

.titlebar .title {
    padding:  8.5px 15px;
    font-weight: bold;
    color: #fff;
    background-color: #496fb0;
    font-size: 20px;
}

.titlebar .more {
    display: block;
    font-size: 14px;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 11px;
    color: #496fb0;
    border-left: 1px solid #496fb0;
}
/* end */

/* advert */
.advert {
    margin: 0 auto;
    /* width: 100%; */
    overflow: hidden;
    position: relative;
    height: 120px;
    background-color: #fff;
}

.advert .bd ul {
    overflow: hidden;
    zoom: 1;
}

.advert .bd ul li {
    zoom: 1;
    height: 120px !important;
}

.advert .bd ul li .pic {
    text-align: center;
    line-height: 120px;
}

.advert .bd ul li img {
    width: 100%;
    height: 120px;
    display: block;
}

.advert .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 2;
}

.advert .hd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.advert .hd ul li {
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #efefef;
}

.advert .hd ul li.on {
    background-color: #496fb0;
}

.advert .hd ul li:last-child {
    margin-bottom: 0;
}
/* end */


/* thematic */
.thematic {
    background-color: #fff;
    padding: 20px;
}

.thematic .title {
    width: 90px;
    height: 86px;
    text-align: center;
    font-size: 22px;
    background-color: #496fb0;
    color: #fff;
    font-weight: bold;
}

.thematic .title span {
    padding: 0 3px;
    margin-top: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.thematic .title span:first-child,
.thematic .title span:first-child+span {
    color: #496fb0;
    background-color: #f7f7f7;
    margin-top: 14px;
}

.thematic-slide {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 1150px;
    margin-left: 15px;
}

.thematic-slide .bd ul {
    overflow: hidden;
    zoom: 1;
}

.thematic-slide .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    height: 86px;
    width: 214px!important;
    background-color: #eee;
    font-size: 18px;
    font-weight: bold;
}

.thematic-slide .bd ul li img {
    width: 214px;
    height: 86px;
    display: block;
}

.thematic-slide .bd ul li .title {
    line-height: 24px;
}

.thematic-slide .bd ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.thematic-slide .bd ul li a:hover {
	background-color: #496fb0;
	color: #fff;
}
.thematic-slide .bd ul li a span {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 176px;
    display: block;
}
/* end */

.jdjb{
    background-color: #fff;
}

.jdjb .title {
    writing-mode: tb-rl;
    font-size: 20px;
    width: 24px;
    padding:0 10px;
}

.jdjb .content {
    padding: 5px 0 0 15px;
    line-height: 1.5;
}

/* gallery */
.gallery {
    background-color: #fff;
}

.gallery-slide {
    padding: 10px;
}

.gallery-slide .bd {
    overflow: hidden;
    min-height: 180px;
}

.gallery-slide .bd li {
    float: left;
    margin: 0 10px;
}
.gallery-slide .bd li img {
    width: 300px;
    height: 180px;
    background: #f7f7f7;
}

.gallery-slide .bd li .tt {
    width: 284px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.gallery-slide .bd li :hover .tt{
    color: #496fb0;
}

/*frlink start*/
.frlink-slide {
	border: 1px solid transparent;
	position: relative;
    padding: 0 20px;
    min-height: 120px;
}

.frlink-slide .bd {
	width: 100%;
}

.frlink-slide .bd .tempWrap {
	width: 100% !important;
}

.frlink-slide .bd ul {
	overflow: hidden;
	zoom: 1;
}

.frlink-slide .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 185.66px;
	text-align: center;
	margin-top: 20px;
}

.frlink-slide .bd ul li:nth-child(6n) {
    margin-right: 0;
}

.frlink-slide .bd ul li a {
	display: block;
	background-color: #eee;
	width: 175.66px;
	height: 56px;
	line-height: 56px;
	color: #444;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding: 0 5px;
}

.frlink-slide .bd ul li a:hover {
	background: #496fb0;
	color: #fff;
}

.frlink-slide .bd ul li img {
	width: 100%;
	height: 100%;
}

.frlink-slide .bd ul {
    display: none;
}

.frlink-slide .bd ul:first-child {
    display: block;
}

.frlink-category {
    display: inline;
    padding-left: 20px;
}

.frlink-category dd {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.frlink-category dd.cur {
    color: #fff;
    background: #496fb0;
}


.business {
    background-color: #fff;
}

.business .col-smaller {
    margin-left: 20px;
}

.business .col-smaller:first-child {
    margin-left: 0;
}

.business .wrap {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.business .wrap .imgbox {
    width: 100%;
    height: 174px;
    background-color: #eee;
    overflow: hidden;
}

.business .wrap .imgbox img {
    width: 100%;
    height: 100%;
}

.business .wrap .title {
    padding: 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    /* background-color: #; */
}