.head {
	background-image: url(../imgs/header-bg.png);
	background-size: 100% 100%;
	min-height: 900px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

.head-logo img {
	float: left;
	margin-top: 39px;
}

.head-logo span {
	float: right;
	margin-top: 45px;
	font-size: 0;
}

.head-logo span a {
	font-size: 12px;
	color: #B00A0A;
	display: inline-block;
	width: 100px;
	height: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 24px;
	margin-left: 11px;
}

.header-text-row {
	display: flex;
	justify-content: center;
	margin-top: 180px;
}

.header-text {
	display: inline-block;
	max-width: 100%;
}

.past-content {
	margin-top: 60px;
}

.content .left-title {
	margin-top: 30px;
	display: block;
	text-align: center;
	color: #D47756;
	font-size: 26px;
	font-weight: 700;
}

.content .left-content {
	margin-left: 33px;
	margin-top: 22px;
}

.content .left-content>div {
	margin-top: 15px;
}

.content .left-content .content-title {
	color: #D47756;
	font-size: 18px;
	font-weight: 700;
	float: left;
}

.content .left-content .content-content {
	width: 80%;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-left .left-details {
	font-size: 16px;
	color: #D47756;
	text-align: right;
	margin-right: 40px;
	display: block;
}

.main {
	margin-top: 46px;
}

.linian {
	padding: 0 5%;
	margin-top: 50px;
}

.jiedu-title .title-text, .linian-title .title-text, .mtbd-title .title-text {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #D47756;
}

.jiedu-title, .linian-title, .mtbd-title {
	position: relative;
}

.jiedu-title img.title-left, .mtbd-title img.title-left {
	position: absolute;
	content: "";
	top: 50%;
	left: 3%;
}

.linian-title img.title-left {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
}

.jiedu-title img.title-right, .mtbd-title img.title-right {
	position: absolute;
	content: "";
	top: 50%;
	right: 3%;
}

.linian-title img.title-right {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
}

.jiedu {
	margin-top: 50px;
}

.jiedu .jiedu-content {
	margin-top: 24px;
}

.tabs li {
	float: left;
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
}

.jiedu-content .slides .slide {
	/* height: 305px; */
}

.slide-more {
	margin-top: 35px;
	display: flex;
    justify-content: center;
}

.slide-more a {
	font-size: 14px;
	color: #d47856;
}

.tabs li.active, .tabs li:hover {
	background-color: #fff5ea;
}

.tabs li.active span, .tabs li:hover span {
	color: #D47756;
}

.tabs li span {
	font-size: 26px;
	font-weight: 700;
	color: #666666;
}

.slides .slide>ul {
	padding: 50px 44px 0 44px;
	display: flex;
	justify-content: space-between;
}

.slides .slide li {
	width: calc((100% / 3) - 20px);
	float: left;
}

.slides .slide li a {
	display: block;
	text-align: center;
}

.slides .slide li a {
	font-size: 16px;
	color: #333;
}

.slide img {
	display: block;
	width: 100%;
	height: 186px;
	object-fit: cover;
    object-position: top;
}

/* 历年常务会议回顾 start */
.lncwhy-title {
    margin-top: 50px;
}

.lncwhy-title li {
    width: 140px;
	height: 41px;
	float: left;
	background-color: #F3F3F3;
	border-radius: 7px;
	margin-right: 34px;
}

.lncwhy-title li a {
    display: block;
    text-align: center;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
	color: #666666;
	line-height: 41px;
}

.lncwhy-title li a:hover,
.lncwhy-title li.active a {
    color: #D47756;
    opacity: 1;
    background: #FDF5DA;
}

.lncwhy-content-box {
    height: 95px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.lncwhy-content-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 45px;
    width: 100%;
    height: 3px;
    background-color: #FDF5DA;
}

.lncwhy-content-box .prev {
    left: 0;
}

.lncwhy-content-box .next {
    right: 0;
}

.lncwhy-content-box .prev,
.lncwhy-content-box .next {
    cursor: pointer;
    position: absolute;
    top: 24px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-size: cover;
    z-index: 100;
}

.lncwhy-content {
    /* display:none */
}

.lncwhy-content ul {
    height: 21px;
}

.lncwhy-content li {
    width: 14.28%;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
	color: #666;
}

.lncwhy-content li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    left: calc(50% - 15px);
    top: 30px;
    z-index: 99;
}

.lncwhy-content li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    background-repeat: no-repeat;
    left: calc(50% - 7px);
    top: 68px;
    z-index: 99;
}

.lncwhy-content-box-doc {
	padding: 0 42px;
}

.lncwhy-content-box-doc .details:nth-child(1) {
    display: block;
}

.lncwhy-content-box-doc .details {
    display: none;
    width: 100%;
    height: 164px;
    /* background-color: #f8fcff; */
	border: 1px dashed #d47756;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 50px;
}

.lncwhy-content-box-doc .details .title {
    font-size: 20px;
    color: #D47756;
    margin-top: 17px;
    text-align: center;
	font-weight: 700;
}

.lncwhy-content-box-doc .details .content {
    height: 65px;
    overflow: hidden;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	color: #666;
}

.lncwhy-content-box-doc .details .content p,
.lncwhy-content-box-doc .details .content span {
    font-size: 14px !important;
    color: #333 !important;
    line-height: 18px !important;
    font-family: MicrosoftYaHei !important;
}
.lncwhy-content-box-doc .details .cheak-more {
    color: #D47756;
    font-size: 14px;
    line-height: 19px;
    float: right;
}
/* 历年常务会议回顾 end */

/* 常务会议日历 start */
.area1 {
	overflow: hidden;
	float: right;
	max-width: 100%;
}

.area1 #calendar {
	width: 350px;
	float: left;
	max-width: 100%;
}

.area1 #calendar .layui-laydate,
.area1 #calendar .layui-laydate-main,
.area1 #calendar .layui-laydate-content table {
	width: 100% !important;
}

.area1 #calendar .layui-laydate {
	border: 1px solid #D47756;
	box-shadow: 0;
}

.area1 #calendar .layui-laydate-content table thead {
	height: 37px;
	background-color: #D47756;
}

.area1 #calendar .layui-laydate-content table tbody td {
	/* height: 50px; */
}

.area1 #calendar .layui-laydate-content table thead th {
	color: #EEEFF1;
	font-size: 13px;
	font-weight: 700;
}

.area1 #calendar .layui-laydate-footer {
	display: none;
}
.content .content-content p,
.content .content-content span,
.area2 .content .contant-lists .val p,
.area2 .content .contant-lists .val span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 24px !important;
	overflow: hidden;
}

.area2 .content .contant-lists table {
	width: 100% !important;
}


.area2 {
	float: right;
	background-color: #fdf5da;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	float: left;
}

.area2>.content {
	/* height: 100%;
	overflow-y: auto; */
}

.area2 .title {
	font-size: 24px;
	text-align: center;
}

.area2 .contant-lists li {
	overflow: hidden;
}

.area2 .contant-lists span {
	font-size: 16px;
	color: #303030;
}

.area2 .contant-lists span.key {
	width: 82px;
	font-weight: 700;
}

.area2 .contant-lists span.val {
	width: 100%;
	left: 0;
}

.area2 .view-details {
	font-size: 14px;
	text-align: end;
	margin-top: 5px;
	margin-right: 8%;
	margin-bottom: 23px;
}

.area2 .view-details a {
	color: #D47756;
}

.area2>.content:first-child, .area2>.content {
	display: block;
}

.area2>.content .contant-lists {
	height: 150px;
	overflow: auto;
	margin-top: 30px;
}

.area2>.content {
	display: none;
}

.laydate-set-ym span {
	color: #D47756;
}
/* 常务会议日历 end */

.yjfk-title {
	position: relative;
	display: flex;
	justify-content: center;
}

.yjfk-title img.title-left {
	position: absolute;
	content: "";
	top: 50%;
	left: 3%;
}

.yjfk-title .title-text {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #D47756;
	width: 310px;
	max-width: 100%;
}

.yjfk-title img.title-right {
	position: absolute;
	content: "";
	top: 50%;
	right: 3%;
}

.yjfk-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.yjfk-list li {
	width: calc(100% / 4);
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 30px;
}

.yjfk-list li a {
	display: block;
	width: 100%;
	position: relative;
}

.yjfk-list li a .yjfk-title {
	background-color: #D47856;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: Bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0 10px;
}

.yjfk-list li a div {
	padding: 10px 10% 20px 10%;
	background-color: #FEF5DA;
	margin-top: 2px;
}

.yjfk-list li a div .block-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: Bold;
	color: #d47856;
}

.yjfk-list li a div .block-con {
	margin-top: 6px;
	font-size: 16px;
	color: #666666;
}

.yjfk-more {
	margin-top: 10px;
	display: flex;
    justify-content: center;
}

.yjfk-more a {
	font-size: 14px;
	color: #d47856;
}

.mtbd {
	margin-top: 50px;
}

.mtbd-con {
	padding: 30px 40px 20px 40px;
	background: linear-gradient(180deg,#fff6ec, #fff9f4);
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}

.mtbd-top img {
	display: block;
	width: 100%;
}

.mtbd-top p {
	font-size: 18px;
	font-weight: Bold;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.mtbd-top {
	display: block;
}

.mtbd-more {
	margin-top: 10px;
	display: flex;
    justify-content: center;
}

.mtbd-more a {
	font-size: 14px;
	color: #d47856;
}

.doc-list {
	padding: 30px 15px 0 15px !important;
	display: flex;
    flex-direction: column;
}

.doc-list li {
	margin-bottom: 23px !important;
	width: calc(100% - 15px) !important;
	float: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 14px;
	position: relative;
}

.doc-list li::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #D47856;
	top: 10px;
	left: 0;
}

.doc-list li:last-child {
	margin-bottom: 0;
}

.doc-list li a {
	font-size: 16px;
	color: #333333;
	margin: 0 !important;
	max-width: calc(90% - 90px);
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.doc-list li span {
	font-size: 14px;
	color: #999999;
}

