/* CSS Document */
@charset "utf-8";

html {
	font-size: 3vw;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: initial;
}

a:visited {
	text-decoration: none;
	color: initial;
}

a:hover {
	text-decoration: none;
	color: initial;
}

a:active {
	text-decoration: none;
	color: initial;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/mbbg.png), url(../img/mbbg-white-diamond.png);
	background-size: contain, auto;
	background-repeat: no-repeat, repeat;
	color: #535353;
	font-family: "microsoft Yahei", "Arial Narrow";
	overflow-x: hidden;
}

/* 顶部标题栏 */
.header {
	width: 100%;
	padding: 3% 5%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 顶部logo栏 */
.header_img {
	width: 7%;
}

.header_img img {
	width: 100%;
}

/* 顶部标题 */
.header_titile {
	font-size: 4vw;
	font-weight: bold;
	text-indent: 0.5em;
	color: #3f3f3f;
	letter-spacing: 1px;
}

/* .toppic {
	width: 90%;
	margin: 2% auto;
	border-radius: 3vw;
	border: 1px solid #ffffff;
	background-color: #DCDCDC;
	overflow: hidden;
}

.toppic img {
	height: 45vw;
	width: 100%;
} */

/* 顶部轮播图 */
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	height: 45vw;
	box-shadow: 0px 15px 8px -10px rgba(0, 0, 0, 0.2);
	border-radius: 3vw;
	background-color: #DCDCDC;
}

/* 图片框 */
.slideBox .bd li img {
	width: 100%;
	height: 45vw;
}

/* 轮播图底部进度圆点栏 */
.slideBox .hd {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3vw;
	padding: 0.5vw 3vw;
	box-sizing: border-box;
}

.slideBox .hd ul {
	font-size: 0;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	text-align: center;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background: #ffffff;
	overflow: hidden;
	margin: 0 1vw;
}

.slideBox .hd ul li.on {
	background: #8C8C8C;
}

/* 中部导航栏 */
.readers {
	width: 90%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	border-radius: 3vw;
	box-shadow: 2px 2px 6px 2px #e7e7e7;
	margin: 5% auto;
	background-color: #ffffff80;
	color: #000000;
	padding: 3% 0;
}

.readers .item {
	width: 24%;
	text-align: center;
}

.readers .item_icon {
	width: 90%;
}

.readers .item_name {
	text-shadow: 2px 2px 5px #cccccc;
}


/* 分馆信息栏 */
.recommend {
	margin: 3% auto;
	width: 90%;
}

/* 栏目标题栏 */
.title {
	height: 16px;
}

.title .title_pic {
	width: 16px;
	float: left;
}

.title .title_pic img {
	width: 100%;
}

.title .title_name {
	float: left;
	font-size: 3vw;
	font-weight: bold;
	text-indent: 0.3em;
}

/* 分馆信息栏图片栏 */
.recommend .concent {
	width: 100%;
}

.concent .box {
	padding: 2vw 0;
}

.concent .box .box_item {
	width: 40vw;
}

.box .box_item img {
	width: 100%;
	height: 25vw;
	border-radius: 2vw;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.box p {
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
}

/* 分馆新闻栏 */
.books {
	margin: 3% auto;
	width: 90%;
}
.books .books_main {
	width: 100%;
}
.books_item {
	padding: 2% 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* align-items: center;
	-webkit-align-items: center; */
	border-bottom: 0.1vw dashed #8c8c8c;
}

.books_item:last-child {
	border-bottom: 0;
}

.books_item .books_pic {
	width: 28%;
	height: 20vw;
	overflow: hidden;
	border: 0.1vw #DCDCDC solid;
	border-radius: 25%;
}

.books_item .books_pic img {
	width: 100%;
	height: 100%;
}

.books_item .books_cont {
	width: 70%;
	height: 23.9vw;
	position: relative;
}

.books_item .books_cont_title {
	font-size: 3.5vw;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.books_item .books_cont_info {
	font-size: 3vw;
	line-height: 5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	text-indent: 2em;
	color: #4c4c4c;
}

.books_cont_writer {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 2vw;
	color: #A1A1A1;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* 政策法规栏 */
.policy {
	width: 90%;
	margin: 4% auto;
}

.policy_cont {
	width: 100%;
	margin-top: 3%;
	height: 50vw;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-radius: 3vw;
	overflow: hidden;
	box-shadow: #e7e7e7 2px 2px 6px 3px;
}

.policy_left {
	width: 39%;
	height: 100%;
}

.policy_left .policy_img {
	width: 100%;
	height: 100%;
}

.policy_left .policy_img img {
	width: 100%;
	height: 100%;
	box-shadow: #e7e7e7 2px 2px 6px 2px;
}

.policy_right {
	width: 59%;
	height: 100%;
}

.policy_right .policy_img_b {
	margin-top: 1vw;
}

.policy_right .policy_img_a img,
.policy_right .policy_img_b img {
	width: 100%;
	height: 24vw;
	box-shadow: #e7e7e7 2px 2px 6px 2px;
}


.border {
	width: 90%;
	margin: 3% 5%;
	border: solid 0.1vw #eeeeee;
}

/* .electronic {
	width: 90%;
	margin-top: 5%;
}

.electronic_main {
	width: 100%;
	height: 50%;
	display: -webkit-flex;
	display: flex;
}

.electronic_pic {
	width: 25%;
}

.electronic_pic_01 {
	width: 100%;
}

.electronic_right {
	width: 74%;
}

.electronic_cont {
	width: 100%;
	height: 70px;
	margin-top: -70px;
	background-color: rgb(89, 181, 233, 0.3);
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
}

.electronic_cont_left {
	width: 60%;
	margin-left: 27%;
}

.electronic_cont_title {
	font-size: 13px;
	font-weight: 900;
}

.electronic_cont_detl {
	font-size: 8px;
}

.electronic_cont_right {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.electronic_cont_buttom {
	width: 60%;
	text-align: center;
	font-size: 6px;
	line-height: 18px;
	background-color: #ffb67f;
	border-radius: 5px;
	font-weight: 900;
} */
