﻿@charset "utf-8";
@charset "utf-8";
html,body{width: 100%; overflow-x:hidden;}

body{padding:0; margin:0px auto; font-size:14px; line-height:24px; color:#333; width:100%; zoom:1;font-family: 'Microsoft YaHei',arial,sans-serif; background: #fff url(../images/bodybg.jpg) repeat-x center 32px;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
select,input,textarea,button{font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, Microsoft YaHei, sans-serif;}
input:focus {outline: none;}
input,button,select,textarea{border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select {background:none; border:none; margin:0; padding:0; font-size:14px;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{display: block;} /*html5设置*/
figure,figcaption{margin:0px; padding:0px;}
audio,canvas,progress,video {display: block;}
img{max-width:100%; border:none; border:0;  vertical-align:top;}
a{color:#333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{text-decoration:none; color:#CE0F07;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clearfix{overflow:hidden;_zoom:1;*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.empty,input{outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.relative{position: relative;}
.f_red{color: #CE0F07 !important;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.mgc{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #d5d5d5;}.mgc:checked:after{left:-5px; top:-5px; position:absolute;content:'';display:block;height:10px;width:10px; border-radius:50%; background:#3b66ad; border:6px solid #dddddd;}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgc:checked{background-color:#fff;border-color:#d7d7d7;}.mgc:checked:after{border-color:#dddddd}.mgc-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgc-primary:checked{background-color:#337ab7;border-color:#337ab7;}.mgc-primary:checked:after{border-color:#fff}.mgc-success{background-color:#fff;border:1px solid #d7d7d7;}.mgc-success:checked{background-color:#5cb85c;border-color:#5cb85c;}.mgc-success:checked:after{border-color:#fff}.mgc-info{background-color:#fff;border:1px solid #d7d7d7;}.mgc-info:checked{background-color:#5bc0de;border-color:#5bc0de;}.mgc-info:checked:after{border-color:#fff}.mgc-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgc-warning:checked{background-color:#f0ad4e;border-color:#f0ad4e;}.mgc-warning:checked:after{border-color:#fff}.mgc-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgc-danger:checked{background-color:#cf3b3a;border-color:#cf3b3a;}.mgc-danger:checked:after{border-color:#fff}.mgc-circle{border-radius:50%}.mgc-sm{width:12px;height:12px;}.mgc-sm:checked:after{top:2px;left:1px;height:3px;width:6px}.mgc-lg{width:19px;height:19px;}.mgc-lg:checked:after{top:3px;left:3px;height:5px;width:10px}.mgr{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:1px solid #d7d7d7;}.mgr:disabled{opacity:.65}.mgr:before{content:'';display:block;height:0;width:0;-webkit-transition:width .25s,height .25s;transition:width .25s,height .25s}.mgr:checked:before{height:8px;width:8px;border-radius:50%;margin:3px 0 0 3px}.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgr:checked{border:1px solid #555;}.mgr:checked:before{background-color:#555}.mgr-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgr-primary:checked{border:1px solid #337ab7;}.mgr-primary:checked:before{background-color:#337ab7}.mgr-success{background-color:#fff;border:1px solid #d7d7d7;}.mgr-success:checked{border:1px solid #5cb85c;}.mgr-success:checked:before{background-color:#5cb85c}.mgr-info{background-color:#fff;border:1px solid #d7d7d7;}.mgr-info:checked{border:1px solid #5bc0de;}.mgr-info:checked:before{background-color:#5bc0de}.mgr-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgr-warning:checked{border:1px solid #f0ad4e;}.mgr-warning:checked:before{background-color:#f0ad4e}.mgr-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgr-danger:checked{border:1px solid #cf3b3a;}.mgr-danger:checked:before{background-color:#cf3b3a}.mgr-sm{width:12px;height:12px;}.mgr-sm:checked:before{height:6px;width:6px;border-radius:50%;margin:2px 0 0 2px}.mgr-lg{width:19px;height:19px;}.mgr-lg:checked:before{height:11px;width:11px;border-radius:50%;margin:3px 0 0 3px}.mgc-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:41px;height:24px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background:#dfdfdf;}.mgc-switch:before,.mgc-switch:after{content:" ";position:absolute;top:0;left:0;border-radius:15px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.mgc-switch:before{width:39px;height:22px;background-color:#fdfdfd}.mgc-switch:after{width:22px;height:22px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.mgc-switch:checked{border-color:#04be02;background-color:#04be02;}.mgc-switch:checked:before{-webkit-transform:scale(0);transform:scale(0)}.mgc-switch:checked:after{-webkit-transform:translateX(17px);transform:translateX(17px)}.mgc-sm.mgc-switch{height:20px;width:32px;}.mgc-sm.mgc-switch:before{height:18px;width:30px}.mgc-sm.mgc-switch:after{width:18px;height:18px}.mgc-sm.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(10px);transform:translateX(10px)}.mgc-lg.mgc-switch{height:32px;width:52px;}.mgc-lg.mgc-switch:before{height:30px;width:50px}.mgc-lg.mgc-switch:after{width:30px;height:30px}.mgc-lg.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(18px);transform:translateX(18px)}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #a50000;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*font*/
.tit{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}

.imgbox{overflow:hidden; position:relative;}
.imgbox span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

/*pages*/
.Pages{ zoom:1; border:1px solid #dfdfdf; background:#f9f9f9; line-height:30px; text-align:center; overflow:hidden; color:#666666; line-height:24px;clear:both;}
.Pages span{ padding:0px 3px; display:inline-block; padding:4px 0;}
.Pages a{ display:inline-block; margin:0px 2px;}
.Pages .p_cur b{ color:#e60012; font-weight:normal;}
.Pages .p_count b{ color:#e60012; font-weight:normal;}
.Pages .p_total b{ color:#e60012; font-weight:normal;}
.Pages .p_jump em{ font-style:normal; font-family:Arial;}
.Pages .p_jump em a{ border:0px; width:22px; height:22px; line-height:22px; text-align:center;}
.Pages .p_jump em a.a_cur{ background:#D4D4D4;}
.Pages .p_jump b{ font-weight:normal;}
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;}
.Pages .i_button { position:relative; top:0px; width:35px; height:19px; cursor:pointer; border:none; background:#A6854F; border-radius:2px; -moz-border-right:2px; -webkit-border-radius:2px; color:#fff; font-size:13px;}
.Pages .select{ width:48px; height:23px; border:1px solid #d2d2d2; background:#fff;}
.Pages .p_jump .f1{ padding-right:3px; display:none;}
.Pages .p_jump .f2{ padding:0 3px; display:none;}
.Pages .p_page a{ display:inline-block; vertical-align:middle;}
.Pages .p_page .a_first,.Pages .p_page .a_end,.Pages .p_page .a_prev,.Pages .p_page .a_next{ background:#e8e8e8; color:#666; padding:0px 8px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover{ color:#000;}
.Pages .p_page .num a{ background:#e8e8e8; display:inline-block; width:24px; height:24px; line-height:24px; text-align:center; color:#666; vertical-align:middle;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{ background:#B70000; color:#fff;}

@media ( max-width:1024px){

}

@media ( max-width:500px){

}
/*pages end*/

/* top */
.Top{height: 32px; line-height: 32px; background: url(../images/topbg.jpg) repeat-x; color: #999; overflow: hidden;}
.Top .date{padding-left: 30px; background: url(../images/date.jpg) no-repeat left center; margin-left: 10px;}
.Top .link a{display: inline-block; padding-left: 9px; margin: 0 13px; color: #999; background: url(../images/arr1.gif) no-repeat left center;}
.Banner{height: 175px; overflow: hidden;}
.Banner .item img{display: block; width: 100%;}
.Logo{position: absolute; left: 20px; top: 50%; height: 60px; margin-top: -30px; z-index: 9;}
.Logo img{display: block; height: 100%;}
 
@media ( max-width: 768px){
    .Logo{height: 40px; margin-top: -20px;}
}

@media ( max-width: 500px){
    .Top .date{margin-left: 0;}
    .Top .link a{margin: 0 5px;}
    .Logo{height: 30px; margin-top: -15px;}
}

/* bottom */
.HomeLink{margin: 6px 0; padding: 10px; height: 50px; overflow:hidden;}
.HomeLink .item a{display: block; margin: 0 5px;}
.HomeLink .item img{display: block; width: 100%; height: 50px;}
.Bottom_Nav{line-height: 30px; background: url(../images/navbg.png) repeat; text-align: center; color: #fff;}
.Bottom_Nav a{color: #fff;}
.Bottom_Nav i{padding: 0 10px;}
.Bottom{background: #fff url(../images/bottombg.png) repeat-x; text-align: center; padding: 10px 0;}

@media ( max-width: 500px){
    .Bottom_Nav i{padding: 0 2px;}
}

/*公用样式 */
.w980{width: 980px; margin: 0 auto;}
.Container{min-height: 400px; height: auto !important; height: 400px; margin: 7px 0 0;}
.Left{width: 24.591%; border-bottom: 1px solid #E0E0E0; box-shadow: 6px 0 10px rgba(0,0,0,0.1);}
.Left .title{height: 34px; line-height: 34px; text-align: center; color: #fff; border-radius: 2px 2px 0 0; background-image: url(../images/namebg.png); background-size: 100% 100%;}
.Left .title span{display: block; font-weight: bold;}
.Left .title i{float: right; font-size: 24px; transition: ease-in-out 300ms; display: none;}
.Left .title.on i{transform: rotate(-180deg);}
.Menus{padding: 10px 16px;}
.Menus li a{display: block; line-height: 39px; margin-bottom: 8px; border-radius: 5px; background-color: #b9b9b9; color: #fff; text-align: center;}
.Menus li.on a,.Menus li:hover a{background-color: #dc3022;}

.Right{width: 74.489%;}
.RightCon{padding: 10px 12px 20px;}
.RightCon .HomeCommon{padding: 0;}
.Position{padding: 0 14px; line-height: 32px; margin-bottom: 6px;}
.Current{padding-left: 15px; color: #616161;}
.Current a{color: #616161;}
.Current span{color: #CF150B;}

@media ( max-width: 1000px){
    .w980{width: auto; padding: 0 10px;}
	.Left,.Right{width: auto; float: none;}
	.Left .title{text-align: left; height: auto; padding: 0 15px; margin-bottom: 0;}
	.Left .title span{font-size: 18px;}
	.Left .title i{display: block;}
	.Left .title.on i{transform: rotate(-180deg);}
	.Menus{display: none; padding: 15px;}

    .Right{margin-top: 10px;}
}

@media ( max-width: 640px){
    .Position{padding: 0 6px;}
    .Current{padding-left: 10px;}
	.Left .title span{font-size: 16px;}
}


/* 首页 */
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.line{border: 1px solid #E6E6E6; background: #fff;}
.h135{height: 135px; overflow: hidden;}
.Main{padding: 7px 0 0; background: #F5F6F8;}

.HomeTit{background: url(../images/titbg.gif) repeat-x; height: 32px; line-height: 32px;}
.HomeTit .name{float: left; width: 112px; text-align: center; font-weight: bold; color: #fff; background: url(../images/namebg.png) repeat-x; position: relative;}
.HomeTit .name i{position: absolute; left: 50%; bottom: -1px; width: 8px; height: 7px; margin-left: -4px; background: url(../images/arr2.png); z-index: 1;}
.HomeTit .more{float: right; margin: 6px 8px 0 0; height: 18px;}

.HomeLeft{width: 49.714%;}
.HomeRight{width: 49.5%;}

.HomeSorts{border-top: 6px solid #b91306; padding: 10px; height: 60px;}
.HomeSorts .hd li{width: 78px; float: left; margin-right: 1px; line-height: 22px; text-align: center;}
.hd li a{display: block; color: #3D3D3D; background-image: url(../images/hd.gif); background-repeat: repeat-x;}
.hd li.on a{color: #fff; background-image: url(../images/hdon.gif);}

.Seach{width: 290px; margin: 0 auto;}
.Seach form{display: inline-block; padding-right: 82px; position: relative;}
.Seach form .input{padding: 0 10px; width: 100%; height: 26px; background: #F5F6F8; border: 1px solid #DFDFDF;}
.Seach form .btn{position: absolute; right: 0; top: 0; background: #efefef; width:64px; height:26px; line-height:26px; color:#3D3D3D;}

.HomeColumn{width: 48.7%;}
.HomeCommon{padding: 6px 10px;width:90%;}
.HomeCommon li,.HomeCommon dd{height: 27px; line-height: 27px; overflow: hidden;}
.HomeCommon li i,.HomeCommon dd i{margin-right: 5px; font-size: 16px; color: #EA2A0A;}
.HomeCommon dd{background: url(../images/line.gif) repeat-x left bottom;}
.HomeCommon dd span{float: right; margin-left: 10px; font-size: 12px; color: #776E6E;}
.HomeCommon.list2 li{padding-left: 12px; background: url(../images/arr1.gif) no-repeat left center;}

.w264{width: 54.4%;}
.HomeResource .title{background: url(../images/titbg.gif) repeat-x; border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; border-radius: 5px 5px 0 0; margin-bottom: 10px; height: 31px; line-height: 31px; border-bottom: 3px solid #FF0000; padding-left: 22px; color: #CC2F09; font-weight: bold;}
.HomeResource .SlideTxt2{height: 222px; padding: 10px 10px 0 10px; overflow: hidden; position: relative;}
.HomeResource .hd li{width: 58px; float: left; line-height: 22px; text-align: center; margin-right: 1px;}
.HomeResource .bd .more{position: absolute; right: 10px; bottom: 0; z-index: 1;}

.HomeGuide{width: 44%;}
.HomeGuide ul{height: 184px; overflow: hidden;}

.auto{width: auto !important;}

@media ( max-width:1010px){
    .HomeLeft,.HomeRight{width: auto; float: none;}
    .HomeColumn{margin-bottom: 10px;}
    
}

@media ( max-width:480px){
    .HomeColumn,.w264,.HomeGuide{width: auto; float: none;}
    .HomeSorts .hd li{width: 65px;}
    .h135,.HomeResource .SlideTxt,.HomeGuide ul{height: auto;}
    .HomeGuide{margin-top: 10px;}
}


/* 详情页 */
.ActiveContent{padding-top:20px;}
.ActiveContent .Atit{ text-align:center; border-bottom:1px dashed #d2d2d2;padding-bottom:2%; margin-bottom: 3%;}
.ActiveContent .Atit h2{ font-size:18px; color:#FF7800; font-weight:bold; margin-bottom: 10px;}
.ActiveContent .Atit .info{background: #F4F4F4; font-size: 12px; padding: 5px; line-height: 18px;}
.ActiveContent .Atit .info i{padding: 0 8px;}
.bdsharebuttonbox{display: inline-block; vertical-align: middle;}
.SinglePage p{text-indent: 2em;}

.PrevNextBox{ border-top:1px solid #eee; margin-top:3%; padding-top:2%;}
.PrevNextBox dl{height: 35px; line-height: 35px; overflow: hidden;}
.PrevNextBox b{color:#000;font-size:14px; font-weight: normal;}
.PrevNextBox a{color:#666;font-size:14px;}
.PrevNextBox a:hover{ color:#db5f5f; }

@media ( max-width:480px){
    .ActiveContent{padding-top: 10px;}
    .ActiveContent .Atit h2{font-size: 16px;}
    .ActiveContent .Atit .info i{padding: 0 5px;}
}


/* 搜索分页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color:#666666;
    font-size:14px;
    /* color: #337ab7; */
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.ajax_page{
    width: 100%;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff5a00;
    border-color: #ff5a00;
}



/* 网站地图 */
.ul_sitemap { margin:10px;}
.ul_sitemap li{ font-size:14px; padding:3px 10px; background:#f2f1f1; margin-bottom:5px;}
.ul_sitemap li a{ color:#333;}

@media(max-width:480px){
    .ul_sitemap { margin:0;}
}

/* 馆长信箱 */
.Mailbox{padding:10px;}
.Mailbox .inputBox{line-height: 30px;margin-bottom:10px;padding-left:80px;position: relative;}
.Mailbox .inputBox span{position: absolute;left:0;top:0;}
.Mailbox .inputBox input{height:100%;border:1px solid #DBDBDB;height:28px;width:100%;}
.Mailbox .inputBox .input_02{max-width:370px;}
.Mailbox .inputBox .input_01{max-width:180px;}
.Mailbox .inputBox textarea{border:1px solid #dbdbdb;height:100px;width:100%;box-sizing: border-box;padding:5px;resize: both;}

.Mailbox .formBtn{text-align: center;margin-top:20px;}
.Mailbox .formBtn button{width:75px;height:30px;margin:0 5px;}
.Mailbox .formBtn a{display: inline-block;width:75px;height:30px;line-height: 30px;text-align: center;background:#ddd;margin:0 5px;}
