@charset "utf-8";

/* 列表菜单 */
.common-h2 {
	line-height: 2.5rem;
	padding: 1.5rem 0;
	border-radius: 0.5rem 0.5rem 0 0;
	background: url(../../images/common_skin/tit_bg.png) right no-repeat #9c140b;
	background-position: 120% 15px;
	text-indent: 3.125rem;
}

.common-h2 i {
	display: block;
	height: 0.625rem;
	border-bottom: 2px solid #FFFFFF;
	width: 20%;
	margin-left: 3.125rem;
}

.common-ul {
	background-color: #9c140b;
	border-radius: 0 0 0.625rem 0.625rem;
}

.common-ul ul li {
	height: 3.75rem;
	line-height: 3.75rem;
	border-bottom: 0.0625rem solid #D2D2D2;
	background-color: #FFFFFF;
	font-size: 1.125rem;
	text-align: center;
	position: relative;
}

.common-ul ul li a {
	display: block;
	width: 100%;
	position: absolute;
	color: #4c4c4c;
}

.common-ul ul li::before {
	width: 0;
	height: 100%;
	background-color: #9c140b;
	content: "";
	position: absolute;
	left: 0;
	color: #FFFFFF;
	transition: all .3s;
}

.common-ul ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.common-ul ul li a.hover {
	background-color: #9c140b;
	color: #FFFFFF;
}

.common-ul ul li:hover::before {
	width: 100%;
}


/* 公共列表页样式 */
.common-list {
	zoom: 1;
}

.common-list h2 {
	display: block;
	overflow: hidden;
	border-bottom: 1px #9c140b solid;
}

.common-list h2 span {
	display: inline-block;
	padding: 0px 40px;
	margin-left: 15px;
	background-color: #9c140b;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
	transform: rotate(0deg)skew(-25deg, 0deg);
}
.common-list h2 span b{
	transform: rotate(0deg)skew(25deg,0deg);
	display: inline-block;
}
.common-list .more{
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}
.common-list .more a{
	display: block;
	padding: 0px 30px;
	color: #C5291B;
	background-color: #F4F4F4;
	border-radius: 6px;
	transition: all .4s;
}
.common-list .more a:hover{
	color: #FFFFFF;
	background-color: #9c140b;
}

.common-list-border-radius {
	border-radius: 0.625rem;
	padding: 15px;
	min-height: 750px;
}

.common-list li {
	line-height: 2.5rem;
	padding: 0 0.625rem;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.common-list li:hover {
	background-color: #E8E8E8;
	color: #C5291B;
	/* font-weight: bold; */
}

.common-list li:hover span {
	font-weight: normal;
}

.common-list li span {
	float: right;
	color: #aaa;
	transition: all .3s;
	font-size: 0.875rem;
}

.common-list li span.wh {
	margin-right: 15px;
}

.common-list li i {
	text-align: left;
	padding-right: 0.3125rem;
}

/* 公共翻页 */
.common-page {
	text-align: center;
}

.common-page a {
	padding: 5px 12px;
	border: #9c140b 1px solid;
	font-size: 0.875rem;
	color: #C5291B;
	margin-right: 10px;
}

.common-page a:hover {
	background-color: #9c140b;
	color: #FFFFFF;
}

.common-page span {
	color: #C5291B;
	margin-right: 10px;
}

/* 公开列表页带文号 */
.gk-list-tab tr {
	border-bottom: 1px solid #E8E8E8;
	transition: all .5s;
	cursor: pointer;
}

.gk-list-tab tr.bg {
	background-color: #F2F2F2;
	cursor: auto;
}

.gk-list-tab tr:hover {
	background-color: #F2F2F2;
}

.gk-list-tab tr td {
	padding: 16px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #777;
}

/* 访谈列表 */
.zxft-list .layui-row-bg {
	background: #FBFBFB;
	position: relative;
	overflow: hidden;
}

.zxft-list .layui-row-bg:hover::after,
.zxft-list .layui-row-bg:hover::before {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #9c140b;
	content: '';
	box-sizing: border-box;
}

.zxft-list .layui-row-bg:hover::after {
	bottom: 0;
	animation: layui-row-bottom-solid 3s infinite alternate;
	-webkit-animation: layui-row-bottom-solid 3s infinite alternate;
	-moz-animation: layui-row-bottom-solid 3s infinite alternate;
	-o-animation: layui-row-bottom-solid 3s infinite alternate;
	-ms-animation: layui-row-bottom-solid 3s infinite alternate;
}

.zxft-list .layui-row-bg:hover::before {
	top: 1px;
	animation: layui-row-top-solid 3s infinite alternate;
	-webkit-animation: layui-row-top-solid 3s infinite alternate;
	-moz-animation: layui-row-top-solid 3s infinite alternate;
	-o-animation: layui-row-top-solid 3s infinite alternate;
	-ms-animation: layui-row-top-solid 3s infinite alternate;
}

@keyframes layui-row-top-solid {
	0% {
		left: 100%;
	}

	50% {
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@-webkit-keyframes layui-row-top-solid {
	0% {
		left: 100%;
	}

	50% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@-moz-keyframes layui-row-top-solid {
	0% {
		left: 100%;
	}

	50% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@-o-keyframes layui-row-top-solid {
	0% {
		left: 100%;
	}

	50% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@-ms-keyframes layui-row-top-solid {
	0% {
		left: 100%;
	}

	50% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@keyframes layui-row-bottom-solid {
	0% {
		right: 100%;
	}

	50% {
		right: 0;
	}

	100% {
		right: 100%;
	}
}

@-webkit-keyframes layui-row-bottom-solid {
	0% {
		right: 100%;
	}

	50% {
		right: 0;
	}

	100% {
		right: 100%;
	}
}

@-moz-keyframes layui-row-bottom-solid {
	0% {
		right: 100%;
	}

	50% {
		right: 0;
	}

	100% {
		right: 100%;
	}
}

@-o-keyframes layui-row-bottom-solid {
	0% {
		right: 100%;
	}

	50% {
		right: 0;
	}

	100% {
		right: 100%;
	}
}

@-ms-keyframes layui-row-bottom-solid {
	0% {
		right: 100%;
	}

	50% {
		right: 0;
	}

	100% {
		right: 100%;
	}
}

.zxft-list-img {
	height: 200px;
	display: block;
}

.zxft-list-img img {
	width: 100%;
	height: 200px;
}

.zxft-list-name {
	padding: 0 0 0 20px;
}

.zxft-list-name {
	line-height: 2rem;
}

.zxft-list-name a {
	color: #C5291B;
	font-size: 18px;
	font-weight: 500;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.zxft-list-name a:hover {
	color: #C5291B;
}

.zxft-list-time {
	line-height: 36px;
}

.zxft-list-jb-item {
	line-height: 30px;
	overflow-y: auto;
	height: 80px;
}

.zxft-list-jb-item span {
	display: inline-block;
}

.zxft-list-jb-item span b {
	margin-right: 6px;
}

.zxft-list-zy-content {
	text-indent: 32px;
	line-height: 30px;
	padding: 0 15px;
	height: 116px !important;
}

.zxft-list-jb-item::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.zxft-list-jb-item::-webkit-scrollbar-button {
	background: #74D334;
	display: none;
}

.zxft-list-jb-item::-webkit-scrollbar-track {
	background: #E8E8E8;
	border-radius: 0.5rem;
}

.zxft-list-jb-item::-webkit-scrollbar-track-piece {
	background: #E8E8E8;
	border-radius: 0.5rem;
}

.zxft-list-jb-item::-webkit-scrollbar-thumb {
	background: #9c140b;
	border-radius: 0.5rem;
}



/* 信件回复选登列表 */
.xj-list-right {
	text-align: right;
	font-weight: 600;
}

.xj-list {
	line-height: 2.5rem;
}

.xj-list-input input {
	width: 90%;
	line-height: 34px;
	border: none;
	background-color: #F8F8F8;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 0.875rem;
}

.xj-list-center {
	text-align: center;
}

.xj-list-center input {
	width: 80%;
	line-height: 34px;
	border: none;
	color: #FFFFFF;
	background-color: #9c140b;
	border-radius: 5px;
	cursor: pointer;
}

.xj-list-tab-title {
	background-color: #9c140b;
	line-height: 50px;
	display: block;
	overflow: hidden;
}

.xj-list-tab-title span {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xj-list-tab {
	display: block;
	overflow: hidden;
	line-height: 45px;
	transition: all .5s;
}

.xj-list-tab:nth-of-type(even) {
	background-color: #F2F2F2;
}

.xj-list-tab span {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xj-list-tab:hover {
	background-color: #C1D1F0;
	color: #000000;
}

.xj-list-tab span:nth-child(2) {
	text-align: left;
	padding-left: 10px;
}
