@charset "utf-8";

body {
	background-color: #fff;
}

.container {
	width: 1204px;
	margin: 0 auto;
}

.header {
	height: 60px;
	background-color: #AD130F;
	position: relative;
	z-index: 9999;
	margin-bottom: 24px;
}

.header .nav {
	float: left;
}

.header .nav {}

.header .nav li {
	margin-right: 10px;
	float: left;
	position: relative;
}

.header .nav li h4 {
	margin: 0;
}

.header .nav li:hover h4 a {
	font-weight: 500;
	background-color: #CB1D10;
	color: #fff;
}

.header .nav li h4 a {
	padding: 0 20px;
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}

.header .nav li:hover p {
	display: block;
}

.header .nav li p {
	position: absolute;
	width: 160px;
	background: rgba(203, 29, 16, 1);
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .nav li p span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

.header .nav li p span a {
	padding: 14px 0;
	display: block;
	color: rgba(255, 255, 255, 0.7);
}

.header .nav li p span:hover a {
	color: rgba(255, 255, 255, 1);
}

.header .searchBox {
	width: 200px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	float: right;
	margin-top: 12px;
}

.header .searchBox input[type="text"] {
	width: calc(100% - 32px);
	height: 34px;
	padding-left: 5px;
	float: left;
	border: none;
	border-radius: 4px;
	outline: none;
	background: transparent;
	color: #fff;
}

.header .searchBox input[type="text"]::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(255, 255, 255, 0.6);
}

.header .searchBox input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.6);
}

.header .searchBox input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 0.6);
}

.header .searchBox input[type="image"] {
	float: right;
	padding: 4px;
	padding-top: 5px;
	cursor: pointer;
}

/*.banner {*/
/*	height: 700px;*/
/*	background-color: #fff;*/
/*	background-image: url(../images/img01.png);*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	text-align: center;*/
/*	padding-top: 1px;*/
/*}*/

/*.banner img {*/
/*	display: block;*/
/*	margin:40px auto*/
/*}*/

.banner {
	height: 460px;
	background-color: #fff;
	background-image: url(../images/img01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 1px;
}

.banner img {
	display: block;
	margin: 70px auto;
}

.main {
	position: relative;
	/*margin-top: -320px;*/
}

.main .main_content {
	padding: 12px;
	border-radius: 8px;
	background-color: #F5F5F5;
	margin-bottom: 70px;
	position: relative;
}

.main .main_content:after {
	content: "";
	display: block;
	width: 1200px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: -2px;
	background-image: url(../images/img04.png);
	background-position: center;
}

.main .con_flex {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	padding-top: 0;
}

.main .con_flex .left_side {
	width: 265px;
}

.main .con_flex .left_side .briefBox {}

.main .con_flex .left_side .briefBox h3 {
	height: 44px;
	padding-left: 50px;
	position: relative;
	border-bottom: 3px solid #CB1D10;
	margin: 0;
	margin-bottom: 12px;
}

.main .con_flex .left_side .briefBox h3 i {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url(../images/img32.png);
	position: absolute;
	left: 0;
	top: 0;
}

.main .con_flex .left_side .briefBox h3 b {
	font-size: 20px;
	font-weight: bold;
	color: #CB1D10;
	line-height: 42px;
}

.main .con_flex .left_side .briefBox .article-summary {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	max-height: 200px;
}

.main .con_flex .left_side .briefBox a {
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #CB1D10;
	line-height: 28px;
}

.main .con_flex .left_side .side_nav {
	border-radius: 4px;
	overflow: hidden;
}

.main .con_flex .left_side .side_nav h4 {
	height: 60px;
	background: #CB1D10;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
}

.main .con_flex .left_side .side_nav ul {
	background-color: #2A3352;
}

.main .con_flex .left_side .side_nav ul li {
	height: 60px;
	line-height: 60px;
	position: relative;
}

.main .con_flex .left_side .side_nav ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 40px;
	background: #CB1D10;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}

.main .con_flex .left_side .side_nav ul li:hover:before,
.main .con_flex .left_side .side_nav ul li.on:before {
	display: block;
}

.main .con_flex .left_side .side_nav ul li a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	padding: 0 12px 0 36px;
}

.main .con_flex .right_content {
	width: 890px;
	padding-left: 24px;
}
.main .con_flex .full_content {
	width: 100%;
}

.main .con_flex .content_box h2 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	font-weight: 400;
	color: #888888;
	background-color: rgba(0, 0, 0, 0.04);
	margin: 0;
}

.main .con_flex .content_box h2 b {
	display: block;
	background-image: url(../images/img33.png);
	color: #fff !important;
	width: 216px;
	text-align: left;
	text-indent: 15px;
	font-size: 16px;
}

.main .con_flex .content_box .list_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .con_flex .content_box .list_con .con {
	width: calc(50% - 6px);;
	margin-top: 12px;
}

.main .con_flex .content_box .list_con .con h4 {
	height: 44px;
	padding: 0 10px 0 28px;
	line-height: 44px;
	position: relative;
	border-bottom: 3px solid #f5f5f5;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #CB1D10;
	margin: 0;
}

.main .con_flex .content_box .list_con .con h4:after {
	content: '';
	display: block;
	width: 4px;
	height: 18px;
	background: #CB1D10;
	position: absolute;
	left: 12px;
	top: 13px;
}

.main .con_flex .content_box .list_con .con h4 a {
	float: right;
	margin-top: 4px;
}

.main .con_flex .content_box .list_con .con h4 .link {
	float: none;
	display: block;
}

.main .con_flex .content_box .list_con .con h4 .link span {
	color: #CB1D10;
}

.main .con_flex  .list_con .etabs {
    position: relative;
    height: 36px;
    margin: 0;
    background-color: #e6e6e6;
}

.main .con_flex  .list_con .etabs li {
 float:left;
 color:#888;
 background-color: #e6e6e6;
 border-top: 3px solid #e6e6e6;
}

.main .con_flex .list_con .etabs li a {
    float: left;
    height: 33px;
    padding: 0 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: inherit;
    cursor: pointer;

}

.main .con_flex .list_con .etabs li:hover,.main .con_flex .list_con .etabs li.on {
    color: #b03927;
    background-color: #fff;
    text-decoration: none;
    border-color: #b03927;
}


.main .con_flex .content_box .list_con .con .links_list {
	background-color: #fff;
	padding: 16px;
	height: calc(100% - 44px);
}

.main .con_flex .content_box .list_con .con .links_list ul {
	height: 100%;
	padding-top: 10px;
}

.main .con_flex .content_box .list_con .con .links_list li {
	margin-bottom: 20px;
}

.main .con_flex .content_box .list_con .con .links_list li:last-child {
	margin-bottom: 0;
}

.main .con_flex .content_box .list_con .con .links_list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 12px;
}

.main .con_flex .content_box .list_con .con .links_list h4 {
	font-size: 12px;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.main .con_flex .content_box .list_con .con .links_list li {
	overflow: hidden;
}

.main .con_flex .content_box .list_con .con .links_list li a {
	width: 100%;
}

.main .con_flex .content_box .list_con .con .links_list li:hover i {
	background-color: rgba(203, 29, 16, 1);
}

.main .con_flex .content_box .list_con .con .links_list li i {
	display: inline-block;
	width: 8px;
	height: 3px;
	background-color: rgba(203, 29, 16, 0.36);
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.main .con_flex .content_box .list_con .con .links_list li p {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	width: calc(100% - 200px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .con_flex .content_box .list_con .con .links_list li:hover p,
.main .con_flex .content_box .list_con .con .links_list li:hover h3 {
	color: #CB1D10;
}

.main .con_flex .content_box .list_con .con .links_list li span {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 {
	width: 428px;
	height: 312px;
	position: relative;
	overflow: hidden;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .bd li {
	position: relative;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .bd a {
	display: block;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .bd img {
	width: 428px;
	height: 312px;
	object-fit: cover;
	display: block;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .bd p {
	width: 100%;
	height: 44px;
	padding: 0 32px;
	text-align: center;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: rgba(203, 29, 16, 0.8);
	position: absolute;
	bottom: 0;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .btn {
	position: absolute;
	bottom: 7px;
	cursor: pointer;
	opacity: 0.6;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .btn:hover {
	opacity: 1;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .btn.prev {
	left: 5px;
}

.main .con_flex .content_box .list_con .con .slideImgBox1 .btn.next {
	right: 5px;
}


.footer {
	height: 156px;
	padding: 38px 0;
	background-color: #AD130F;
	overflow: hidden;
}

.footer .imgBox {
	float: left;
}

.footer .textBox {
	float: left;
	margin-left: 16px;
}

.footer .textBox p {
	color: #F5DE8D;
	font-size: 16px;
	margin-bottom: 12px;
}

.aside-nav {
	width: 60px;
	line-height: 60px;
	position: fixed;
	z-index: 999999;
	right: 1%;
	bottom: 100px;
}

.aside-nav li {
	font-size: 12px;
	text-align: center;
	margin-bottom: 1px;
	position: relative;
}

.aside-nav li .con {
	display: none;
	position: absolute;
	right: 60px;
	top: -50px;
	z-index: 10;
	padding: 10px;
}

.aside-nav li .con .row {
	background: #fff;
	display: block;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
	float: left;
}

.aside-nav li .con .row em {
	float: left;
	width: 100%;
	font-style: normal;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}

.aside-nav li .con .row img {
	float: left;
	width: 125px;
	height: 125px;
}

.aside-nav li .con .row p {
	padding: 0 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	word-break: break-all;
}

.aside-nav li:hover .con {
	display: block;
}

.aside-nav li a {
	color: #fff;
	display: block;
	background-color: #e9e9e9;
	background-position: center;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	transition: all 0.3s;
}

.aside-nav li.gotop {
	display: none;
}

.aside-nav li.gotop a {
	background-image: url(../images/img31.png)
}

.aside-nav li.qrcode a {
	background-image: url(../images/img30.png)
}

.aside-nav li.menu a {
	background-image: url(../images/img29.png)
}

.aside-nav li.gotop:hover a {
	background-image: url(../images/img31b.png)
}

.aside-nav li.qrcode:hover a {
	background-image: url(../images/img30b.png)
}

.aside-nav li.menu:hover a {
	background-image: url(../images/img29b.png)
}

/*面包屑*/
.breadcrumb {
	margin-bottom: 12px;
	padding: 0 5px;
	height: 40px;
	color: #B2B2B2;
}

.breadcrumb .icon {
	width: 24px;
	height: 24px;
	margin-right: 4px;
	float: left;
	margin-top: 7px;
}

.breadcrumb span {
	font-size: 16px;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 40px;
}

.breadcrumb a {
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	line-height: 40px;
}

.breadcrumb a:hover {
	color: #AD130F;
}

.breadcrumb a.no_link:hover {
	color: #757575;
}

.breadcrumb span.on {
	color: #333333;
}

.breadcrumb a.on {
	color: #333333;
}


/*列表页*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.channel-wrap .list ul {
	margin-bottom: 20px;
	overflow: hidden;
}

.channel-wrap .list li {
	height: 60px;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #ebebeb;
}


.channel-wrap .list li:last-child {
	margin-bottom: 0;
}

.channel-wrap .list li:hover p {
	color: #CB1D10;
}

.channel-wrap .list li p {
	width: calc(100% - 140px);
	font-size: 18px;
	font-weight: 400;
	color: #212121;
	line-height: 60px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	margin-bottom: 0 !important;
}

.channel-wrap .list li p::before {
	content: '';
	display: block;
	color: #5292C6;
	background: #CB1D10;
	font-weight: 900;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 28px;
	left: 0px;
}

.channel-wrap .list li span {
	font-size: 18px;
	font-weight: 400;
	color: #757575;
	line-height: 60px;
}

.no-data {
	width: 100% !important;
	text-align: center;
	height: auto !important;
}

.no-data-img {
	display: block;
	margin: 100px auto 0;
}

.no-data-font {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 100px;
	color: #757575 !important;
	width: 100% !important;
	display: block !important;
	list-style-type: none !important;
}

.no-data-font::before {
	width: 0 !important;
	height: 0 !important;
}

/*tab列表页*/
.channel-wrap .tab-list .hd ul {
	margin-bottom: 20px;
	text-align: center;
}

.channel-wrap .tab-list .hd ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 0 12px;
	height: 28px;
	background: #F4F5F6;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #212121;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.channel-wrap .tab-list .hd ul li:hover,
.channel-wrap .tab-list .hd ul li.on {
	background: #5292C6;
	color: #FFFFFF;
}


/*详情页*/
.channel-wrap {
	background: #fff;
	padding: 48px;
}

.channel-wrap .h2 {
	margin: 0;
	text-align: center;
}

.channel-wrap h2 {
	display: inline-block;
	position: relative;
	margin: 0 auto 20px;
	padding: 0 90px;
	height: 48px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #AD130F;
	line-height: 48px;
	background: linear-gradient(90deg, rgba(243, 221, 221, 0.00) 0%, rgba(240, 211, 211, 0.80) 50%, rgba(243, 221, 221, 0.00) 100%);
}

.channel-wrap h2::before,
.channel-wrap h2::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 41px;
	height: 8px;
}

.channel-wrap h2:before {
	background: url(../images/ele_bt_l.png);
	left: 40px;
}

.channel-wrap h2:after {
	background: url(../images/ele_bt_r.png);
	right: 40px;
}

.channel-wrap .enclosure p {
	font-size: 20px !important;
	line-height: 2 !important;
	color: #212121;
	margin-bottom: 0 !important;
}

.channel-wrap .enclosure p a {
	color: #0085d0;
	text-decoration: none;
}

.channel-wrap h1 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	color: #212121;
	line-height: 33px;
	text-align: center;
}

.channel-wrap .line {
	margin-bottom: 20px;
	text-align: center;
	height: auto;
	border: none;
}

.channel-wrap .line .subTitle {
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 20px;
	text-align: center;
}

.channel-wrap p img {
	margin: 20px 0;
	max-width: 100%;
}

.channel-wrap p {
	font-size: 20px !important;
	line-height: 2 !important;
	color: #212121;
	margin-bottom: 20px;
}
.channel-wrap .article p img {
	margin: 0 !important;
	max-width: 100%;
}
.channel-wrap .article p{
	margin-bottom: 0px;
	margin-top: 20px;
}

/*搜索页*/
.search-results {
	padding: 0 0 0;
}

.search-results .result {
	padding: 0 20px;
	margin-bottom: 16px;
	height: 22px;
}

.search-results .result span {
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	line-height: 22px;
}

.search-results ul {
	margin-bottom: 20px;
}

.search-results li {
	padding: 20px 0;
	width: 100%;
	height: 148px;
	overflow: hidden;
	/*border-left: 3px solid #FFFFFF;*/
	border-bottom:1px solid #F4F5F6;
	transition: .1s;
}

.search-results li:hover {
	border-color: #5292C6;
	transition: .1s;
}

.search-results li h5 {
	width: calc(50%);
	margin: 0 0 10px;
	height: 22px;
	font-size: 20px;
	font-weight: 400;
	color: #212121;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-results li h5 em {
	color: #4075d7;
}

.search-results li p {
	margin-bottom: 8px;
	font-size: 14px !important;
	font-weight: 400;
	color: #757575;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.search-results li p em {
	color: #4075d7;
}

.search-results li span {
	font-size: 14px;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 22px;
}


.zxgk-org-tree {
  width: 265px;
  background: #2A3352;
  border-radius: 4px;
  overflow: hidden;
}
.zxgk-org-tree .title {
  background: #CB1D10;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.zxgk-org-tree .list {
	padding: 0 16px;
}
.zxgk-org-tree .item {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	font-size: 18px;
	color: rgba(255,255,255, 0.6);
	cursor: pointer;
}
.zxgk-org-tree .item::before {
	content: '';
	width: 3px;
	height: 22px;
	margin-right: 20px;
	background: transparent;
}
.zxgk-org-tree .item.active,
.zxgk-org-tree .item:hover {
	color: #fff;
}
.zxgk-org-tree .item.active::before,
.zxgk-org-tree .item:hover::before {
	background: #CB1D10;
}

.zxgk-org-main {
  box-sizing: border-box;
  width: calc(100% - 310px);
}
.banner-logo{
	width: 1161px;
	height: 160px;
}
