/**
rgb(248, 91, 56)

rgb(164, 0, 0);
**/
html,body {
	margin: 0;
    padding: 0;
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color:#404040;
	background-color:#fff;

	
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,tr,th,td {
	margin:0;
	padding:0;
	line-height:16px;
}
.article_detail_content
{
	font-size:30px !important;
	line-height:30px !important;
}
.article_detail_content p
{
	font-size:30px !important;
	line-height:30px !important;
}
ol,ul {
	list-style:none;
}
fieldset,img {
	border:0 none;
}
img {
	max-width: 100%;
}
a {
	color: #666;
	text-decoration:none;
}
input,button,textarea,select,option {
	font-family:inherit;
	font-size:100%;	
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}

.clearfix:before,
.clearfix:after{
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
body {
	/* background: url(../images/index_bg.jpeg) no-repeat center top;
	background-size:100%; */
}
.ad
{
	margin:0 auto;
	width:1000px;
}

.header
{
	margin:0 auto;
	width:1000px;
}


.navbar{
	margin-top: 10px;
    padding: 4px 0;
    background: #f1f1f1;
}
.navbar .nav-item{
	position:relative;
	display:inline-block;
}
.navbar .nav-item a{
	color:#a40000;
	font-size:16px;
	font-weight:bold;
	padding:6px 10px;
}
.navbar .nav-item a:hover{
	background:#a40000;
	color:#ffffff;
}
.navbar .nav-item:not(:last-child)::after{
	content:"|";
	margin:0px 5px;
	font-size: 14px;
    color: #cccccc;
}
.sub-nav-list {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25px;
    display: none;
    width: 140px;
    text-align: left;
    background: #fff;
    border: solid 2px #a40000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    height: auto;
    padding: 10px 0;
}
.sub-nav-list .sub-nav-item{
	margin: 0 0 10px 10px;
}
#index-swiper,#index-swiper img{
	height:360px;
}
.box-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    border-bottom: 4px solid #a0a0a0;
    overflow: visible;
}
.box-title .name {
    float: left;
    font-weight: bold;
    border-bottom: 4px solid #a40000;
}
.box-title .name a{
	color: #a40000;
}
.box-title .space {
    float: left;
    width: 2px;
    height: 26px;
    border-bottom: 4px solid #FFF;
}
.box-title .r_box {
    float: right;
    text-align: right;
    font-size: 12px;
}
.box-title .r_box .more {
	line-height: 26px;
    color: #a0a0a0;
    margin-right: 10px;
    padding-right: 15px;
    /*background: url(../images/more.png) no-repeat right center;*/
}
.box-title .r_box .box-title-tabs {
    margin: 0 20px;
}

.box-title .r_box .box-title-tabs .tab {
    height: 19px;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 2px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background: #a8a8a8;
    color: #FFF;
    cursor: pointer;
}
.box-title .r_box .box-title-tabs .hover {
    background: #a40000;
}
.box-title .r_box .box-title-tabs a{
	color: #FFF;
}

/**bd-1*****/
.bd-1
{
	margin:0 auto;
	width:1000px;
	/* background-color:red; */
	height:260px;
}

.news-box
{
	width:49%;
	display:inline-block;
}
/******/
.bd-3
{
	margin:0 auto;
	width:1000px;
	margin-top:5px;
	margin-bottom:10px;
	/* background-color:red; */
	/* height:300px; */
}

.news-box3
{
	width:32%;
	display:inline-block;
}

/******/
/**************/
.space
{
	width:1%;
	display:inline-block;
}
.news-container {
	margin-top:20px;
}
.news-box-left,.news-box-right{
	width:45%;
}
.news-box-left{
	float:left;
}
.news-box-right{
	float:right;
}
.news-item-list .news-item {
    padding: 8px 0;
}
.news-item-list .news-item:not(:last-child){
	border-bottom: 1px dashed #333333;
}
.news-item .news-item-img{
	display:inline-block;
	width:50px;
	height: 50px;
}
.news-item .news-item-img img{
	height:100%;
}
.news-item-words{
	width: 87%;
	float: right;
	overflow: hidden;
	height: 46px;
}
.news-item-words .news-item-title-box {
	margin-bottom:10px;
}
.news-item-words .news-item-title {
	font-size:14px;
    font-weight:bold;
    color: #333;
}
.news-item-words .news-item-citation{
	margin-top:3px;
	font-size:12px;
	font-weight:600;
}
.news-item-words .news-item-desc {
    color: #5f5f5f;
    font-size: 12px;
    height:54px;
    overflow:hidden;
}
/**************/
.news-item-words3
{
	width:82%;
}
/**************/
/*
  �Ź�������������ʽ
 */
 .grid-item-container {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	width:calc(100% - 0px);
	margin: 0 auto;
	background-color: #ffffff;
	margin-bottom: 10px;
	border-radius: 2px;
}

/*
  item������ʽ
*/
.grid-item-child {
	display:flex;
	display: -webkit-flex;
	justify-content:center;
	flex-direction: column;
	flex-wrap: wrap;
	float: left;
	width: 14.2%;
	height: 142px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/* border: 0.5px solid #f2f2f2; */
}

/*
  icon��ʽ
*/
.grid-item-icon {
	display:flex;
	display: -webkit-flex;
	justify-content:center;
	width: 100px;
	height: 100px;
	margin: 0 auto;

}

/*
 �ı���ʽ
*/
.grid-item-label {
	display:flex;
	display: -webkit-flex;
	justify-content:center;
	/* color: #666; */
	font-size: 14px;
	margin-top: 10px;
	position: absolute;

}
.qx-nav
{
	width:100%;
	background-color:#ffffff;
	/* background-color: #f2f2f2; */
}
.m-channel
{
	position: relative;
	width: 100%;
	height: 100%;

}
.admin-img
{
	width: 90%;
	height: 90%;
	padding: 5%;

}
.admin-img img
{
	width: 100%;
	height: 100%;
}
.admin-txt
{
	position: absolute;
	top: 5%;
	left: 5%;
	width: 100px;
	background: rgba(0,0,0,0.3);
	height: 26px;
	line-height: 26px;
	text-align: center;
	color:#ffffff;

}
.txt135
{
	width:135px;
}
.g-nav
{
	width:100%;
	background: #ffffff;
}
.cusnav2
{
	width: calc(100% - 0px);
	margin: 0 auto 0 auto;
	background: #fff;

}
/********************************/
.hide
{
	display:none;
}
/**************/
.main-body
{
	margin:0 auto;
	width:1000px;
}
/**************/
.page_l {
    float: left;
    width: 21%;
}
.page_r {
    float: right;
    width: 76%;
}
.page_l h2 {
    height: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 15px;
    font-family: '微软雅黑';
    background: #a40000;
    padding-left: 24px;
    color: #fff;
}
.page_l h2 a{
	color:#fff;
}
.leftbox {
    padding: 4px 0 0 0;
    margin-top: 10px;
    max-height: 500px;
    overflow: hidden;
}
.leftbox li {
    margin-bottom: 10px;
    overflow: hidden;
}
.leftbox li a {
    padding: 10px 10px;
    color: #666;
    display: block;
    background: #f1f1f1;
}
.leftbox .select a {
    background: #d4d0d0;
    color: #000;
    font-weight: bold;
}
.page_r h3, h3.sosuo {
    color: #a40000;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
    border: solid 1px #ddd;
    border-top: solid 2px #a40000;
    background: #f1f1f1;
}
.news_lines{
	overflow:hidden;
}
.news_lines li {
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    float: left;
    width: 100%;
}
.news_lines li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.news_lines li a:hover{
	color:#f60;
	text-decoration:underline;
}
.news_lines li span {
    color: #bbb;
    float: right;
}
/**************/
#paging{
	margin-top:20px;
}
#paging .pages {
	float: right;
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 3px 0px;
    height: 24px;
    padding: 0;
}
#paging .pages li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 6px 0 0;
    color: rgb(102, 102, 102);
    padding: 0px 3px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
#paging .pages .active:hover{
	cursor:pointer;
	background:#ab0000;
	border: 1px solid #ab0000;
}
#paging .pages .active:hover a{
	color:#fff;
}
#paging .pages .disabled {
    border: 1px solid #eee;
    color: #eee;
}
.page_r h4 {
    color: #ab0000;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.laiyuan {
    color: #999;
    text-align: center;
    line-height: 30px;
    padding-bottom: 24px;
}
.page_r p {
    line-height: 2;
    color: #666;
}
.page_r .search-form{
	margin-bottom:20px;
}
.page_r .search-form input{
	height:22px;
	margin-right:10px;
}
.page_r .search-form button{
	padding:1px 10px;
	cursor:pointer;
}
.page_r .error-box{
	color:red;
}
.page_r .query_result table{
	border-collapse: collapse;
	border-spacing: 0;
}
.page_r .query_result table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.page_r .query_result table td{
	border: 1px solid #ddd;
	padding: 8px 20px;
    height: 19px;
    line-height: 19px;
    font-weight: 400;
}
/**************/
.qr
{
	height:240px;
}
.qr .left,.qr .right
{
	display:inline-block;
	width:180px;
	height:240px;
	/* background-color:#000; */
	/* border:1px solid #ccc; */
	position:relative;
}
.qr .nav1
{
	background-color: rgba(248,94,58,1);
	width:200px;
	height:240px;
	position:relative;
	display:inline-block;
}

.qr .nav2
{
	background-color: rgba(66,101,167,1);
	width:200px;
	height:240px;
	position:relative;
	display:inline-block;
}
.qr .nav3
{
	background-color: rgba(58,67,76,1);
	width:200px;
	height:240px;
	position:relative;
	display:inline-block;
}
.qr .nav1:hover
{
	background-color: rgba(255,132,103,1);
}
.qr .nav2:hover
{
	background-color: rgba(85,121,189,1);
}
.qr .nav3:hover
{
	background-color: rgba(72,83,94,1);
}

.qr .nimg
{
	position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 10%;
    width: 56px;
    height: 56px;
}
.qr .ntxt
{
	position:absolute;
	left:0px;
	top:50%;
	color:#fff;
	width:100%;
	text-align:center;
	height:30px;
}
.qr .ntxt2
{
	position: absolute;
    left: 50%;
    top: 78%;
    color: #fff;
    border-radius: 5px;
    width: 108px;
    text-align: center;
    height: 30px;
    margin-left: -54px;
    border: 1px solid #fff;
    line-height: 30px;
}
.qr .sp1
{
	font-size:18px;
	color:#fff;
}
.qr .sp2
{
	font-size:16px;
	color:#fff;
}
.qr .ntxt2:hover
{
	background-color: rgba(255,87,0,1);
}
/**************/
.footer
{
	width:100%;
	background-color: rgb(244, 244, 244);
	height:150px;
}
.ft-main
{
	width:1000px;
	margin:0 auto;
	height:100%;

}
.ft-contact
{
	color: rgb(153, 153, 153);
	font-size:16px;
	width:100%;
	text-align:center;
}
.ft-company
{
	color: rgb(153, 153, 153);
	font-size:16px;
	width:100%;
	text-align:center;
}
/**************/
.vip
{
	height:120px;
	font-size:0;
}

.vip .nav1
{
	background-color: rgba(248,94,58,1);
	width:200px;
	height:120px;
	position:relative;
	display:inline-block;
	opacity: 0.7;
	border:0px;
	padding:0px;
	margin:0;
	font-size:0;
}

.vip .nav2
{
	background-color: rgb(24, 138, 197);
	width:200px;
	height:120px;
	position:relative;
	display:inline-block;
	opacity: 0.7;
	border:0px;
	padding:0px;
	margin:0;font-size:0;
}
.vip .nav3
{
	background-color: rgb(7, 188, 131);
	width:200px;
	height:120px;
	position:relative;
	display:inline-block;
	opacity: 0.7;
	border:0px;
	padding:0px;
	margin:0;font-size:0;
}
.vip .nav4
{
	background-color: rgb(2, 170, 176);
	width:200px;
	height:120px;
	position:relative;
	display:inline-block;
	opacity: 0.7;
	border:0px;
	padding:0px;font-size:0;
}
.vip .nav5
{
	background-color: rgb(24, 138, 197);
	width:200px;
	height:120px;
	position:relative;
	display:inline-block;
	opacity: 0.7;
	border:0px;
	padding:0px;font-size:0;
}
.vip .nav1:hover
{
	opacity: 1;
}
.vip .nav2:hover
{
	opacity: 1;
}
.vip .nav3:hover
{
	opacity: 1;
}

.vip .nav4:hover
{
	opacity: 1;
}

.vip .nav5:hover
{
	opacity: 1;
}

.vip .nimg
{
	position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 10%;
    width: 56px;
    height: 56px;
}
.vip .n2
{
	margin-left: -25px;
	width:50px;
	height:50px;
}
.vip .ntxt
{
	position:absolute;
	left:0px;
	top:64%;
	color:#fff;
	width:100%;
	text-align:center;
	height:30px;
}
.vip .sn
{
	top:40px;
}
.vip .sp1
{
	font-size:14px;
	color:#fff;
}
/**************/
.zs
{
	width:100%;
}
.wrap
{
	width:calc(100% - 0px);
	margin:0 auto;
/* 	background:rgba(255,255,255,1);
	box-shadow:0px 12px 24px 0px rgba(0,0,0,0.1);
	border-radius:4px; */
}
.m-mag-list
{
	width:calc(100% - 0px);
	margin:0 auto;	
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
	
	
}
.m-mag-item
{
	width:170px;
	margin-bottom:45px;
}
.wrap .m-mag-title
{
	height:25px;
	line-height:25px;
	width: 98%;
    margin: 0 auto;
}
.m-mag-img
{
	width:170px;
	height:102px;
}
.noac
{
	color:#a0a0a0;
}
.box-title .noac {
	border-bottom: #a0a0a0;
}
.box-title .noac a {
    color: #a0a0a0;
}
/**************/
.page_detail_main {
    width: 100%;
}
.page_detail_main h4 {
	color: #ab0000;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.article_detail_content
{
}
/**************/
.gadd
{
	border-top: none;
    border-left: none;
	justify-content:flex-start;
}
.gchild
{
	height:107px;
}
.txtadd
{
	width:73px;
}
/**************/
.tiandim-mag-list
{
    justify-content: flex-start;
}
.tiandim-mag-item
{
	margin-right: 18px;
}
/**************/
/* �����¼� */
.event_list {
	position: static;
	width: 100%;
}

.event_list .event {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 436px;
	margin-bottom: 5px;
}

.event_list .event .pic {
	position: absolute;
	top: 0;
	left: 52px;
	width: 646px;
  height: 436px;
  border-radius: 10px 10px 10px 10px;
}
/**************/
/**************/

.pagination
 {
    margin: 20px 0px;
}

.pagination span
 {
    padding: 8px 12px;
    background: #BF1D2D;
    box-shadow: 0px 10px 40px 0px #DADDE3;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px 4px;
}

.pagination a {
    padding: 8px 12px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #DADDE3;
    border-radius: 4px;
    font-size: 14px;
    color: #808191;
    margin: 0px 4px;
}
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/
/**************/