/* 首页轮播图样式 */

.index-banner .swiper-slide p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}

.index-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 首页第一部分样式 */
.hot_news {
	background: linear-gradient(0deg, #ffffff 0%, #c1e3f6 100%);
	margin-top: -10px;
}

.hot_news::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('../images/highlight_bot_bg.png') top center no-repeat;
	background-attachment: scroll;
	mix-blend-mode: soft-light;
	background-attachment: fixed;
}

.hot_news .fouse {
	width: 52.1875%;
}

.hot_news .fouse .swiper-slide {
	position: relative;
}

.hot_news .fouse .swiper-slide dd {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	width: 100%;
	padding: 20px 25px;
}

.hot_news .fouse .swiper-slide dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.hot_news .fouse .swiper-slide dt {
	height: 490px;
	overflow: hidden;
}

.hot_news .fouse .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.hot_news .fouse .swiper-slide dl:hover dt img {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}


.hot_news .news {
	width: 44.6875%;
}

.hot_news .news dl {
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer;
}

.hot_news .news dl a {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background: #f8f9fc;
	margin-top: 21px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.hot_news .news dl:nth-child(1) a {
	margin-top: 0;
}

.hot_news .news dl:hover {
	box-shadow: 5px 5px 10px rgba(27, 66, 121, 0.1);
	background: #fff;
}

.hot_news .news dt {
	width: 80px;
	text-align: center;
	align-self: center;
	border-right: 1px #b8b8ba solid;
	padding-right: 12px;
}

.hot_news .news dt em {
	font-size: 36px;
	display: block;
}

.hot_news .news dt span {
	font-size: 16px;
	display: block;
	margin-top: 10px;
}


.hot_news .news dd {
	width: 83%;
}

.hot_news .news dd h2 {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot_news .news dd p {
	font-size: 14px;
	color: #353535;
	opacity: .7;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 热点新闻样式 */
.column_news {
	background: #f8f9fc;
}

.column_news dl {
	width: 23.5625%;
	background: #fff;
}

.column_news dl:hover {
	box-shadow: 5px 5px 10px rgba(27, 66, 121, 0.1);
}

.column_news dl dt {
	height: 225px;
	overflow: hidden;
}

.column_news dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.column_news dl:hover dt img {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}

.column_news dl dd {
	padding: 20px 25px;
}

.column_news dl dd h2 {
	font-weight: normal;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column_news dl dd p {
	margin: 20px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999999;
	font-size: 14px;
}

.column_news dl dd span {
	font-size: 14px;
}

/* 专题报道样式 */
.column_report::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/media_top_bg.png') center 1.36rem no-repeat;
	background-attachment: scroll;
	background-attachment: fixed;
	mix-blend-mode: overlay;
	z-index: 10;
}

.column_report {
	background: linear-gradient(0deg, #f8fcfe 0%, #e7f3fd 100%);
	margin-top: -10px;
}

.column_report dl {
	width: 23.5%;
	padding: 20px 0;
	position: relative;
	z-index: 9999;

}




.column_report dl:hover a {
	box-shadow: 5px 5px 10px rgba(27, 66, 121, 0.1);
}

.column_report dl dt {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.column_report dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.column_report dl:hover dt img {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}

.column_report dl dd {
	margin-left: 30px;
	width: 80%;
	align-self: center;

}

.column_report dl dd h2 {
	font-weight: normal;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
}

.column_report dl dd p {
	margin: 15px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999999;
	font-size: 14px;
}

.column_report dl dd span {
	font-size: 14px;
}

/* 科协新媒体矩阵样式 */
.column_matrix {
	background: url(../images/index.jpg) no-repeat;
	background-size: cover;
}

.column_matrix .public_title h2::after {
	margin: 10px auto 0 auto;
}

.column_matrix dl {
	display: flex;
	width: 11%;
}

/* .column_matrix dt img{
	width: 140px;
} */
.column_matrix dd {
	align-self: flex-end;
	margin-left: -30px;
	margin-bottom: -20px;
}

/* .column_matrix dd img{
	width: 65px;
} */
/* 导航 */
.head-nav {
	margin-top: 20px;
	width: 100%;
}

.nav .wp-menu {

	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.nav .wp-menu .menu-item {
	display: inline-block;
	position: relative;
	height: 60px;
	text-align: center;
}

.nav .wp-menu .menu-item>a {
	display: inline-block;
	height: 60px;
	line-height: 55px;
	padding: 0 10px;
	position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 0.5s;
}

.nav .wp-menu .menu-item.hover {}

.nav .wp-menu .menu-item.hover a.menu-link {}

.nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: auto;
	min-width: 100%;
	z-index: 100;
	background: #fff;
}

.nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.nav .sub-menu .sub-item a {
	display: block;
	color: rgba(30, 76, 181, 1);
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	padding: 0 16px;
	background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
	color: #fff;
	background: rgba(30, 76, 181, 1);
	display: block;
}

.nav .wp-menu .menu-item:hover .sub-menu {
	display: block;
}

.search-panel {
	float: right;
	position: relative;
	z-index: 20;
	display: inline-block;
	line-height: 25px;
}

.search-window {
	border: 0px;
	overflow: hidden;
	min-height: 32px;
}

/**搜索**/
.wp-search {
	border-radius: 6px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: 340px;
	float: right;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 500px;
}

.wp-search form {
	width: 100%;
	display: flex;
}

.wp-search .search-input {
	flex: 1;

	display: flex;
	align-items: center;
}

.wp-search .search-input input.search-title {
	width: 100%;

	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
	box-sizing: border-box;
	border-radius: 6px 0 0 6px;
}

.wp-search .search-input input.search-title::placeholder {
	color: #b3b3b3;
	font-size: 16px;
}

.wp-search .search-btn {
	width: 50px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	right: 0;
	top: 2px;
	margin-left: -1px;
}

.wp-search .search-btn input.search-submit {
	width: 50px;
	height: 40px;
	border-radius: 4px;
	border: none;
	outline: none;
	background: url(images/Search.png) no-repeat center center;
	background-size: 22px 22px;
	cursor: pointer;
	transition: background 0.2s;
}

 

.wp-search input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #333;
}

.header-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/*
 * Column Style
 */
.column-banner {
	background: url(images/ban1.jpg);
}

.column-img {
	max-width: 1920px;
	width: 100%;
	height: 380px;
	margin: 0 auto;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.column {
	min-height: calc(100vh - 500px);
}

.column-sidebar,
.column-content {
	position: relative;
	margin-top: 40px;
	background: #fff;
}

.column-sidebar {
	margin-bottom: 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.column-content {
	min-height: 500px;
	margin-bottom: 50px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.column-content .wp_paging {
	padding: 12px 0;
	 
	float: none;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.column-name {
	padding: 30px 20px;
	font-size: 24px;
	font-weight: 600;
	color: #1c50bb;
	border-left: 8px solid #1c50bb;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.column-name .navbar-toggle {
	margin-top: -10px;
	margin-right: 0;
	color: #333;
}

.column-collapse {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

.col-list {
	background: #fff;
}

.col-list>ul {
	position: relative;
	padding: 0;
	margin-top: 12px;
	font-size: 16px;
}

.col-list>ul>li>a {
	display: block;
	width: 100%;
	padding: 12px 20px;
	border-bottom: 1px dashed #ccc;
	-webkit-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.col-list>ul>li>a:hover {
	color: #1c50bb;
	background-color: #ededed;
}

.col-list>ul>li:last-child a {
	border-bottom: none;
}

.col-list>ul>li.selected>a {
	background: #eee;
	color: #1c50bb;
	font-weight: 600;
}

.col-sublist>ul>li>a {
	display: block;
	color: #666;
	display: block;
	padding: 10px 28px;
	-webkit-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.col-sublist>ul>li span {
	position: relative;
	top: 3px;
	font-size: 12px;
	float: right;
}

.col-sublist>ul>li>a:hover {
	background-color: #1c50bb;
	color: #fff;
}

.col-breadcrumbs {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

.wp_listalbumn {
	margin-top: 20px;
}

.wp_single.wp_column_article {
	padding: 12px 30px;
}

/* Column Right */
.column-title {
	font-size: 24px;
	font-weight: 600;
	color: #1c50bb;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 18px 20px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.column-breadcrumb {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

.column-breadcrumb a {
	color: #999;
}

.column-breadcrumb a:hover {
	color: #333;
}

.column-breadcrumb i {
	margin-right: 12px;
}

.column-info-list {
	padding-top: 20px;
}

.column-info-list li {
	padding: 10px 20px;
}

.column-info-list li p {
	margin: 0;
}

.column-info-list li:last-child {
	border-bottom: none;
}

.column-date-list {
	padding: 30px;
}

.column-date-list .date-item {
	margin-bottom: 28px;
}

.column-img-list,
.column-photo-list {
	padding: 15px 0px;
}

.column-img-item,
.column-photo-item {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 25px;
}

.column-img-item .photo {
	width: 100%;
	padding-bottom: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #999;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.column-photo-item .photo {
	width: 100%;
	padding-bottom: 60%;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}

.column-img-item .title {
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 12px 15px;
	margin-top: -60px;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.column-photo-item .title {
	padding: 10px 15px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #1c50bb;
}

.column-img-item .title p,
.column-photo-item .title p {
	margin: 0;
}

.column-img-item:hover .title {
	color: #1c50bb;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

/*
   * Post
   */
.post {
	background-color: #fff;
}

.post-breadcrumb {
	padding: 12px 0;
	background-color: #f7f7f7;
	color: #1c50bb;
	box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);
}

.post-breadcrumb a {
	color: #333;
	opacity: 0.8;
}

.post-breadcrumb a:hover {
	color: #333;
	opacity: 1;
}

.post-content {
	width: 100%;
	padding: 0;
	margin: 40px 0;
	background-color: #fff;
}

.post-title {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #1c50bb;
}

.post-attr {
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #efefef;
	text-align: center;
	color: #666;
}

.post-attr>span {
	display: inline-block;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-radius: 8px;
	cursor: pointer;
}

.read-content {
	width: 100%;
	min-height: 400px;
	line-height: 2;
	margin: 0 auto;
	padding: 10px 20px 40px;
}

.read-content img {
	margin: 10px 0;
	max-width: 100% !important;
	height: auto;
}


.breadcrumb {
	color: #fff;
	text-align: left;
	background: #5fcbd2;
	border-radius: 0;
}

.breadcrumb .possplit {
	display: none;
}

.breadcrumb a {
	margin: 0 5px;
	color: #fff;
	opacity: 0.8;
	-webkit-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.breadcrumb a:hover {
	opacity: 1;
}

.wp_articlecontent>table {
	width: 100% !important;
}

.wp_listcolumn_searchbartree {
	margin: 10px 0;
}

.wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword {
	width: 100%;
	height: 36px;
}

.wp_listcolumn_searchbttree {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -29px;
	margin-right: 4px;
}

.ztree {
	background-color: #f7f7f7;
}

.ztree * {
	font-size: 14px;
}

.ztree li {
	padding: 10px 0;
}

/* 高级新闻日期列表样式 */
.news-date-list {
    padding: 0;
    margin: 0;
}

.news-date-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-date-item {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(28, 80, 187, 0.1);
    position: relative;
}

.news-date-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #1c50bb 0%, #3657a6 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.news-date-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(28, 80, 187, 0.15);
    border-color: rgba(28, 80, 187, 0.2);
}

.news-date-item:hover::before {
    transform: scaleY(1);
}

.news-date-item a {
    display: flex;
    align-items: center;
    padding: 24px 30px;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.news-date-item a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(28, 80, 187, 0.05) 100%);
    transition: width 0.3s ease;
}

.news-date-item:hover a::after {
    width: 100%;
}

.news-date-item .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1c50bb 0%, #3657a6 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
    margin-right: 25px;
    box-shadow: 0 4px 15px rgba(28, 80, 187, 0.3);
    position: relative;
    overflow: hidden;
}

.news-date-item .date::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.news-date-item:hover .date::before {
    transform: rotate(45deg) translate(50%, 50%);
}

.news-date-item .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.news-date-item .date b {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.news-date-item > div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-date-item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.news-date-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-date-item:hover h3 {
    color: #1c50bb;
}

.news-date-item p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.news-date-item:hover p {
    opacity: 1;
}

/* 添加响应式设计 */
@media (max-width: 768px) {
    .news-date-item a {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .news-date-item .date {
        margin-right: 0;
        margin-bottom: 15px;
        width: 60px;
        height: 60px;
    }
    
    .news-date-item .date span {
        font-size: 20px;
    }
    
    .news-date-item .date b {
        font-size: 12px;
    }
    
    .news-date-item h3 {
        font-size: 16px;
    }
    
    .news-date-item p {
        font-size: 13px;
    }
}

/* 添加动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-date-item {
    animation: fadeInUp 0.6s ease forwards;
}

.news-date-item:nth-child(1) { animation-delay: 0.1s; }
.news-date-item:nth-child(2) { animation-delay: 0.2s; }
.news-date-item:nth-child(3) { animation-delay: 0.3s; }
.news-date-item:nth-child(4) { animation-delay: 0.4s; }
.news-date-item:nth-child(5) { animation-delay: 0.5s; }

/* 添加加载状态 */
.news-date-list.loading {
    opacity: 0.6;
    pointer-events: none;
}

.news-date-list.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #1c50bb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}







.nav .wp-menu .menu-item a.menu-link {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	position: relative;
	text-decoration: none;
}

.nav .wp-menu .menu-item a.menu-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav .wp-menu .menu-item:hover a.menu-link::after {
	width: 100%;
}
