﻿body {
	margin: 0;
	font-size: 3vw;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}

/*首页样式*/


/*首页间距样式*/
.top,
.column_title,
.icon,
.popular,
.special,
.head,
.main_item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
}


/*首页顶部*/
 

.column_title {
	width: 100%;
	margin-bottom: 4vw;
}

.title_img {
	width: 5%;
}

.title_img img {
	width: 100%;
}

.title_name {
	width: 80%;
	margin-left: 2%;
}

.title_more {
	width: 13%;
	font-size: 2.5vw;
	color: #9F9F9F;
	text-align: right;
}

.top {
	width: 90%;
	margin-left: 5%;
	margin-top: -49vw;
}

.top-menu {
	width: 18%;
	margin-top: 1vw;
	font-size: 4vw;
	color: white;
}

.search {
	width: 86%;
}

.search_input {
	width: 95%;
	outline-style: none;
	border: 0.1vw solid #ccc;
	border-radius: 2vw;
	padding: 1.5vw 1.5vw;
	font-size: 2.4vw;
	font-family: "Microsoft soft";
}

.buttom {
	width: 10%;
	margin-top: 0.1vw;
	margin-left: 1%;
}

.buttom button {
	background: none;
	border: none;
}

.buttom img {
	width: 100%;
}


/*首页轮播*/

.carousel {
	margin-left: 0%;
	margin-top: 2vw;
	width: 100%;
	height: 40vw;
}

.carousel_item {
	border-radius: 0vw;
}

.carousel_list img {
	width: 100%;
	height: 40vw;
}


/*首页图标*/

.icon {
	width: 90%;
	margin-left: 5%;
	margin-top: 5vw;
}

.icon_item {
	width: 18%;
	height: 18vw;
	margin: 1%;
	text-align: center;
}

.icon_item img {
	width: 100%;
}


/*首页-热门推荐*/

.popular {
	width: 90%;
	margin-left: 5%;
	margin-top: 8vw;
}

.popular_item {
	width: 22%;
	height: 33vw;
	margin-left: 3%;
	/*	background: #f5646b;	*/
}

.popular_item_name {
	margin-top: 2vw;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.popular_item img {
	width: 100%;
	height: 27vw;
	box-shadow: 0.1vw 0.1vw 1vw #000000;
}


/*首页-特色专题*/

.special {
	width: 90%;
	margin-left: 5%;
	margin-top: 10vw;
}

.special_item {
	width: 48%;
	height: 25vw;
	margin-left: 2%;
	/*	background: #f5646b;	*/
}

.special_item_img,
.special_item_img img {
	width: 100%;
	height: 25vw;
}

.special_item_bg {
	position: absolute;
	z-index: 1;
	width: 43.2%;
	height: 25vw;
	margin-top: -25vw;
	background: rgba(0, 0, 0, 0.2);
}

.special_item_title {
	position: absolute;
	z-index: 2;
	width: 43.2%;
	height: 8vw;
	margin-top: -16vw;
	font-size: 4vw;
	letter-spacing: 1vw;
	/*	background: rgba(0,0,0,0.5);
	line-height:8vw;*/
	text-align: center;
	color: white;
}


/*首页-底部宣传图*/

.bottom {
	width: 90%;
	height: 20vw;
	margin-left: 5%;
	margin-top: 8vw;
	border-radius: 3vw;
	background: #f5646b;
	margin-bottom: 2vw;
}

.bottom img {
	width: 100%;
	height: 20vw;
	border-radius: 3vw;
	overflow-x: auto
}


/*列表页*/
.head{
	width: 100%;	
	background: #9acbc1;
	border-bottom: solid 1px #C0C4CC;
}
.head_title{
	width: 72%;
	text-align: center;
	margin-top: 1vw;
	font-size: 4vw;
	margin-bottom: 2vw;
	margin-top: 2vw;	
	color: white;
}
.head .buttom{
	margin-bottom: 2vw;
	margin-top: 2vw;		
}

.clearfix { zoom:1;}
.clear{ clear: both;}
ul{ list-style: none;}
img{width:100%;display:block;}
.p-r{position:relative;}
a{text-decoration:none;}
/*iphone上的Safari解析input[typw="submit"]和input[type="submit"]按钮会以苹果浏览器默认的UI进行渲染，解决发放如下*/
input,input[type="button"],input[type="submit"]，input[type="reset"]{-webkit-appearance:none;} 


/*header*/
.favor-header-bar{
	background-color: #fff;
	overflow: hidden;
	line-height: 5vw;
	border-bottom: 0.1vw solid #e1e1e1;
	margin-top: 2vw;
}
.favor-header-bar li{
	display: block;
	width:20%;
	text-align: center;
	float: left;
	margin-left:-1.5vw;
	height:6vw;
	line-height: 5vw;
	margin-top:1.35vw;
	/*border-right: 1px solid #e1e1e1;*/
	position: relative;
}
.favor-header-bar a{
	color:#333;
	display:block;
	padding-bottom: 0.8vw;
	width:100%;
	margin:0 auto;
	font-size: 3.2vw;

}
.favor-header-bar li:last-child{
	border-right:none;
}
.favor-header-bar li.default a{
	color:#f5646b;
	border-bottom: 0.2vw solid #f5646b;
}

/*favor-list*/
.favor-list.swiper-container{
	width:95%;
	margin-left: 5%;
	margin-top: 5vw;
}
.main_item{
	width: 100%;
	margin-bottom: 5vw;
}
.main_item_left{
	width: 20%;
}
.main_item_left img{
	width: 100%;
}
.main_item_right{
	width: 70%;
	margin-left: 5%;
	position:relative;
}
.main_item_title{
	font-size: 4vw;
}
.main_item_cont{
	color: #CCCCCC;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.main_item_date{
	color: #CCCCCC;
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 0;
}


/*特色专题页*/
.main_list,.main_img,.main_introduce{
	width: 90%;
	margin-left: 5%;
	margin-top: 5vw;
}
.main_img img{
	width: 100%;
	box-shadow: 0.1vw 0.1vw 1vw #000000;
}
.main_introduce{
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;	
    text-indent:3vw ;
}
.main_border{
	margin-top: 5vw;
	width: 90%;
	margin-left: 5%;
	border: solid 0.1vw #CCCCCC;
}