@charset "UTF-8";
.banner{
	margin-bottom: 0px;
}
.banner img{
	width: 100%;
}
.banner-title{
	width: 100%;
	line-height: 64px;
	float: left;
	font-size:20px;
	color:#fff;
	bottom:64px;
	position:relative;
	z-index:99;
	padding-left:30px;
	text-shadow: #666 2px 2px 5px;
}
.banner-title a:link,a:visited,a:hover,a:active{
	color:#ffffff;
}
.main{
	padding-top: 0px;
	margin-top: -65px;
}
.main>.container{
	background: none;
}
.displayInfo,.listcolumn>.container-fluid{
	background: #fff;
	padding:30px;
	margin-top: -30px;
}
.chapter{
	padding: 0 30px 0 30px;
	font-size:16px;
	line-height:2em;
}
.chapter-title{
	width: 100%;
	font-size: 22px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.chapter-info{
	width: 100%;
	text-align: center;
	color: #B4B4B4;
	font-size: 14px;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.fb-name{margin-left:10px}
.chapter img{
	max-width:100%;
	text-align: center;
        height:auto  !important;
}
.content{
	text-align: center;
	width: 100%;
	/* margin-top:30px; */
}
.content p{
	text-align: justify;
}
.content img{
	max-width: 100%;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
}
/*listcolumn*/

.sub-menu-title{
	background: #a40000;
	width: 100%;
	color: #fff;
	font-size: 24px;
}
.sub-menu-title div{
	background:url(../images/title-bg.png) no-repeat right;
	background-size:  auto 80%;
	width: 100%;
	line-height: 64px;
	padding-left: 15px;
}
.sub-menu .qrcode{
	padding: 0px;
}
.sub-menu>ul{
	width: 100%;
}
.sub-menu>ul>li{
	line-height: 52px;
	margin-top: 5px;
	background: #f2f2f2;
}
.sub-menu>ul>li:hover{
	background: #bb3b3b;
	color:#fff;
	transition: background .5s,color .5s;
	-moz-transition: background .5s,color .5s;	/* Firefox 4 */
	-webkit-transition: background .5s,color .5s;	/* Safari 和 Chrome */
	-o-transition: background .5s,color .5s;
}
.sub-menu>ul>li>a{
	color:#333;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.sub-menu>ul>li:hover>a{
	color:#fff;
}
.sub-menu-ul{
	background: #fff;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}
.sub-menu-ul li{
	line-height: 42px;
	border-bottom: 1px solid #eae7de;
	padding-left: 25px;
	padding-right: 25px;
}
.sub-menu-ul li:last-child{
	border-bottom: none;
}
.sub-menu-ul li a{
	color: #333;
	display: block;
}
.sub-menu-ul li a:hover{
	color: #bb3b3b;
}
.column-local{
	border-bottom: 1px solid #862114;
	width: 100%;
	padding-right: 20px;
}
.column-local2{
}
.column-title{
	line-height: 48px;
	width: 10%;
	float: left;
}
.local{
	width: 90%;
	text-align: right;
	float: left;
	line-height: 48px;
	color: #bab5bb;
}
.local a{
	color: #bab5bb;
}
.column-title span{
	display: block;
	width: 160px;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	background: #862114;
	padding-left: 20px;
}
.listcolumn-title{
	line-height: 46px;
	text-align: left;
	padding-left: 0px;
	border-bottom: 1px solid #e6e6e6;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}
.listcolumn-title a{
	color: #48342b;
	font-size: 14px;
}
.listcolumn-title a:hover{
	color: #bb3b3b;
	transition: color .5s;
	-moz-transition: color .5s;	/* Firefox 4 */
	-webkit-transition: color .5s;	/* Safari 和 Chrome */
	-o-transition: color .5s;
}
.listcolumn-title i{
	display: inline-block;
	text-align: left;
	margin-right: 10px;
	color: #48342b;
}
.listcolumn-title:hover i{
	color: #bb3b3b;
}
.listcolumn-date{
	text-align: right;
	font-size: 14px;
	padding-right: 0px;
	color: #848484;
	line-height: 46px;
	border-bottom: 1px solid #e6e6e6;
}

/*图片列表页*/
.pic-item{
	width: 100%;
	border:1px solid #dadada;
	margin-bottom: 30px;
	padding: 8px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pic-item:hover{
	border:1px solid #b22a01;
}
.pic-img{
	
}
.pic-img,.pic-img img{
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	width: 100%;
	overflow: hidden;
	
}
.pic-img:hover img{
	/* transform: scale(1.4); */
}
.pic-img-title{
	line-height: 48px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}
.pic-img-title a{
	color:#000;
	
	font-size: 14px;
}
.pic-img-title a:hover{
	color: #b22a01;
	font-weight: bold;
}

@media(min-width:1440px){
	.main>.container,.banner>.container{
		/* width: 1300px; */
    width: 1600px;
	}
}
@media(max-width:1439px){
	.main>.container,.banner>.container{
		width: 90%;
	}
}
@media(max-width:1280px){
	.banner-title{
		font-size: 20px;
	}
	.sub-menu-title{
		font-size: 20px;
	}
	.sub-menu-title div{
		line-height: 56px;
	}
}
@media(max-width:992px){
	.banner-title{
		font-size: 18px;
	}
	.sz-name,.sz-yjfx,.sz-email{
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sub-menu-title{
		font-size: 18px;
	}
	.column-title{
		line-height: 48px;
	}
	.local{
		line-height: 48px;
	}
	.column-title span{
		line-height: 48px;
	}
	
}
@media(max-width:767px){
	.sub-menu{
		padding-left: 0px;
		padding-right: 0px;
	}
	.sub-menu-title{
		font-size: 16px;
	}
	.sub-menu>ul>li{
		line-height: 42px;
	}
	.sub-menu>ul>li>a{
		font-size:14px;
	}
	.listcolumn2{
		padding-left: 0px;
		padding-right: 0px;
	}
	.local{
		display: none;
	}
	.column-local{
		margin-top: 20px;
	}
	.content{
		margin-top: 10px;
		font-size: 14px;
	}
	.content p{
		margin-top: 0px;
		font-size: 12px;
	}
	.banner-title{
		display: none;
	}
	.listcolumn-title{
		width: 75%;
	}
	.listcolumn-date{
		width: 25%;
		padding-left: 0px;
	}
	.chapter-title{
		font-size:16px;
	}
	.main{
		margin-top: 0px;
	}
	.listcolumn{
		padding:0px;
	}
	.displayInfo,.listcolumn>.container-fluid{
		margin-top: 10px;
		padding: 10px;
	}
	.nav>li>a
	{
		padding:7px;
		font-size:14px;
	}
	.chapter{
	padding: 0 10px;
	word-wrap: break-word;
    word-break: normal;
    line-height:0em;
	}
}
@media(max-width:413px){
	.listcolumn-title{
		width: 70%;
	}
	.listcolumn-date{
		width: 30%;
	}
}
@media(max-width:320px){
	.listcolumn-title{
		width: 68%;
	}
	.listcolumn-date{
		width: 32%;
	}
}


/*分页*/
.mt20
{
    margin-top: 0px; 
	margin-bottom:15px;
}
.prevPage
{
    float: left;
    font-size: 14px;
    line-height: 2em;
}
.prevPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #A81C1D;
}
.nextPage
{
    float: right;
    font-size: 14px;
    line-height: 2em;
}
.nextPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #A81C1D;
}
/*翻页样式*/

.pb_sys_common {
    font-size: 14px;
    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: #ccc;
	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: #999;
	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:#999;
}

.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;    
    */
    font-size:14px;

    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: #bb3b3b;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #bb3b3b;
    color: #fff;
    background-color: #bb3b3b;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.v_news_content h3
{
    text-align: left;
    font-size: 14px;
    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-size: 16px;
    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;
}
#vsb_content{
	font-size: 16px;
	line-height:1.2em;
}
.one>tbody>tr>td
{
	text-align:left;
}
.nav-tabs{
	border-bottom:1px solid #950000;
	margin-bottom:15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	border-top: 1px solid #950000;
	border-left: 1px solid #950000;
	border-right: 1px solid #950000;
}