﻿/*公共样式*/

html,
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #f1f3f4;
	font-size: 10px;
}

@media (min-width: 1200px) {
	.container {
		min-width: 1200px;
		padding: 0;
	}
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
}

.container-fluid {
	padding: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.row {
	margin: 0;
	padding: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}


/*小于768px*/
@media (max-width: 768px) {
	.nav {
		margin: 0;
		padding: 10px 0px;
	}
	 .navbar-header{height: 70px;}
	 body .navbar{padding: 0;}  
	 .navbar-toggle{    margin-top: 18px;} 
	.form-control {
		width: 100%;
	}
	.navbar-form{padding: 20px 0px;}
	.navbar-form .btn {
		margin-left: 0px;
	}
	.nav>li>a {
		text-align: left;
	}
	.container .main_tab {
		margin-top: 10px;
	}
	.list .list_right {
		margin-top: 10px;
		padding-left: 12px;
		background-position: 1px 7px;
	}
	.nav>li>a{text-align: left;}
}

@media (min-width:768px) and (max-width:1700px){
	.navbar .nav{margin: 0px 60px;}
	#top_right{position: absolute;
		top: 5px;right: -145px;}
		   .navbar-form .form-control {
		width:380px;
	}
	.navbar-form .btn {
		margin-left: 20px;
	}
	.navbar-form {
		margin-top: 15px;
		padding: 0px 0px;
	}
	.nav {
		margin: 0px 10%;
	}
	.nav>li>a{text-align: center;}
	.zhiliao_ask{position: absolute;right: -60px;top: 15px;}
} 

@media (min-width:1700px){
	#top_right {
		position: absolute;
		top: 5px;
		right: -350px;
	}
	   .navbar-form .form-control {
		width:380px;
	}
	.navbar-form .btn {
		margin-left: 20px;
	}
	.navbar-form {
		margin-top: 15px;
		padding: 0px 0px;
	}
	.nav {
		margin: 0px 10%;
	}
	.nav>li>a{text-align: center;}
	.zhiliao_ask {
		position: absolute;
		right: -215px;
		top: 90px;
	}
	
} 
    

	





/*头部*/

.navbar {
	padding: 30px 0px;
	margin-bottom: 0px;
	background: #ffffff;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	line-height: auto;
}

.nav>li>a {
	color: #333333;
	font-size: 18px;
	padding: 0px;
	display: inline-block;
	height: 60px;
	width: 80px;
	line-height: 60px;
}

.navbar-form .btn {
	background-color: #8fad49;
	color: white;
	width: 80px;
}

#top_right {
	margin-right: 10%;
	margin-top: 8px;
}

#top_right a {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 15px;
	position: relative;
}

#top_right i {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -5px;
	right: -5px;
	text-align: center;
	color: white;
	font-style: normal;
}


/*轮播图*/

.swiper-button-prev {
	left: 10%;
}

.swiper-button-next {
	right: 10%;
}


/*导航*/

.main_tab {
	border-bottom: 1px solid #ececec;
	margin-top: 60px;
}

.main_tab a {
	display: inline-block;
	padding: 10px 0px;
	color: #555555;
	font-size: 18px;
	margin-right: 28px;
}

.main_tab a:hover {
	text-decoration: none;
}

.main_tab a.act {
	border-bottom: 2px solid #197dd2;
	color: #197dd2;
	font-size: 20px;
	text-decoration: none;
}


/*内容列表*/

.main_content .list_wrapper {
	display: none;
}

#tag {
	position: absolute;
	top: 0;
	right: 2px;
	display: inline-block;
	height: 25px;
	color: #f1f3f4;
	font-size: 14px;
	line-height: 25px;
}

.img_like {
	background: url(/cicada/images/web/like_bg.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 80px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	cursor: pointer;
}

.img_like i {
	display: inline-block;
	width: 16px;
	height: 14px;
	vertical-align: sub;
}

.img_like span {
	color: #888888;
	vertical-align: baseline;
}

.list {
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 20px 15px;
}

.list_left{
	/*width: 350px;*/
	height: 200px;
}
.list_left>img{
	width:100%;
	height: 200px;
}

.list_right {
	padding-left: 35px;
	background: url(/cicada/images/web/green_point.png) no-repeat 18px 7px;
}

.list_right .post_title {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	cursor: pointer;
}

.list_right .post_head {
	font-size: 14px;
	color: #888888;
	margin-bottom: 5px;
}

.list_right .post_content  {
	color: #888888;
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
}

.list_right .post_bottom a {
	display: inline-block;
	padding: 0px 10px;
	background-size: cover;
	text-align: center;
	line-height: 31px;
	color: #888888;
	border: 1px dashed #c8d1d5;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.list_right .post_bottom a:last-child {
	margin-right: 0px;
}

.list_right .post_bottom a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin-right: 5px;
}


/*右侧第一块*/

.sidebar1_title {
	text-align: center;
	margin: 20px 0px;
}

.avatar {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.avatar div {
	margin-top: -30px;
}

.avatar div a {
	display: inline-block;
	width: 72px;
	height: 32px;
	background: url(/cicada/images/web/loginButton_bg.png) no-repeat;
	color: #fefefe;
	font-size: 14px;
	line-height: 32px;
	margin: 0 auto;
	text-decoration:none;
}

.my_list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f7f7f7;
	padding-left: 50px
}

.my_list li a {
	color: #333333;
	font-size: 14px;
}

.my_list li i {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	margin-right: 10px;
}


/*右侧第二块*/

.sidebar2 {
	height: 435px;
	background: white;
	margin-top: 30px;
	border: 1px solid #e3e5e6;
}

.sidebar2-title {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: url(/cicada/images/web/sidebar2_bg.png) no-repeat;
	font-size: 20px;
	color: #333333;
	background-size: cover;
}

.sidebar2 ul li {
	margin-top: 10px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	text-align: center;
}

.sidebar2 ul li p {
	width: 70%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.sidebar2 ul li i {
	display: inline-block;
	width: 38px;
	height: 38px;
	vertical-align: top;
	margin-right: 10px;
}

.sidebar2 ul li em {
	font-style: normal;
	display: inline-block;
	width: 80px;
	text-align: left;
	height: 38px;
	line-height: 38px;
}

.wy_avatar {
	float: left;
}

.wy_score {
	display: inline-block;
	width: 60px;
	text-align: left;
	height: 38px;
	line-height: 38px;
	float: right;
}


/*右侧第三块*/

.sidebar3 {
	height: 255px;
	background: white;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #e3e5e6;
}

.sidebar3 p {
	color: #333333;
}


/*我要提问*/

.zhiliao_ask {
	background-image: url(/cicada/images/wltwwyfx.gif);
	width: 200px;
	height: 200px;
	padding-top: 130px;
	padding-left: 45px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
}

.zhiliao_ask a {
	display: inline-block;
	width: 118px;
	height: 35px;
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	padding-left: 40px;
	margin-top: 5px;
}


/*右侧固定栏*/

.fixed_right {
	width: 55px;
	height: 100%;
	background: #ececec;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.fixed_right a {
	display: block;
	width: 36px;
	height: auto;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	padding: 5px 8px;
	margin-bottom: 15px;
}

.fixed_right a:hover {
	text-decoration: none;
}

.fixed_right div {
	position: absolute;
	top: 50%;
	height: auto;
	margin-top: -200px;
	left: 9px;
}

.fixed_right a i {
	display: block;
	width: 24px;
	height: 24px;
}

.fixed_right a p {
	line-height: 16px;
	text-align: center;
	margin: 5px 0px;
	display: none;
}


/*底部*/

.footer {
	margin-top: 15px;
}

.footer p {
	text-align: center;
	color: #8d8d8e;
	line-height: 25px;
}