/*+----------------------------------------------------------
| zoui v1.0.0 MIT 2020.6.14
| 放下个人素质，享受缺德人生！拒绝精神内耗，不行咱就发疯！
| Copyright (c) 2020 http://st.swah.cn All rights reserved.
| Author: zero <m@swah.cn>
+----------------------------------------------------------*/
@import url('default.css');

/* list页 */
.list-news{
	width: 98%;
	float: left;
	margin: 10px 20px 0 10px;
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #eee;
}
.list-news :hover{
	color:  var(--main-color);
}
/* imgs页 */
.imgs-news{
	width: 19%;
	height: 200px;
	margin: 5px;
	border: 1px solid #fff;
	border-radius: 10px;
	float: left;
}
.imgs-news:hover{
	border: 1px solid var(--main-color);
	border-radius: 7px;
}

/* info页 */
.textarea>img{
	width: 95%;
}
.textarea>p>img{
	width: 95%;
}

.textarea>p>a{
	color: #000;
}
.textarea>p>a:hover{
	color: var(--main-color);
}