﻿/* ================== 全局重置与基础 ================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
	min-width: 1370px;
}
body {
	letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    color: #000;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.container {
    width: 1370px;
    margin: 0 auto;
	overflow: hidden;
}


.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.header-content {
    position: fixed;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 10;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.main-content{padding-top: 130px;}


.logo_text{
	position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 0 6px;
    color: #ff0000;
    font-weight: 700;
    font-size: 18px;
}	
	
}
/* 文本省略 */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-multi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ================== 顶部工具栏 ================== */
.toolbar {
    background: #0F4C81;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e5e5e5;
}

.toolbar-nav {
    height: 36px;
}

.toolbar-nav li {
    float: left;
    margin-right: 20px;
}

.toolbar-nav li a {
    color: #fff;
    font-size: 14px;
	line-height: 36px;
	
}
.toolbar-nav li a i{font-size: 24px;}

.toolbar-nav .fenzhan{
    display: none;
}


.toolbar-nav .fenzhan a {
    color: #fff;
    font-size: 14px;
	line-height: 36px;
	margin-left: 10px;
}
.toolbar-nav .fenzhan.active { display: block; }。

.toolbar-nav li i{
    color: #fff;
    font-size: 18px;
	line-height: 36px;	
}

/* ================== 头部区域 ================== */
.header {
    height: 80px;
    position: relative;
	
}

.header-left {
    float: left;
    height: 80px;
	width: 1020px;
}

.logo {
    float: left;
    height: 70px;
    margin-top: 0px;
	position: relative;
}

.logo img {
    height: 65px;
}

.logo.city img {
    height: 80px;
}


.main-nav {
    float: left;
    margin-left: 40px;
    margin-top: 5px;
    height: 60px;
    line-height: 68px;
}

.main-nav li {
    float: left;
    margin-left: 30px;
}

.main-nav li a {
    font-size: 18px;
    font-weight: 600;
}

.main-nav li.active a {
    color: #396CBB;
}

.header-right {
    float: right;
    width: 320px;
    margin-top: 20px;
    height: 40px;
}

.ai-lab {
    float: left;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #0F4C81;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
}

.icon-btn {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    background: #f4f4f4;
}
.icon-btn i{font-size:24px;color: #0b0b0b;}
.icon-btn-wechat {
}

.icon {
	display: flex;
    justify-content: center;
    align-items: center;
}

/* ================== 布局框架 ================== */
.layout-section {
    margin-bottom: 30px;
    overflow: hidden;
}

.sidebar {
    float: right;
    width: 320px;
    margin-left: 30px;
}

.maincontent {
    overflow: hidden;
}

/* ================== 面板组件 ================== */
.panel {
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b0b0b;
}

.panel-header {
    line-height: 52px;
    border-top: 3px solid #0b0b0b;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.panel-title {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #0b0b0b;
}

.panel-more {
    float: right;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.panel-body {
    padding: 15px;
}

/* ================== 要闻列表 ================== */
.news-list-important li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news-list-important li:last-child {
    border-bottom: none;
}

.news-item-important {
    overflow: hidden;
}

.news-thumb-small {
    float: right;
    width: 72px;
    height: 72px;
    margin-left: 10px;
}

.news-thumb-small img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.news-content {
    overflow: hidden;
}

.news-content h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

.news-meta {
    color: #ccc;
    font-size: 12px;
}


/* 左侧 */
/* ================== 要闻列表 ================== */

.kechuang{
	float: left;
    width: 320px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;	
}

.news-list-important-left li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news-list-important-left li:last-child {
    border-bottom: none;
}

.news-item-important-left {
    overflow: hidden;
}

.news-thumb-small-left {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 10px;
}

.news-thumb-small-left img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.news-content-left {
    overflow: hidden;
}

.news-content-left h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

.news-meta-left {
    color: #ccc;
    font-size: 12px;
}


.news-block-main {
    float: left;
    width: 670px;
    margin-bottom: 30px;
    background: #fff;
}

/*搜索*/

.form-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.form-search.is-expanded .search-input {
    width: 260px;
    padding: 0 75px 0 35px;
    background-color: #fff;
    border: 2px solid #0F4C81;
    box-shadow: 0 0 8px rgba(72, 106, 195, 0.4);
    color: #333;
    cursor: text;
    background-image: url(../images/search.svg);
    background-position: 8px center;
}

.form-search .search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background: url(../images/search.svg) no-repeat center center;
    background-size: 20px 20px;
    background-color: rgba(72, 106, 195, 0.1);
    color: transparent;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-clip: padding-box;
    box-sizing: border-box;
}

.form-search .search-input:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.form-search .search-input::placeholder {
    color: transparent;
    transition: color 0.3s;
}

.form-search .search-input::-webkit-search-cancel-button,
.form-search .search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none;
}

.form-search .search-submit-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #0F4C81;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 60px;
    height: 30px;
    border-radius: 18px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}



.form-search:focus-within .search-input,
.form-search:active .search-input,
.form-search .search-input:focus {
    width: 260px;
    padding: 0 75px 0 35px;
    background-color: #fff;
    border: 2px solid #0F4C81 !important;
    box-shadow: 0 0 8px rgba(72, 106, 195, 0.4);
    color: #333;
    cursor: text;
    background-image: url(../images/search.svg);
    background-position: 8px center;
}

.form-search:focus-within .search-input::placeholder,
.form-search:active .search-input::placeholder,
.form-search .search-input:focus::placeholder {
    color: #999;
}

.form-search:focus-within .search-submit-btn,
.form-search:active .search-submit-btn,
.form-search .search-input:focus ~ .search-submit-btn {
    opacity: 1;
    visibility: visible;
}

/* ================== 主内容区头部 ================== */
.section-header {
    border-top: 3px solid #0F4C81;
    height: 20px;
}

.content-body {
    overflow: hidden;
    margin-bottom: 20px;
}

/* ================== 轮播图区域 ================== */
.carousel-area {
    float: right;
    width: 670px;
    height: 550px;
    margin-left: 30px;
}

.carousel-box {
    position: relative;
    overflow: hidden;
}

.carousel-swiper {
    width: 670px;
}

.carousel-image {
    width: 100%;
    height: 405px;
    overflow: hidden;
}

.carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-category {
    margin-top: 6px;
    color: #0F4C81;
}

.carousel-category a{
    color: #0F4C81;
}
.carousel-caption {
    margin-top: 15px;
    height: 115px;
}



.carousel-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.carousel-meta {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    height: 40px;
	margin-top: 15px;
}


.carousel-box .swiper-container  .swiper-slide {
	position: relative;
	overflow: hidden;
}

.carousel-box .swiper-container .patagonia {
	position:absolute;
	right: 15px;
	top: 410px;
	width: auto;
	text-align: right;
}

.carousel-box .swiper-container .patagonia1111 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.7;
    margin: 0 6px;
    display: inline-block;
}

.carousel-box .swiper-container .swiper-pagination-bullet-active {
    background: #0F4C81;
    opacity: 1;
}

/* ================== 推荐区 ================== */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {position:absolute;object-fit:cover;width:100%;height:100%;border:0;}
.embed-responsive-square {padding-bottom:100%;}

.img-zoom img {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.img-zoom:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.05);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.recommend {
    overflow: hidden;
}

.recommend ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(39,40,45,.1);
}
.recommend ul li:last-child {
    border-bottom: none;
}

.recommend .recommend-cover {
    width: 100%;
    height: 190px;
    overflow:hidden;
}

.recommend .recommend-title {
    margin-top: 5px;
	height: 52px;
}

.recommend .recommend-title h3 {
    font-size: 15px;	
    line-height: 26px;	
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommend .recommend-title a:hover{
	text-decoration:underline;
}

.article-info{
    overflow:hidden;	
	color: #c5c5c5;
}

.article-info a,.article-info a:hover{
	color: #c5c5c5;
}

.article-info_left{
	float:left;
}

.article-info_right{
display: flex;
    float: right;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}
.article-info_right span{width: 30px;display:inline-block;font-size: 12px;text-align: right; line-height: 20px; }
.article-info_right span i{float:right; width: 16px; height: 20px;color: #c5c5c5; color: #c5c5c5;}


/* ================== K视频板块 ================== */
.video-section {
    margin-top: 20px;
}

.section-title-bar {
	border-top: 2px solid #0b0b0b;
    line-height: 53px;
    overflow: hidden;
}

.section-name {
    float: left;
    font-size: 20px;
    font-weight: 600;
	color: #0b0b0b;
}

.section-more {
    float: right;
    font-size: 14px;
    color: #666;
}

.video-grid-large {
    overflow: hidden;
}

.video-card-large {
    float: left;
    width: 320px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.video-card-large:last-child {
    margin-right: 0;
}

.video-thumbnail {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.video-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 28px;
    line-height: 28px;
    background: #E96100;
    color: white;
    font-size: 14px;
    text-align: center;
}

.video-title-large {
    font-size: 15px;
    padding: 15px 10px;
    height: 72px;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ================== 新闻板块网格 ================== */
.news-grid-section {
    overflow: hidden;
}

.news-block {
    float: left;
    width: 320px;
    margin-right: 30px;
    background: #fff;
}

.news-block:last-child {
    margin-right: 0;
}

.block-header {
    line-height: 53px;
    border-top: 2px solid #0b0b0b;
    overflow: hidden;
}

.block-name {
    float: left;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 1px;
	color:#0b0b0b;
}

.block-more {
    float: right;
    font-size: 14px;
    color: #666;
}

.block-body {
    overflow: hidden;
    padding: 0px 0;
}

.block-media {
    width: 320px;
}

.media-image {
    width: 320px;
    height: 190px;
    overflow: hidden;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-caption {
    padding: 15px 0;
}

.media-caption h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-caption span {
    font-size: 12px;
    color: #999;
}

.block-list {
}

.block-list li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

/*.block-list li:first-child {
    border-top: none;
}*/

.block-list .item-date {
    color: #ccc;
    font-size: 14px;
}

.block-list h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* 紧凑模式 */
.news-grid-compact .block-media {
    width: 280px;
}

.news-grid-compact .media-image {
    width: 280px;
    height: 180px;
}

.e-media{
	margin: 10px 0;
	overflow:hidden;
}
/*E周刊*/
.emag-left {
    float: left;
    width: 320px;
    height: 320px;
    margin-right: 30px;
}

.emag-left img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}

.emag-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.emag-content .meta {
    color: #555555;
    font-size: 15px;
	margin-top: 20px;
}


/* ================== 侧边栏图片列表 ================== */
.image-list-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.image-card-small {
    float: left;
    width: 130px;
    margin-right: 15px;
    position: relative;
    height: 93px;
    overflow: hidden;
}

.image-card-small:last-child {
    margin-right: 0;
}

.image-card-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}

.image-caption h3 {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ================== 文本列表 ================== */
.text-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.text-list li:last-child {
    border-bottom: none;
}

.text-list .item-date {
    float: right;
    color: #ccc;
    font-size: 14px;
    margin-left: 10px;
}

.text-list h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}

.text-list-plain {
    margin-top: 0;
}

/* ================== 电子报刊 ================== */
.paper-section {
    margin: 30px 0;
	/*background: #27282D;*/
}

.paper-title-bar {
    line-height: 70px;
    overflow: hidden;
}

.paper-name {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	letter-spacing: 1px;
}

.paper-more {
    float: right;
    font-size: 14px;
    color: #fff;
}



.paper-carousel {
	width: 100%;
	height: 100%;
}

.paper-swiper {
    overflow: hidden;
}

.paper-cover {
	width:100%;
    height: 320px;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.paper-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*活动*/

.huodong{
	background: #27282D;
	padding: 40px 24px 5px;
}

.huodong .swiper-box .swiper-box-item {
    opacity: .5;
    transform: scale(.47485);
    transform-origin: top center;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    width: 500px;
}

.huodong .swiper-box .swiper-box-item:after {
    bottom: 0;
    content: "";
    display: block;
    height: 180%;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
}



.huodong .swiper-box .swiper-box-item .huodong-video-wrapper{
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 298px;
    overflow: hidden;
    width: 500px;
}

.huodong .swiper-box .swiper-box-item .huodong-video-wrapper .img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


.huodong .swiper-box .swiper-box-item .huodong-item-content {
    cursor: pointer;
    padding-top: 16px;
    transform: scale(2);
    transform-origin: left top;
    transition: all .3s ease-in-out;
    width: 47%;
}


.huodong .swiper-box .swiper-box-item .huodong-item-content .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;	
	-webkit-line-clamp: 2;	
}


.huodong .swiper-box .swiper-box-item .huodong-item-content .meta {
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;	
	-webkit-line-clamp: 4;
}


.huodong .swiper-box .swiper-box-item.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.huodong .swiper-box .swiper-box-item.swiper-slide-active .huodong-item-content {
    transform: scale(1);
    width: 100%;
}



.huodong .swiper-container .swiper-button {
	bottom: 30px;
    display: flex;
    position: absolute;
    right: 20px;
    z-index: 2;
    flex-direction: row;
}


.huodong .swiper-container .swiper-button .huodong-button-prev,
.huodong .swiper-container .swiper-button .huodong-button-next {
	align-items: center;
    border: 1px solid #666;
    border-radius: 100%;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
	cursor: pointer;
	font-weight: 700;
}


.huodong .swiper-container .swiper-button .huodong-button-prev {
    float:left;margin-right:10px;
}

.huodong .swiper-container .swiper-button .huodong-button-next {
    float:right;
}
.huodong .swiper-container .swiper-button .huodong-button-prev i, .huodong .swiper-container .swiper-button .huodong-button-next i{font-size:14px;color: #666;}

.huodong .swiper-container .swiper-button .huodong-button-prev:hover,
.huodong .swiper-container .swiper-button .huodong-button-next:hover {
    border: 1px solid #ffffff;
}

.huodong .swiper-container .swiper-button .huodong-button-prev:hover i,
.huodong .swiper-container .swiper-button .huodong-button-next:hover i{
	color: #fff;
}

/* ================== 广告横幅 ================== */
.banner-section {
    margin: 15px 0;
    text-align: center;
}

.banner-section img {
    max-width: 100%;
    margin: 0 auto;
}


/* ================== 页脚 ================== */
.footer-section {
    background: #0F4C81;
    padding: 40px 0 0px;
    color: #ffffff;
	font-size:14px;
}

.aboutus{
	margin: 0px auto 30px;overflow:hidden;display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;margin-top:30px;
}

.footer-about{width:320px;margin-right:60px;font-size:15px;display: block;
    float: left;
	display: flex;
    flex-direction: row;
    justify-content: space-around;}

.footer-about li{float:left;display:block;margin-right: 40px;}


.system{
	display: flex;
    justify-content: center;
    align-items: center;
width:50px;
height:50px;
border-radius: 25px;
background: rgba(0,0,0,0.1);	
}
.system i{font-size: 28px;}

.friend-links {
    padding: 0 15px 20px;float: left;display:block;
}

.friend-title {
    display: inline-block;
    padding: 8px 0px;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
	
}

.friend-list {
    line-height: 2;
}

.friend-list a {
    margin-right: 15px;
    color: #ffffff;
}

.help{display:flex;justify-content: space-around;width: 880px;
    align-items: center;
    flex-direction: row;}
.help div{text-align:center;}
.copyright {
    padding: 0 15px;
    text-align: center;
	display: block;
    flex: 1;
}

.copyright-links {
    margin-bottom: 10px;
}

.copyright-links a {
    margin: 0 10px;
    color: #ffffff;
}

.cert-icons {
    padding: 5px 5px;
    text-align: center;
	margin: 10px auto 0;
	width: 950px;
}

.cert-icons li {
    display: inline-block;
    padding: 5px 10px;
	background: #fff;
}

.cert-icons img {
    height: 30px;
}



/* ================== 清除浮动 ================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}



/*地市专题 */
.city-section {
    background: white;
    margin: 15px 0 20px;
	
}
.city-header {
    display: flex;	
    background: #0F4C81;
	align-items: flex-end;
    align-content: center;
	justify-content: space-between;
}
.city-span {
    font-size: 20px;
	font-weight: 600;
    color: white;
	width: 160px;
    text-align: center;
	padding-bottom:8px;
	letter-spacing: 2px;
}
.city-tabs {
    margin-top:12px;
    margin-right:12px;
}
.city-tab li {
    padding: 6px 26px 8px;
    color: white;
    font-size: 18px;
    cursor: pointer;
	float: left;
	line-height: 1.2;
    font-weight: 400;
	letter-spacing: 1px;
}
.city-tab li.active {
    background: white;
    color: #333;
}
.city-content {
    margin: 30px 0 20px;
    display: inline-block;
}
.city-swiper-container{overflow:hidden}

.city-left {
	width: 580px;
    margin-right: 30px;
    display: block;
    float: left;
}
.city-left .city-img {
    width: 100%;
    height: 330px;
    overflow: hidden;
	position: relative;
}
.city-left .city-img .city-img_cover{
    width: 100%;
    height: 330px;
    object-fit: cover;	
}

.city-left .city-img .g-title{
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
}
.city-left .city-img .g-title h3{font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.city-img-desc {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* 限制为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666666;
}

.city-right {
	width: 750px;
    float:right;
	display: block;
}

.city-right .city-list li {
	font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	padding: 0px 0 20px;
}

.city-right .city-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.paperlist li{width:156px; margin:4px 2px;padding:0px; height:70px; float:left;border:1px solid #dddddd;}