/*新首页*/


/*主题色*/

.new_theme {
	background: #f2f3f5;
}

.new_theme_active_color {
	color: #2ba187;
}
/*公用*/
.new_common_title{
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #2ba187;
	border-bottom: 2px solid #2ba187;
}
.new_common_border{
	border: 1px solid #f2f3f5;
}
.c_ellipsis_2{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c_ellipsis_3{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*图片的缩放*/
.new_banners_lists_commot{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.hweelink_common_img{
	height: 100%;
}
/*transform效果*/
.new_content img,.new_banners_lists_commot img{
	    transition: all 1s;
}
.new_content img:hover,.new_banners_lists_commot img:hover{
	transform: scale(1.12);
	-webkit-transform:scale(1.12);
}
/*.daily-word-wrapper{
  transition: all .2s ease-in;	
  }  
.daily-word-wrapper:hover {
    border: 1px solid hsla(0,0%,89.8%,.7);
    box-shadow: 0 0 25px 2px rgba(0,0,0,.2)
}*/
/*搜索框placeholder*/

input::-webkit-input-placeholder {
	font-size: 14px;
	color: #6d6d6d;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #6d6d6d;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #6d6d6d;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #6d6d6d;
}


/*nav start*/

.new_nav {
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 0 2px 2px rgba(10,10,10,.1);
	box-shadow: 0 2px 2px rgba(10,10,10,.1);
}
.new_nav_s{
	display: flex;
}
.new_nav_icon {
	padding-top: 15px;
	padding-right: 40px;
}
.new_nav_icon img{
	display: block;
}
.new_nav_list {
	width: 654px;
	padding-top: 25px;
	height: 50px;
	padding-right: 26px;
}

.new_nav_list li {
	line-height: 20px;
	margin-right: 5px;
	font-size: 16px;
	float: left;
}

.new_nav_list li a {
	color: #6c6c6c;
}

.new_nav_list li:hover a {
	color: #2BA187;
}

.new_nav_list .active a {
	color: #2BA187;
}

.new_nav_serach {
	margin-top: 25px;
	width: 320px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #2ba187;
	border-radius: 4px;
}

#new_nav_search {
	line-height: 28px;
	width: 212px;
	padding: 0 12px;
	border-radius: 4px;
}

#new_nav_search_btn {
	display: inline-block;
	width: 106px;
	height: 28px;
	color: #fff;
	background: #2ba187;
	border-radius: 2px;
}
/*nav end*/

/* video start */

.video_cont{
	width: 100%;
	display: flex;
	padding-top: 25px;
}
.video_details_content{
	width: 815px;
    height: auto;
    margin-right: 50px;	
}
.video_details{
	width: 815px;
	height: 460px;
}
.video_lists{
	width: 340px;
}
.new_common_title{
    padding-top: 4px;
    line-height: 34px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;	
}
.related_content{
	width: 100%;
	height: auto;
}
.related_item{
	width: 100%;
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.related_img{
	width: 150px;
	height: 85px;
	border-radius: 4px;
	margin-right: 10px;
}
.related_title{
	width: 175px;
	font-size: 14px;
	line-height: 25px;
}
.related_title a{
	width: 100%;
	height: 75px;
}
.related_title_txt{
	text-align: left;
	color: #333333;
}

.video_text{
	margin-top: 25px;
	width: 100%;
	height: auto;
}
.video_title{
	border-bottom: 1px solid #eeeeee;
}
.video_title h1{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
.video_error{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
}
/* 二维码 */
.qrcodeshow{
	font-size: 14px;
	color: #999999;
	text-align: right;
}
.qrcode {
    width: 274px;
    height: 274px;
    padding: 25px 0;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    top: 30px;
    right: 0;
    display: none;
}
.qrcode img {
    width: 190px;
    height: 190px;
}
.xy_14 {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}
.qrcodeshow:hover .qrcode{
	display: block;
	z-index: 999;
}
.video_txt{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 100px;
}
.padr_20{
	padding-right: 20px;
}