/* 常务会议标题 start */
.cwhy-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 26px;
}

/* 常务会议标题 end */

/* 通用标题组件样式覆盖 start */
.zibo-title-border {
    background-color: #235399 !important;
    height: 25px !important;
}

/* 通用标题组件样式覆盖 end */

/* 最新常务会议 start */
.zxcwhy-title {
    margin-top: 40px;
}

.zxcwhy {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c8c8c8;
}

.zxcwhy .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.zxcwhy .time {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}

.zxcwhy .content {
    height: 48px;
    overflow: hidden;
}

.zxcwhy .content p,
.zxcwhy .content span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 24px !important;
}

.zxcwhy .check-details {
    cursor: pointer;
    color: #235399;
    font-size: 14px;
    float: right;
    margin-bottom: 29px;
}

/* 最新常务会议 end */

/* 会议议题 start */
.hyyt {
    padding-left: 30px;
    padding-right: 60px;
    box-sizing: border-box;
}

.hyyt .cwhy-title {
    margin-bottom: 28px;
}

.hyyt-list {
    height: 170px;
    overflow: auto;
}

.hyyt-list ul {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hyyt-list ul::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 146px;
    top: 0;
    left: 17px;
}

.hyyt-list li {
    padding-left: 49px;
    margin-bottom: 16px;
    box-sizing: border-box;
    position: relative;
}

.hyyt-list li span {
    display: block;
    padding-left: 18px;
    height: 46px;
    line-height: 46px;
    background-color: #f8fcff;
    border-radius: 23px;
    padding-right: 33px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    font-size: 16px;
    color: #333;
}

.hyyt-list li::after {
    position: absolute;
    content: "";
    z-index: 999;
    width: 34px;
    height: 34px;
    left: 0;
    top: 6px;
}

.hyyt-list li:last-child {
    margin-bottom: 0;
}

/* 会议议题 end */

/* 一图读懂、会议视频 start */
.ytdd,
.hysp {
    box-sizing: border-box;
}

.ytdd {
    padding-right: 15px;
}

.hysp {
    padding-left: 15px;
    margin-bottom: 50px;
}

.ytdd-logo,
.hysp-logo {
    margin-top: 28px;
}

.ytdd-logo img,
.hysp-logo img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

/* 一图读懂、会议视频 end */

/* 议题解读 start */
.ytjd {
	width: 100%;
	padding-left: 30px;
	margin-bottom: 30px;
}

.ytjd-title {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.ytjd-title p {
	width: 250px;
	line-height: 50px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.ytjd-title span {
	width: calc(100% - 320px);
	height: 15px;
	display: block;
	margin-left: 10px;
}

.ytjd-title span.mtjd-drop {
    width: calc(100% - 260px);
}

.ytjd-title a {
    color: #999;
    padding-left: 10px;
}

.ytjd-list {
	padding-left: 14px;
}

.ytjd-list li {
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
}

.ytjd-list li:hover .ytjd-row {
	border: 1px solid #2F5394;
}

.ytjd-list li:hover .ytjd-row .ytjd-left {
	color: #2F5394;
}



.ytjd-list li::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 55px;
	top: 2.5px;
	left: 0;
}

.ytjd-list li:last-child {
	margin-bottom: 0;
}

.ytjd-list li .ytjd-row {
	border: 1px solid #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ytjd-list li .ytjd-row .ytjd-left {
	text-indent: 50px;
	max-width: calc(80% - 150px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.ytjd-list li .ytjd-row .ytjd-right {
    margin-right: 10px;
    width: 180px;
}

.ytjd-list li .ytjd-row .ytjd-right a {
    margin-right: 5px;
}

.ytjd-list li .ytjd-row .ytjd-right a span {
    color: #333;
    font-size: 14px;
}


/* 议题解读 end */

.main-top {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px dashed #c8c8c8;
}

.main-top p, .main-top select {
    width: 120px;
}

.main-top select {
    height: 34px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #c8c8c8;
    letter-spacing: 0.33px;
    appearance: none;
    -webkit-appearance: none;
}

.main-axis {
    margin-top: 30px;
}

.main-axis li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 24px;
}

.main-axis li:last-child .axis-right::after {
    content: none;
}

.axis-left {
    display: flex;
    align-items: center;
}

.axis-left p {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #5c86c5;
    border-radius: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: Bold;
    color: #ffffff;
    letter-spacing: 0.37px;
}

.axis-left img {
    display: block;
    width: 34px;
    height: 34px;
    margin-left: 13px;
}

.axis-right {
    width: calc(100% - 230px);
    border: 1px solid #d6e6ff;
    border-radius: 5px;
    max-height: 66px;
    transition: all 1s;
    position: relative;
}

.axis-right::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    border-left: 2px dashed #5C86C5;
    top: 40px;
    left: -40px;
}

.axis-right .right-title {
    font-size: 16px;
    font-weight: Bold;
    color: #333333;
    letter-spacing: 0.33px;
    line-height: 66px;
    padding: 0 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.axis-right .right-title span {
    position: absolute;
    top: 0;
    right: 0;
    width: 97px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffc034;
    border-radius: 0px 5px 0px 5px;
    font-size: 14px;
    font-weight: Bold;
    color: #ffffff;
    letter-spacing: 0.29px;
}

.axis-right .right-con {
    padding: 0 27px 0 27px;
    max-height: 200px;
    overflow: auto;
    position: relative;
    padding: 0 27px;
    max-height: 0;
    transition: all 1s;
    margin-bottom: 27px;
}

.axis-right .right-con .adopt {
    position: absolute;
    top: 0;
    right: 0;
}
