@charset "UTF-8";
body{
	background: #f4f4f4;
}
.main{
	background: none;
	padding-top: 0px;
}
.main>.container{
	background: #fff;
	padding:50px;
}
.banner img{
	width: 100%;
}
/*displayInfo*/
.submenu{
	padding-right: 50px;
}
.submenu-title{
	background:#950101;
	height:64px;
	line-height:64px;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.submenu-con>li>a{
	line-height:32px;
	padding:15px 0px;
	text-align: center;
	margin-top: 10px;
	background: #b3b3b3;
	display: block;
	color:#fff;
	width: 100%;
}
.submenu-con>li>a:hover{
	background: #a31414;
}
.submenu-con li ul{
	background: #fff;
	padding:5px 15px;
	border: 1px solid #CDCDCD;
}
.submenu-con li ul li{
	line-height: 42px;
	border-bottom: 1px #CDCDCD dotted;
	text-align: center;
}
.submenu-con li ul li:last-child{
	border-bottom: 0px;
}
.submenu-con li ul li a{
	color: #000000;
	width: 100%;
	display: block;
}
.submenu-con li ul li a:hover{
	color: #a31414;
}
.displayInfo{
	width: 100%;
	border-left: 1px solid #c90606;
}
.icon-circle{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	position: relative;
	left: -4px;
	z-index: 999;
	background: #c90606;
}
.adress{
	text-align: right;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
	font-size: 24px;
	position: absolute;
	top: -140px;
}
.adress a{
	color: #fff;
}
.chapter{
	padding:50px;
	padding-top: 0px;
	padding-right: 0px;
	width: 100%;
}
.chapter-title{
	width: 100%;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top:30px;
	line-height:1.5em;
}
.info{
    width:100%;
    text-align:center;
    color:#919191;
    margin-bottom:20px;
}
.info{
    width:100%;
    text-align:center;
    color:#919191;
    margin-bottom:20px;
}
.info .fb-name
{
    margin-left:10px;
}
.chapter img{
	max-width:100%;
	text-align: center;
        height:auto  !important;
}
.content{
	text-align: justify;
	width: 100%;
	margin-top: 30px;
}
.content p{
	line-height: 28px;
	margin-top: 10px;
	/* text-indent: 2em; */
}
.content img{
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*listcolumn*/
.listcolumn .news-list{
	width: 100%;
	min-height: 400px;
	padding-left: 60px;
	padding-right: 0px;
	float: left;
	border-left: 1px solid #c90606;
}
.listcolumn .news-list li{
	line-height: 64px;
	border-bottom: 1px dotted #C0C0C0;
	float: left;
	width: 100%;
}
.listcolumn .news-list-title{
	background: url("/m2410/images/li.png") no-repeat 0px 28px;
	width: 80%;
	float: left;
	padding-left: 20px;
	line-height: 64px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.listcolumn .news-list-title a{
	color: #000000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.listcolumn .news-list-title a:hover{
	color: #c90606;
	font-size: 1.2em;
}
.listcolumn .news-list-date{
	width: 20%;
	float: left;
	text-align: right;
}

/*listcolumn-pic*/
.listcolumn-pic .news-con{
	padding-left: 30px;
}
.listcolumn-pic .news-item{
	clear: both;
	width: 100%;
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 15px;
}
.news-img{
	overflow: hidden;
}
.news-img,.news-img img{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-img img:hover{
	transform: scale(1.5);
}
.news-title{
	line-height: 24px;
	height: 48px;
	margin-top: 15px;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
.news-title a{
	color: #000;
}
.news-title a:hover{
	color: #192d62;
}
@media(min-width:1600px){
	.focus-item-date{
		width:20%;
	}
	.focus-item-title{
		width:75%;
	}
}
@media(max-width:1599px){
	.main>.container{
		width: 90%;
	}
	.sz-list{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(max-width:1280px){
	.submenu{
		padding-right: 20px;
	}
	.submenu-title,.chapter-title,.sz-name,.zz-title{
		font-size: 18px;
	}
}
@media(min-width:1280px){
	.listcolumn-sz .col-md-2{
		width: 20%;
	}
	
}
@media(max-width:992px){
	.adress{
		margin-top: -10px;
	}
	.content{
		padding-right: 0px;
	}
	.lm-title{
		margin-top: -20px;
	}
	.submenu{
		display: none;
	}
	.adress{
		font-size: 14px;
		top: -90px;
	}
}
@media(max-width:767px){
	.main>.container{
		padding:30px 15px;
	}
	.listcolumn .news-list{
		padding-left: 15px;
		padding-right: 0px;
		background: none;
		margin-top: -30px;
		min-height: 350px;
	}
	.listcolumn .news-list li{
		line-height: 42px;
	}
	.listcolumn .news-list-title{
		width: 75%;
		line-height: 42px;
		background: url("../images/li.png") no-repeat 0px 18px;
		padding-left: 15px;
	}
	.listcolumn .news-list-date{
		width: 25%;
	}
	.chapter{
		padding-left: 15px;
	}
	.adress{
		font-size: 14px;
		top: -50px;
	}
}
@media(max-width:413px){
	.listcolumn .news-list-title{
		width: 70%;
	}
	.listcolumn .news-list-date{
		width: 30%;
	}
}
@media(max-width:320px){
	.lm-title,.lm-ad{
		width: 100%;
	}
	.adress{
		display: none;
	}
	.listcolumn .news-list-title{
		width: 100%;
		line-height: 24px;
		background: url("../images/li.png") no-repeat 0px 8px;
	}
	.listcolumn .news-list-date{
		width: 100%;
		line-height: 24px;
	}
	
}


/*分页*/
.mt20
{
    margin-top: 0px; 
	margin-bottom:15px;
}
.prevPage
{
    float: left;
    font-size: 16px;
    line-height: 2em;
}
.prevPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #498700;
}
.nextPage
{
    float: right;
    font-size: 16px;
    line-height: 2em;
}
.nextPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #498700;
}
/*翻页样式*/

.pb_sys_common {
    font-size: 16px;
    line-height:14px;
    padding-top: 10px;
	padding-bottom:10px;
    color:#999;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    padding: 5px 8px;
    margin:0px 0px 0px 5px;

    height:24px;
    -height:auto;

    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_t{
    line-height:16px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
	color: #999;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #f2f2f2;
	height:28px;
	line-height:18px;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #f2f2f2;
	height:28px;
	line-height:18px;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#000000;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#6E3A5E;

    text-align:center;
    vertical-align:middle;    
    */

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#6E3A5E;
    
    margin:0px 2px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #6E3A5E;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #999;
    margin:0px;
    height:24px;
    -height:auto;
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #999;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #999;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
}


/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover{
    background-color: #c90606;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #c90606;
    color: #fff;
    background-color: #c90606;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.v_news_content h3
{
    text-align: left;
    font-weight: bold;
}
.leader>table>tbody>tr>td{
    border:0px;
    }
	

.leade table {display:inline}

@media(max-width:414px){
	.pb_sys_common .p_t{
		display:block;
	}
	.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    padding: 5px 4px;
	}
}
.style03{
    color:#BA0407;
    font-weight: bolder;
    margin: 0 5px;
}
.search-result{
    background: #efefef;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}
.search-item{
    padding:25px 20px;
    border-bottom: 1px dotted #c0c0c0;
    text-align: left;
}
.search-title a{
    color: #10317a;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
}
.search-con{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.search-item .detail{
    margin-top:10px;
}
.search-input1{
    position: absolute;
    z-index: 99999;
    right: 0px;
    width: 255px;
    line-height: 46px;
    background: #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    display: none;
}
.search-input1 input{
    height: 32px;
}
.search-input1 input[type="input"]{
    width: 150px;
}
.search-input1 input[type="submit"]{
    width: 60px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}
.search2{
    width: 100%;
    text-align: center;
    padding:15px 0px;
    margin-bottom: 20px;
}
.search2 input{
    height: 42px;
}
.search2 input[type="text"]{
    width: 250px;
    border-radius: 5px;
}
.search2 input[type="submit"]{
    width: 80px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    background: #910000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}