@charset "utf-8";
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

abbr,
body,
fieldset,
html,
iframe,
img {
	border: 0
}

input {
	border: 0;
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%
}

q:after,
q:before {
	content: none
}

label,
summary {
	cursor: default
}

a,
button {
	cursor: pointer
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}

a,
a:hover,
del,
ins,
s,
u {
	text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
	font: 15px/1.2 Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
	outline: 0
}

html,
body,
div,
span,
object,
button,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
	margin: 0;
	padding: 0;
	border: 0;
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

::-webkit-scrollbar-track {
	background-color: #bee1eb;
}

::-webkit-scrollbar-thumb {
	background-color: #00aff0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #9c3
}

::-webkit-scrollbar-thumb:active {
	background-color: #00aff0
}

body {
	width: 100%;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
}

html {
	background: #fff;
	font-family: 'Microsoft YaHei', 'Helvetica', 'STHeiti', 'Arial', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	color: #333;
	line-height: 18px;
	border: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #d73447;
}

.logo {
	width: 100%;
	/*background: #eaeaea;*/
	padding: 11px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
	max-height: 26px;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

.logo .search {
	width: 55%;
}

form {
	padding: 0 25px 0 8px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sears.png) no-repeat 95% 6px;
	background-size: 10%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 28px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
}
.bar6 button {
	position: absolute;
	height: 35px;
	width: 30px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.bar6 button:active {
	outline: none;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}
.searfrom:::-moz-placeholder {
	color: #999;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 10px;
}
#swiper-panel {
	padding-top: 104px;
}
.swiper-pagination {
	color: #e60012 !important;
}

/*ä¾§è¾¹æ */
.mar_top100 {
	padding-top: 93px !important;
}
.topnav {
	width: 100%;
	/*background: #e5e5e5;*/
}
.topnav ul {
	width: 100%;
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
}
.topnav ul li {
	padding: 10px;
	box-sizing: border-box;
}
.topnav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	box-sizing: border-box;
	white-space: nowrap;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img {
	height: 80px;
	width: 100%;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}
.gotop-btn {
	position: fixed;
	bottom: 133px;
	right: 10px;
	display: none;
	width: 36px;
	height: 28px;
}
.icon-up {
	background: url(../img/wap_up.png) no-repeat;
	display: block;
	width: 36px;
	height: 28px;
	-webkit-background-size: 36px 28px;
	background-size: 36px 28px
}

/*---两会专区---*/

/*---焦点图---*/
#hiSlider_new {
	width: 100%;
	min-width: 211px;
	margin: 0px auto;
}
.hiSlider {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}
.hiSlider-item {
	float: left;
}
.hiSlider-pages {
	position: relative;
	left: 50%;
	margin-left: -45px;
}
.hiSlider-pages a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: #ccc;
	color: #d7d7d7;
	font-size: 0px;
	line-height: 1px;
	border-radius: 12px;
}
.hiSlider-pages a.active {
	width: 12px;
	height: 12px;
	background: #ae0303;
}
.hiSlider-btn-prev,
.hiSlider-btn-next {
	display: none;
}
.hiSlider-btn-prev {
	width: 25px;
	height: 45px;
	left: 0;
	position: absolute;
	margin-top: -40px;
	top: 50%;
	display: block;
	background: url(../img/lh_2021left.png);
	background-size: 100% 100%;
	z-index: 999;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
}
.hiSlider-btn-next {
	width: 25px;
	height: 45px;
	right: 0;
	position: absolute;
	margin-top: -40px;
	top: 50%;
	display: block;
	background: url(../img/lh_2021right.png);
	background-size: 100% 100%;
	z-index: 999;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
}
.hiSlider5 img {
	width: 100%;
	max-height: 300px;
	min-height: 211px;
}
.hiSlider-item .bg {
	height: 36px;
	background: #000;
	opacity: .7;
	margin-top: -36px;
}
.hiSlider-item h3 {
	height: 36px;
	line-height: 36px;
	margin-top: -40px;
	position: relative;
	text-align: left;
	font-size: 0.8rem;
	overflow: hidden;
	font-weight: normal;
}
.hiSlider-item h3 a {
	color: #fff;
	margin: 0px 5px;
}

/*----要闻----*/
.news-li {
	padding: 15px 0px;
	margin: 0px 15px;
	border-bottom: 1px solid #eee;
}
.news-li a {
	display: flex
}
.news-pic {
	width: 113px;
	height: 75px;
	margin-right: 12px;
	float: left;
}
.news-pic img {
	width: 113px;
	height: 75px;
	border-radius: 5px;
}
.news-pic .tubg img {
	width: auto!important;
	height: 75px;
	border-radius: 0;
	display: block;
	margin: 0px auto;
}
.news-txt {
	flex: 1;
	float: right;
}
.news-txt h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px;
}
.news-txt .info {
	font-size: 12px;
	color: #777;
}
.news-txt .info span {
	margin-right: 5px;
}
.item .more {
	display: none;
	width: 60%;
	margin: 20px auto;
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 15px;
	line-height: 40px;
	text-align: center;
	color: #777;
}
.item .more p {
	line-height: 40px;
}
.news-li1 {
	padding: 20px 0px 10px;
	margin: 0px 15px;
	border-bottom: 1px solid #eee;
}
.news-pic1,
.news-pic1 img {
	width: 100%;
}
.news-txt3,
.news-txt1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.news-pic3 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-li1 .info {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}
.news-li1 .info span {
	margin-right: 5px;
}
.news-pic3 img {
	display: inline-block;
	width: 32%;
	height: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.news-txt3 {
	margin-bottom: 8px;
}

/*---大图区---*/
.swiper-container {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}
.swiper-slide h1 {
	background: rgba(0, 0, 0, .5);
	margin-top: -47px;
	position: relative;
	height: 47px;
	line-height: 36px;
	color: #fff;
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
}
.swiper-slide img {
	width: 100%;
	display: block;
	max-height: 211px;
}

/*--头条 headline--*/
.block-title {
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 9px;
	padding: 17px 10px 6px;
	border-bottom: 3px solid #e60012;
}
.block-title a {
	color: #e60012;
	font-size: 15px;
	font-weight: bold;
}
.headline {
	border-bottom: 1px solid #efefef;
	padding: 10px;
	line-height: 28px;
	font-weight: bold;
}
.headline a {
	color: #092857;
	font-size: 18px;
}
.hl_list li {
	line-height: 22px;
	border-bottom: 1px solid #efefef;
	padding: 10px;
}

/*----滚动新闻----*/
.scrollbox {
	width: 95%;
	position: relative;
	margin: 20px auto 0px;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	padding: 12px 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(204, 204, 204, 0.4);
	box-shadow: 0px 0px 3px rgba(204, 204, 204, 0.4);
}
#scrollDiv {
	padding: 0px 30px 0 10px;
	height: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
#scrollDiv li {
	width: 100%;
	vertical-align: bottom;
	zoom: 1;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.scrControl {
	position: absolute;
	width: 15px;
	top: 22px;
	right: 10px;
}
#btn_up {
	background: url(../img/cyol_up.gif) no-repeat 0 0;
	text-indent: -9999px
}
#btn_down {
	background: url(../img/cyol_down.gif) no-repeat 0 0;
	text-indent: -9999px
}
.scrollbox .lanmu {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 24px;
	padding: 4px 2px;
	line-height: 20px;
	background: #e86174;
	text-align: center;
	font-size: 14px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.scrollbox .lanmu a {
	color: #fff;
}

/*----新闻----*/
.block_news img {
	width: 70px;
}
.block_news {
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 9px;
}
.font_style {
	margin-top: 15px;
	font-size: 18px;
	font-family: fangsong;
	font-weight: bold;
	background: #d73447;
	padding: 0 10px;
	box-sizing: border-box;
}
.font_style a {
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.font_style a .mores {
	font-size: 13px !important;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: 500;
}
.content-ajax {
	box-sizing: border-box;
}
.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
article .time {
	padding-top: 10px;
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #999;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.no_img .entry-img {
	display: none;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	font-size: 15px;
	font-weight: 500;
	color: #3e454b;
	line-height: 24px;
	font-family: 'PingFangSC-Regular, Microsoft Yahei';
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}
.entry-img img {
	width: 120px;
	height: 77px;
}

/*----文化----*/
.cultrue {
	background: #F6F6F6;
	padding-top: 10px;
}
.cultrue dl {
	padding: 0 10px;
	box-sizing: border-box;
}
.dtsty {
	height: 42px;
	border-bottom: 3px solid #e60012;
	margin-bottom: 20px;
}
.dtsty a {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	background: #fff;
	margin-top: 9px;
	border-radius: 13px;
}
.dtsty a:hover {
	background: #e60012;
	color: #fff;
}
.cultrue dt {
	background: url(../img/cyol_culture.gif) 10px 14px no-repeat;
	background-size: auto 23px;
	padding-left: 96px;
}
.cultrue dt div {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.cultrue dt div::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}
.cultrue_img {
	position: relative;
	height: 220px;
}
.cultrue_img img {
	width: 100%;
	height: 100%;
}
.cultrue_img p {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	z-index: 30;
	font-size: 14px;
	background: rgba(225, 95, 57, .7);
}
.pic_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
	height: 155px;
}
.pic_list li:nth-child(3n) {
	margin-right: 0;
}
.pic_list li img {
	width: 100%;
	height: 92px;
}
.pic_list li h3 {
	line-height: 18px;
	margin: 5px 0px;
	font-size: 13px;
	max-height: 54px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pic_list li .desc {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	max-height: 32px;
	overflow: hidden;
}

/*----我看见----*/
.immersive {
	background: #535353;
	padding-top: 10px;
}
.immersive .block_sight {
	height: 42px;
	border-bottom: 3px solid #e60012;
	margin-bottom: 20px;
}
.immersive .block_sight img {
	width: 90px;
	margin: 10px auto auto 10px
}
.big-pic {
	margin: 0px 10px 20px;
	position: relative;
}
.big-pic .img1 {
	width: 100%;
	display: block;
}
.big-pic .img2 {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 45px;
}
.big-pic h3 {
	height: 40px;
	line-height: 40px;
	margin-top: -40px;
	position: relative;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding-left: 10px;
	overflow: hidden;
}
.pic_list2 li {
	width: 44%;
	float: left;
	margin: 0px 3%;
	height: 175px;
	position: relative;
}
.pic_list2 li .img1 {
	width: 100%;
	height: 92px;
}
.pic_list2 li .img2 {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 5px;
	top: 57px;
}
.pic_list2 li h3 {
	line-height: 20px;
	margin: 5px 0px;
	max-height: 60px;
	color: #fff;
	otext-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pic_list2 li .desc {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*----融媒精选----*/
.selected {
	background: #eee;
	padding-top: 10px;
}
.selected dt {
	background: url(../img/cyol_choice.gif) 10px 14px no-repeat;
	background-size: auto 23px;
}
.dtsty1 {
	height: 84px;
	border-bottom: 3px solid #e60012;
	margin-bottom: 20px;
	overflow-y: hidden;
	overflow-x: scroll;
}
.dtsty1 a {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	background: #fff;
	margin-top: 9px;
	border-radius: 13px;
}
.dtsty1 a:hover {
	background: #e60012;
	color: #fff;
}
.dtsty1 div {
	padding-top: 38px;
	margin-left: 10px;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.dtsty1 div::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}
.jiugg {
	height: 170px;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: scroll;
	padding: 10px 0px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	-webkit-box-shadow: 0px 3px 8px rgba(204, 204, 204, 0.4);
	box-shadow: 0px 3px 8px rgba(204, 204, 204, 0.4);
	background: #f6f6f6;
}
.jiugg a {
	margin: 0px 8px;
	display: inline-block;
	width: 200px;
	overflow: hidden;
	font-size: 13px;
}
.jiugg img {
	height: 120px;
	width: 100%;
	display: inline-block;
}
.jiugg::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
.jiugg a p {
	height: 30px;
	padding-top: 5px;
}

/*----学堂----*/
.school {
	background: #fff;
	padding-top: 10px;
}
.school dt {
	background: url(../img/cyol_school.gif) 10px 14px no-repeat;
	background-size: auto 23px;
	padding-left: 82px;
}
.school dt div {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.dtsty2 {
	height: 42px;
	border-bottom: 3px solid #e60012;
	margin-bottom: 20px;
}
.dtsty2 a {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	background: #e9e9e9;
	margin-top: 9px;
	border-radius: 13px;
}
.dtsty2 a:hover {
	background: #e60012;
	color: #fff;
}

/*----青年眼----*/
.eyes {
	background: #eee;
	padding-top: 10px;
}
.eyes dt {
	background: url(../img/cyol_campus.gif) 10px 14px no-repeat;
	background-size: auto 23px;
}
.eyes dt div {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-left: 90px;
}
.eyes dt div::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}

/*----思想者----*/
.thinker {
	background: #fff;
	padding-top: 10px;
}
.thinker dt {
	background: url(../img/cyol_thinker.jpg) 10px 14px no-repeat;
	background-size: auto 23px;
	overflow: hidden;
}
.thinker dt div {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-left: 105px;
}
.thinker dt div::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}
.footer {
	text-align: center;
	background-color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}
.cultrue_list {
	background: #fff;
	padding: 0 15px;
	box-sizing: border-box;
}
.cultrue_list .pic_list li {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	float: none;
	margin: 0;
}
.cultrue_list .pic_list li img {
	height: 200px;
	width: 100%;
}
.cultrue_list ul li h3 {
	font-size: 16px;
	line-height: 24px;
}
.cultrue_list .info {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}
.cultrue_list .info span {
	margin-right: 5px;
}
.ajaxs {
	padding: 0 15px;
	box-sizing: border-box;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}
.pages a {
	background: #F3F4F4;
	padding: 5px 12px;
}
.pages a.actives {
	background: #d73447;
	color: #fff;
}
.mnav {
	/*border-top: 1px solid #e5e5e5;*/
	
	padding: 10px 0;
	box-sizing: border-box;
	line-height: 20px;
	font-size: 14px;
}
.newdetail {
	padding-top: 100px;
}
.top_title,
.content {
	padding: 0 15px;
	box-sizing: border-box;
}
.con_tit {
	line-height: 25px;
	padding: 15px 5px 10px 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.info {
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 12px;
	border-bottom: #eee 1px solid;
	margin-bottom: 10px;
}
.info p {
	color: #888;
}
.content p {
	text-indent: 2em;
	line-height: 25px;
}
.content img {
	width: 100%;
	margin: 15px auto;
	display: block;
}

/*===*/
.jiugg a p,
.cultrue_img p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hl_list li a,
#scrollDiv li,
.hl_list li,
.entry-title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*------专区----*/