@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: initial;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: url('cwhy_bg.jpg') center top no-repeat;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #287BD0;
}

.top_header {
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}


/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.meeting_list {
	width: 1176px;
	height: 656px;
	margin: 0 auto;
	background: url('cwhy_meeting_bg.png') center center no-repeat;
}
.meeting_list .meeting_title {
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
	padding-top: 60px;
	font-size: 50px;
	color: #fff;
	box-sizing: content-box;
}
.meeting_list .meeting_date {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.meeting_list .meeting_con .meeting_news {
	float: left;
	width: 714px;
	height: 340px;
	overflow: hidden;
	margin-top: 82px;
	margin-left: 70px;
}
.meeting_news .news_info {
	margin: 30px 20px;
	height: 280px;
	overflow: auto;
}
.meeting_news .news_info p {
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	margin-right: 20px;
	text-indent: 2em;
}
.meeting_list .meeting_con .calendar_list {
	float: right;
	width: 321px;
	height: 420px;
	margin-right: 55px;
}
.meeting_list .meeting_con .calendar_list .calendar_title {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	height: 25px;
	line-height: 25px;
	background: url('cwhy_calendar_line.png') 90px center no-repeat;
	padding-left: 110px;
}
.calendar_list .calendar_box {
	position: relative;
	width: 321px;
	margin: 50px auto;
}
.calendar_list .calendar_box .calendar_body {
	margin: 20px;
	position: absolute;
	width: 281px;
	margin-top: 0px;
}
.calendar_body ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.calendar_body ul li {
    width: 100%;
    height: auto;
    font-size: 15px;
	box-sizing: content-box;
}

.calendar_body ul li.top {
    position: relative;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 10px;
}
.calendar_body ul li.top #topDate {
    font-size: 30px;
    position: absolute;
    left: 60px;
    width: 150px;
	height: auto;
}

.calendar_body ul li.week {
    height: 41px;
    background-color: #3881b6;
}

.calendar_body ul li span {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 26px;
    padding: 8px 7px;
    text-align: center;
    font-family: Simsun;
    font-size: 16px;
	box-sizing: content-box;
}

.calendar_body ul.tbody {
    overflow: inherit
}

.calendar_body ul.tbody li {
    position: relative;
    height: 37px;
}

.calendar_body ul.tbody li span {
    padding: 6px 7px;
}

.calendar_body ul.tbody li font {
    height: 25px;
    height: 25px;
    display: block;
}

.calendar_body ul.tbody li .curDate font {
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    background: #3881b6;
    border-radius: 20px;
    line-height: 25px;
}

.calendar_body ul.tbody li .curDate .rili_jj {
    display: none;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    background: #3881b6;
    padding: 5px 10px;
    width: 295px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 99;
}

.calendar_body ul.tbody li .curDate:hover font {
    background: #c00;
}

.calendar_body ul.tbody li .curDate:hover .rili_jj {
    display: block;
}

.calendar_body #left, .calendar_body #right {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 45px;
    padding-bottom: 0px;
}

.calendar_body #left {
    left: 0px;
}

.calendar_body #right {
    right: 0px;
}

.calendar_body #left:hover, .calendar_body #right:hover {
    color: #3881b6;
}

.calendar_body ul.tbody li .curDate {
    position: relative;
}

.calendar_body ul.tbody li .hymc {
    position: absolute;
    width: 375px;
    left: 13px;
    background: url('cwhy_calendar_name_bg2.png') 15px 2px no-repeat;
    padding: 10px 10px 10px 40px;
    z-index: 9;
    display: none;
    bottom: 15px;
    line-height: 30px;
}

.calendar_body ul.tbody li .shangmian {
    bottom: 0px;
    background: url('cwhy_calendar_name_bg1.png') 15px 1px no-repeat;
    padding: 5px 10px 10px 40px;
    line-height: 25px;
}

.calendar_body ul.tbody li .duo {
    bottom: 0px;
    width: 365px;
    background: url('cwhy_calendar_name_bg1.png') 15px 1px no-repeat;
    padding: 5px 10px 10px 50px;
    line-height: 25px;
}

.calendar_body ul.tbody li .hymc a {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    display: block;
}

.calendar_body ul.tbody li .hymc a:hover {
    color: #c00;
}

.calendar_body ul.tbody li .curDate:hover .hymc {
    display: block !important;
}

/* 主要议题 */
.topics_title {
	width: 100%;
	height: 64px;
	background: url('cwhy_topics_title.png') center center no-repeat;
}

.topics_news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.topics_news p {
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    padding: 10px 0px;
    background: url('cwhy_icon_news.png') 29px 15px no-repeat #bce3ff !important;
    padding-left: 64px;
    padding-right: 25px;
    border-radius: 8px;
    z-index: 998;
    text-indent: 0px !important;
}
.report_list {
	padding-top: 65px;
	display: flex;
	justify-content: space-between;
}
.report_list .left_box {
	width: 614px;
	height: auto
}
.report_list .media_box {
	width: 100%;
	height: 387px;
	padding-top: 23px;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0 #c3c3c3;
	box-sizing: content-box;
}
.report_list .subject_box {
	width: 100%;
	height: 354px;
	margin-top: 30px;
	padding-top: 23px;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0 #c3c3c3;
	box-sizing: content-box;
}
.report_list .media_title {
	    margin: 0px 19px 9px;
    color: #0099ff;
    font-size: 20px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    background: url(cwhy_report_line.png) left center no-repeat !important;
    padding-left: 25px;
}
.report_list .media_title:focus{
        background-color: inherit !important;
}
.report_list .media_con {
	width: 100%;
	height: 328px;
}
.report_list .media_con h3 {
    background: #f3f3f3;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
	font-weight: normal;
    padding: 20px 30px;
    line-height: 25px;
    height: auto;
    overflow: hidden;
}
.report_list .media_news {
    font-size: 14px;
	color: #000;
	padding: 20px;
	height: 242px;
	overflow: overlay;
}
.report_list .media_news p {
    text-indent: 2em;
	line-height: 22px;
}
.report_list .subject_con {
	height: 309px;
	padding: 0 20px;
}
.report_list .subject_con li {
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.report_list .subject_con li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #3179bd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.report_list .subject_con li a {
	display: inline-block;
	max-width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.report_list .subject_con li .subject_time {
	color: #666;
}
.report_list .right_box {
	width: 547px;
	height: auto;
}
.report_list .video_box {
	width: 100%;
	height: 415px;
	position: relative;
}
.report_list .video_box .video_title,
.report_list .figure_box .figure_title {
	width: 100%;
	height: 84px;
	line-height: 70px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: url('cwhy_report_bg.png') left center no-repeat;
}
.report_list .video_box .video_title a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url('cwhy_icon_video.png') 162px 16px no-repeat !important;
	display: block;
	padding-left: 236px;
}
.report_list .video_box .video_con {
	width: 532px;
	height: 328px;
	padding-top: 82px;
	overflow: hidden;
	background: #fff;
	box-sizing: content-box;
	box-shadow: 0px 2px 12px 0 #c3c3c3;
}
.report_list .video_box .video_info {
	padding: 24px;
}
.report_list .figure_box {
	width: 100%;
	height: 385px;
	position: relative;
	margin-top: 25px;
}
.report_list .figure_box .figure_title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url('cwhy_icon_figure.png') 169px 13px no-repeat !important;
    display: block;
    padding-left: 236px;
}
.report_list .figure_box .figure_con {
	width: 532px;
	height: 295px;
	padding-top: 82px;
	overflow: hidden;
	background: #fff;
	box-sizing: content-box;
	box-shadow: 0px 2px 12px 0 #c3c3c3;
}

.report_list .figure_box .figure_con a {
    padding: 24px;
    width: 484px;
    height: 248px;
    display: block;
	box-sizing: content-box;
}
.report_list .figure_box .figure_con img {
	width: 100%;
	height: 100%;
}

/*往期回顾*/
.history_list {
	padding-top: 13px;
	position: relative;
	height: auto;
	margin: 20px auto 0;
	background: #fff;
	box-shadow: 0px 2px 12px 0 #c3c3c3;
}
.title {
	margin: 0 23px;
	line-height: 45px;
	display: flex;
	justify-content: space-between;
}

.title span {
	color: #0099ff;
	font-size: 20px;
	font-weight: bold;
	background-image: url('cwhy_report_line.png') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	padding-left: 25px;
        background-color: initial !important;
}
.title span:focus{
	color: #FFFFFF;
}
.title a {
    display: block;
    color: #999;
    font-size: 14px;
	font-weight: bold;
}

.title a:hover {
	color: #0099ff;
}

.history_con {
	padding: 10px 0 20px;
	overflow: hidden;
}
.history_con .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.history_con .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  float: left;
  cursor: pointer;
  background: #aaa;
  text-indent: 999em;
}
.history_con .bd li {
	float: left;
	width: 220px;
	height: 160px;
	margin: 0 10px;
	position: relative;
}
.history_con .bd li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.history_con .bd li > a {
  display: block;
  width: 100%;
  height: 315px;
  position: absolute;
  top: 0;
  height: auto;
  left: 0;
}

.pic-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  background: rgba(0,0,0,.5);
  padding: 0 15px;
}

.pic-title a {
  display: inline-block;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #fff;
}