@charset "utf-8";

/* 设置需要的标签内边距和外边距为0，仅添加需要的标签，不建议使用星号（*）代替，以下为示例 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
div,
p,
span,
em,
b,
img,
table,
td,
tr,
th,
button,
input,
textarea,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 0.24rem;
	background: #f2f2f2;
}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea {
	resize: none;
}

input,
button {
	border: none;
	background: none
}

/*图片无边框*/
img {
	border: none;
	display: block;
}

.imgwrap img {
	width: 100%;
}

/* 清除列表样式设置，以下为示例，仅写你用到的标签 */
ul,
li {
	list-style: none;
}

/*文字对齐*/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* 设置链接默认样式，默认颜色和鼠标移入颜色根据实际需求自行更改 */
<<<<<<< .mine
a{text-decoration:none;transition:color 0.2s;}
a:active{color:#41c7db;}
||||||| .r901
a{text-decoration:none;color:#4a4a4a;transition:color 0.2s;}
a:active{color:#41c7db;}
=======
a {
	text-decoration: none;
	color: #4a4a4a;
	transition: color 0.2s;
}
>>>>>>> .r906

a:active {
	color: #41c7db;
}

/*清除浮动 两种方式根据具体需求自选*/
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*表格边框合并*/
table {
	border-collapse: collapse;
}

/*浮动*/
.f-left {
	float: left;
}

.f-right {
	float: right;
}

/*强制换行*/
.break-word {
	word-wrap: break-word;
	word-break: break-all;
}

/*禁止换行*/
.keep-all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap
}

/*两端对齐 若单行，至少要3个字符，只有两个字符的，中间补一个空格*/
.text_justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* chrome*/
	.aaa:after {
		content: ".";
		display: inline-block;
		width: 100%;
		overflow: hidden;
		height: 0;
	}
}

/*修复火狐按钮文字不垂直居中的bug*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

input {
	outline: none;
	background: none;
}

/*布局框架*/
.main {
	width: 100%;
	position: relative;
}

.container {
	position: relative;
}

/* 统一placeholder文字颜色 */
::-moz-placeholder {
	color: #999;
}

/*ff*/
::-webkit-input-placeholder {
	color: #999;
}

/*chrome,safari*/
:-ms-input-placeholder {
	color: #999;
}

/*IE10*/
.margin_t5 {
	margin-top: 0.05rem;
}

.margin_t10 {
	margin-top: 0.rem;
}

.margin_t15 {
	margin-top: 0.15rem;
}

.margin_t20 {
	margin-top: 0.2rem;
}

.margin_t30 {
	margin-top: 0.6rem;
}

.f_28 {
	font-size: 0.28rem
}

/*search*/
.search {
	line-height: 0.6rem;
	padding: 0.2rem;
	width: 100%;
	box-sizing: border-box;
}

.s-form {
	position: relative;
}

.s-form .search-btn {
	cursor: pointer;
	float: left;
	width: 1.2rem;
	height: 0.6rem;
	background: url("../img/search_btn.png") center no-repeat;
	background-size: 1.2rem 0.6rem;
	border-radius: 0
}

.search-box {
	float: left;
	width: 75%;
	height: 0.6rem;
	line-height: 0.64rem;
	box-sizing: border-box;
	border: 1px solid #63bcea;
	border-right: none;
	border-radius: 0.6rem 0 0 0.6rem;
}

#search {
	height: 0.4rem;
	padding: 0.08rem 0;
	display: block;
	width: 90%;
	margin-left: 5%;
	font-size: 0.28rem;
}

.search .filter {
	cursor: pointer;
	font-size: 0.28rem;
	color: #0498e5;
	width: 1rem;
	background: url("../img/choose.png") right center no-repeat;
	background-size: 0.34rem;
}

.search .cancle {
	cursor: pointer;
	font-size: 0.28rem;
	color: #0498e5;
	width: 1rem;
	text-align: center;
	margin-left: 0.3rem;
	height: 0.6rem;
	line-height: 0.64rem
}

.history-list {
	background: #fff
}

.history-list .history-words,
.history-list .key-words {
	height: 0.88rem;
	line-height: 0.88rem;
	position: relative;
	font-size: 0.28rem;
	text-indent: 0.48rem;
	margin-left: 0.2rem;
	cursor: pointer;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.26rem;
}

.history-list .history-words {
	background-image: url("../img/time.png");
}

.history-list .key-words {
	background-image: url("../img/key.png");
	background-size: 0.36rem
}

.history-list .history-item {
	height: 0.88rem;
	line-height: 0.88rem;
	position: relative;
}

.history-item .icon {
	z-index: 99;
	cursor: pointer;
	width: 0.88rem;
	height: 0.88rem;
	background: url('../img/delete.png') center no-repeat;
	background-size: 0.44rem;
	position: absolute;
	right: 0.08rem;
	top: 0;
}

.history-item .words {
	font-size: 0.28rem;
	margin-left: 0.2rem;
	text-indent: 0.16rem;
	cursor: pointer;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	width: calc(100% - 1rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all-history {
	background: #fff;
	line-height: 0.64rem;
	text-align: center;
	color: #999;
	cursor: pointer;
}

/*info*/
.info {
	width: 100%;
	margin-bottom: 1.2rem
}

.info .title-item {
	background: #fff;
	width: 25%;
	box-sizing: border-box;
	float: left;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	font-size: 0.28rem;
	position: relative;
}

.info .title-item.cur {
	color: #0498e5;
}

.info .title-item.cur .line {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20%;
	width: 40%;
	border: 2px solid #0498e5
}


/*news-list*/
.news {
	width: 100%;
}

.news-list {
	display: none;
}

.news-list:first-child {
	display: block;
}

.news-list .update {
	line-height: 0.56rem;
	text-align: center;
	font-size: 0.2rem;
	color: #666666;
}

.news-item {
	box-sizing: border-box;
	padding: 0.2rem;
	background: #fff;
	margin-bottom: 0.1rem;
}

.news-item .item-title {
	color: #333;
	font-size: 0.28rem;
	display: block;
	width: 100%;
	margin-bottom: 0.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-item .item-con {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.16rem 0;
	color: #666;
}

.news-item .b-item {
	color: #999;
}

.news-item .t-type {
	background: url("../img/notice.png") left center no-repeat;
	background-size: 0.2rem 0.26rem;
	text-indent: 0.32rem
}

.news-item .area {
	margin-left: 0.5rem;
	background: url("../img/area.png") left center no-repeat;
	background-size: 0.21rem 0.26rem;
	text-indent: 0.32rem
}

.news-item .date {
	background: url("../img/date.png") left center no-repeat;
	background-size: 0.26rem;
	text-indent: 0.36rem
}


/*article*/
.article {
	width: 100%;
	padding: 0.4rem 0.2rem 0.9rem;
	box-sizing: border-box;
}

.article .title {
	width: 100%;
}

.article .b-item {
	padding: 0.22rem 0;
	margin-bottom: 0.22rem;
	border-bottom: 1px solid #ccc;
}

.article .t-type {
	background: url("../img/notice.png") left center no-repeat;
	background-size: 0.2rem 0.26rem;
	text-indent: 0.32rem
}

.article .area {
	margin-left: 0.5rem;
	background: url("../img/area.png") left center no-repeat;
	background-size: 0.21rem 0.26rem;
	text-indent: 0.32rem
}

.article .date {
	background: url("../img/date.png") left center no-repeat;
	background-size: 0.26rem;
	text-indent: 0.36rem
}

.article .content {
	font-size: 0.28rem
}

.article .footer {
	text-align: center;
	color: #999;
	margin-top: 1.3rem;
	line-height: 0.36rem;
	margin-bottom: 0.9rem
}

.article .footer a {
	color: #0497e4
}

.collection {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 0.86rem;
	background: #f8f8f8;
	color: #333;
}

.unabled {
	background: #ccc
}

/*bottom*/
.bottom {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 30;
}

.bottom a {
	width: 33.333%;
	text-align: center;
	height: 1rem;
	line-height: 1.5rem;
	float: left;
	font-size: 0.22rem;
	background-position: center 0.1rem;
	background-repeat: no-repeat;
	background-size: 0.44rem;
}

.bottom a.cur {
	color: #0498e5;
}

.bottom .home {
	background-image: url("../img/home_1.png");
}

.bottom .home.cur {
	background-image: url("../img/home.png")
}

.bottom .subscribe {
	background-image: url("../img/subscribe_1.png");
}

.bottom .subscribe.cur {
	background-image: url("../img/subscribe.png");
}

.bottom .user {
	background-image: url("../img/user_1.png");
}

.bottom .user.cur {
	background-image: url("../img/user.png");
}

/*bomb-box*/
.bomb-box {
	z-index: 100;
	font-size: 0.28rem;
	width: 5.8rem;
	height: 3.8rem;
	box-sizing: border-box;
	padding: 0.3rem;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -2.9rem;
	margin-top: -1.6rem;
	background: #fff;
	display: none;
	border-radius: 0.1rem
}

.bomb-box .bomb-title {
	font-size: 0.36rem;
	line-height: 0.86rem;
	height: 0.86rem;
	border-bottom: 1px dashed #ccc;
	width: 5rem;
	margin: 0 auto;
	text-align: center;
	color: #0497e4;
}

.bomb-box .text-box {
	border-radius: 0.1rem;
	box-sizing: border-box;
	width: 5.2rem;
	height: 0.86rem;
	text-indent: 0.2rem;
	margin: 0.26rem auto;
	border: 1px solid #0497e4;
}

.bomb-box .bomb-text {
	border-radius: 0.1rem;
	color: #666;
	font-size: 0.3rem;
	width: 5.2rem;
	display: block;
	height: 0.66rem;
	text-indent: 0.2rem;
	padding: 0.08rem 0;
	font-family: "Microsoft YaHei";
}

.bomb-box .text-con {
	color: #333;
	text-align: center;
	margin: 0.24rem 0 0.36rem;
}

.bomb-box .bomb-btns {
	width: 5.2rem;
}

.bomb-box .bomb-btn {
	width: 2.5rem;
	box-sizing: border-box;
	height: 0.86rem;
	line-height: 0.86rem;
	border-radius: 0.1rem;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	font-size: 0.36rem;
	color: #999
}

.bomb-box .confirm {
	margin-left: 0.2rem;
	background: #0497e4;
	border: 1px solid #0497e4;
	color: #fff
}

.bomb-box .free-btn {
	width: 100%;
	background: #0497e4;
	color: #fff
}

#cover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	z-index: 99
}

/*消息弹框*/
.msg_box {
	position: fixed;
	z-index: 999;
	padding: 0 0.3rem;
	display: hidden;
	border-radius: 0.1rem;
	opacity: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 0.8rem;
	font-size: 0.24rem;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

/**消息列表点击标红*/
.news-item .item-title:visited {
	color: #ff5151 !important;
}
a:any-link{
	text-decoration: none;
}
