@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none; color:#333;}
a:hover{ color:#b52831;}
ul,li{ list-style-type:none;}
img{ border:0;vertical-align:top;}
input,textarea,select{ vertical-align:middle;outline:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,br,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,select,input,a,div,strong,span,b{ margin: 0; padding: 0; }
table { border-collapse:collapse; border-spacing:0; }
html{ background:#f9f9fa;}
body{ width:100%;font-family:"微软雅黑","黑体",Arial; font-size:14px; background:none;}
.clear { clear:both; font-size:0; height:0; line-height:0; overflow:hidden;}

.font_blue{ color:#255b9f;}
.font_red{ color:#dd1a00;}
.font_red:hover{ text-decoration:underline;}
.font_white{ color:#fff;}


/*****public*****/
.content_page{ width:1100px;  margin:0 auto; padding:20px 0 50px;}
.menu{float:left; width:230px;}
.menu_tit{ text-align:center; border-top:5px solid #740003; line-height:50px; height:50px; color:#fff; background:#ad282b; font-size:20px; letter-spacing:2px;}
.menu ul{ height:100%; margin:5px 0; }
.menu ul li{ padding:1px 0;}
.menu ul li a{ display:block; background:#dfdfdf; line-height:40px; padding-left:20px; font-size:15px; letter-spacing:1px; font-weight:300; color:#333; }
.menu ul li a:hover, .menu ul li a.on{ color:#ad282b;background:#ccc; font-weight:bold;}


.page_right{overflow:hidden;min-height: 480px}
.location{ width:100%;}
.location_ny{ /*margin-left:10px;*/ }
.location .tit{ display:block;/* background:#fdfdfd; */ border-bottom:1px solid #ddd; height:30px; line-height:30px; text-align:right;}
.location .tit span{ padding:5px;}
.location_ny .tit{ display:block; /*background:#5edbda; */height:30px; line-height:30px; margin:0;}


/*****newsList*****/
.newsList2{ overflow:hidden; background:#fff; padding:20px 50px 30px;}
.newsList2 ul li{ border-bottom:1px dotted #ccc; overflow:hidden;}
.newsList2 ul li a{ float:left; display:block; width:660px; line-height:44px; color:#555; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; vertical-align:top; font-size:14px;}
.newsList2 ul li span.time{float:right; display:inline-block; width:80px; line-height:35px; text-align:right; color:#888; }
.newsList2 ul li a:hover{color:#d11933;}
/**  序号修改为实心球 **/
.newsList2 ul li  .xuhao{display:inline-block;width:10px;height:10px;background:red;border-radius:100%;margin-right:10px;}



.newsList{ overflow:hidden; background:#fff; padding:20px 50px 30px;}
.newsList li{ width:100%; overflow:hidden; padding:20px 0; border-bottom:1px dashed #dedede;}
.newsList li a{ overflow:hidden; display:block;}
.newsList li img{ width:165px; height:116px; float:left;display:block; padding:5px; border:1px solid #ddd;}
.newsList li .btext{ float:right; width:80%;}
.newsList li .btext h2{ color:#010101; font-size:16px;overflow:hidden; font-weight:normal; line-height:30px; margin-bottom:5px;}
.newsList li .btext span{ font-size:12px; color:#999; display:block;line-height:18px;}
.newsList li .btext b{ font-size:12px; margin-top:15px; border-top:1px solid #b52831;display:block;font-weight:normal; height:27px;line-height:27px; color:#b52831; width:140px;}
.newsList li a:hover img{filter:alpha(opacity=80); opacity:0.8;}
.newsList li a:hover .btext h2{color:#cd0000; font-weight:bold;}
@-webkit-keyframes opac2 {
    0%{width:auto; }
    100% {width:100%;}
}
@-moz-keyframes opac2 {
    0%{width:auto; }
    100% {width:100%;}
}
@keyframes opac2 {
    0%{width:auto; }
    100% {width:100%; border-top-color:rgba(205,0.0,.5);}
}
.newsList li a:hover .btext b{color:#cd0000; border-top-color:rgba(205,0.0,.5);  -webkit-animation: opac2 2s 1 ease; -moz-animation: opac2 2s 1 ease; animation: opac2 2s 1 ease;}


/*****pages*****/
.page { margin:0px auto; padding:30px 0 0; height:20px;}
.p_btns { display:inline; margin: 10px auto; width:100%; font-size: 12px;}
.p_btns .total_count { float:right;padding-top:3px; line-height:16px;}
.p_btns a { display:block; float:left; margin-right:4px; padding:4px 7px; background: #f5f5f5; height:16px;line-height:16px; text-decoration: none; font-size: 12px; text-align:center; cursor:pointer;}
.p_btns a { display:inline;}
.p_btns a:hover { text-decoration: none;background: #333; color:#fff;}
.p_btns .currentpage { display:block; float:left; margin-right:4px; padding:4px 7px;height:16px;line-height:16px; background:#b52831; color:#fff ;}
.p_btns .jumppage { float:left;padding-top:3px;}
.p_btns input { width: 40px; border: 1px solid #D1D1D1; height: 15px; font-size: 14px; }



/*****message*****/
/*.message,.message_list{ background:#f9f9f9; padding:30px 50px;}
.message ul{ padding:20px 30px 0;}
.message ul li{ min-height:28px; *height:28px; margin-bottom:20px;}
.message ul li p.tit{ float:left; display:inline; width:50px; font-size:14px; height:28px; line-height:28px; text-align:right;}
.message ul li .input_height{ float:left; display:inline; height:26px; background:#fff; border:1px solid #d4d4d4;}
.message ul li .input_tit{ width:680px;}
.message ul li .input_name{ width:165px; margin-right:25px;}
.message ul li .input_email{ width:195px;}
.message ul li .input_detail{ width:680px; height:90px;outline:none;resize:none;}
.message ul li.detail{ height:92px;}
.message ul li .btn_message{ width:88px; height:34px;background:#37cac9;color:#fff; font-size:14px; font-weight:bold; border:none; cursor:pointer;-webkit-border-radius: 5px; -moz-border-radius:5px;border-radius: 5px; behavior: url(js/PIE.htc); position:relative;}
.message ul li .btn_sub{ margin-left:260px;}
.message ul li .btn_reset{ margin-left:50px;}
.message ul li .input_checkcode{ display:inline; height:26px; background:#fff; border:1px solid #d4d4d4;}

.message_top{ border-bottom:1px solid #d2d2d2; height:26px; padding-bottom:5px;margin:15px;}
.message_top .num{ width:200px; float:left; line-height:20px; padding-top:6px;}
.message_top .input1{ float:right; width:252px; height:24px; background:#fff; border:1px solid #d4d4d4; margin-right:5px; }
.message_top .btn2{ float:right; width:55px; height:26px; background:#65AC4E; border:none; font-weight:bold; color:#fff; cursor:pointer;}

.message_list dl{ width:100%; min-height:45px; *height:45px; padding:8px 0px; position:relative;}
.message_list dl .right_detail{ width:280px; line-height:20px; position:absolute; top:10px; right:10px; text-align:right; color:#666;}
.message_list dl dt{ width:500px; background:url(../images/inside/message_ico1.gif) left top no-repeat; padding-left:20px; line-height:20px; font-weight:bold; padding-bottom:14px;}
.message_list dl .font_red{ background:url(../images/inside/message_ico2.gif) left top no-repeat; padding-left:22px; line-height:18px; color:#b42429; margin-bottom:10px;}
.message_top select{ float:right; height:27px; margin-right:10px;}
.message_list dl .lyhf{ background: #f4f4f4; border:1px dotted #ddd; margin: 5px 0 6px;padding: 10px 8px 10px 20px;-webkit-border-radius: 6px; -moz-border-radius:6px;border-radius: 6px; behavior: url(js/PIE.htc); position:relative;}
.message_list dl .lyhf p{ line-height:24px; color:#666;}
*/

/*****message*****/
.message{ padding:2% 0 4%; overflow:hidden; background:#fff;}
.message_left{ overflow:hidden; margin:0 50px; border-top:1px solid #ddd;}
.message_top{ border-bottom:1px solid #d3d9e0; padding:1% 0 2%; overflow:hidden; margin:0;}
.message_top .num{float:left; line-height:30px;}
.message_top .num b{ font-weight:normal; color:#F90; margin:0 2px;}
.message_top .mt_right{ float:right; overflow:hidden; background:#eee; -webkit-border-radius: 20px; -moz-border-radius:20px;border-radius: 20px; behavior: url(js/PIE.htc); position:relative;}
.message_top .mt_right .input1{ float:left; padding: 0 18px; width:216px; height:30px; background:none;border:0; margin-right:5px; }
.message_top .mt_right .btn2{ float:right; width:65px; height:30px; background:#f3a1a1; border:0; font-weight:bold; color:#940a0a; cursor:pointer;}
.message_top .mt_right .btn2:hover{ color:#fff; background:#cd1422;}

.message_list{ padding:1% 0 0;}
.message_list dl{ width:100%; border-bottom:1px solid #f5f5f5; padding:3% 0; overflow:hidden;}
.message_list dl dt{line-height:25px;font-size:14px; overflow:hidden;}
.message_list dl dt{ height:25px; overflow:hidden; font-size:15px; background:url(../images/message_ico1.png) 2px 3px no-repeat;  font-weight:normal;color:#000; text-indent:28px;}
.message_list dl .right_detail{ text-indent:28px;font-size:12px; color:#bababa; }
.message_list dl .right_detail .font_gray{ color:#3cb4f9;}
.message_list dl  dd.font_red{ background:url(../images/message_ico2.gif) left 11px no-repeat; line-height:18px; color:#888; padding:1% 0; padding-left:28px;}
.message_list dl  dd:hover{text-decoration:none;}
.message_list dl .lyhf{ border:1px dotted #ddd; background:#f9f9f9; margin: 5px 0 6px;padding: 20px 30px 20px 30px;}
.message_list dl .font_message_gray{ line-height:24px; color:#f7a525;}
.message_list dl .lyhf.reoly_tit b{ font-weight:normal; color:#999; margin-left:5px;}
.message_list dl .lyhf.reoly_cont{ padding:5px 0;}

.message_right{ overflow:hidden; margin:1% 0 0 8%}
.message_right ul{ padding:1% 0px 1% 0; overflow:hidden;}
.message_right ul li{ margin-bottom:20px;}
.message_right ul li label{ display:inline-block; width:120px; text-align:right; vertical-align:top; line-height:28px;}
.message_right ul li label b{ color:#F90; margin-right:5px;}
.message_right ul li .inputcss{ height:28px; line-height:28px; vertical-align:middle; background:#fff; border:1px solid #ddd; width:65%; padding:0 5px;}
.message_right ul li .input_detail{ background:#fff; border:1px solid #ddd;  width:65%; padding:0 5px; height:100px;}
.message_right ul li img.yzm{ display:inline-block; vertical-align:top; width:70px; height:28px;border:0;}
.message_right ul li.detail{ margin-right:5%; padding:2% 25% 2%;}
.message_right ul li .btn_message{ width:47.2%; height:34px;background:#64a3d3;color:#fff; font-size:14px; font-weight:bold; border:0; cursor:pointer; margin:0 1%;}
.message_right ul li .btn_message:hover{ background:#cd1422;}

/*****imgList*****/
.imgList{ overflow:hidden; width:100%;}
.imgList ul{ overflow:hidden; width:110%; padding-left:17px;}
.imgList li{ height:144px; width:240px; float:left; padding:30px 40px 10px 0; }
.imgList li a{ display:block; position:relative; height:144px; background:#fff;}
.imgList a img{ position:absolute; top:0; left:0; display:block;height:144px; width:240px; }
.imgList a i{ position:absolute; bottom:0; left:0;display:block;width:100%; height:26px; background:#000;filter:alpha(opacity=60); opacity:0.6;}
.imgList a span{ position:absolute; bottom:0; left:0;display:block; width:96%;height:26px; line-height:26px; color:#ececec; font-size:12px; text-indent:15px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.imgList a:hover img{filter:alpha(opacity=80); opacity:0.8;}
.imgList a:hover i{ background:#ffcc00;filter:alpha(opacity=100); opacity:1;}
.imgList a:hover span{ color:#333;}

/*****bookList*****/
.bookList{  width:100%; overflow:hidden; background:#fff;}
.bookList ul { overflow:hidden; width:110%; padding:40px 0 30px 10px;}
.bookList li{ float:left; width:128px; padding:0 26px 10px; }
.bookList li a{ display:block; cursor:pointer;}
.bookList li a img{ width:120px; height:167px; border:1px solid #ddd; padding:3px;}
.bookList li a span{ display:block;text-align:center; font-size:14px;  line-height:40px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bookList li a:hover img{ border:1px solid #b52831;}
.bookList li a:hover span{ color:#C00;}




/*****article*****/
.art{ padding:25px 50px 50px; background:#fff; overflow:hidden; min-height:400px;}
.art h1{ text-align:center; font-size:22px; color:#000; font-weight:normal; padding-top:15px;}
.art_time{ line-height:25px;  margin:20px 0px; text-align:left; color:#999; border-bottom:1px solid #ccc;}
.art_time ul{ height:25px; float:left;}
.art_time ul li{ float:left; line-height:25px; padding:0px 5px 0px 0px; margin:0px 5px 0px 0px; color:#888;}
.art_time ul li .black{ color:#888;}
.art p.duanluo{ padding:10px 0;font-size:14px;text-indent:1.5em;text-align:justify;text-justify:inter-ideograph; color:#555; line-height:30px;}
.art img, .art table{  margin:20px auto;  width: expression(this.width > 565 ? '565px': true);  max-width:100%;}
/*.art img, .art table{ display:block; margin:20px auto;  width: expression(this.width > 565 ? '565px': true);  max-width:100%;}*/

/********link_btn********/
.link_btn{background:#fff; padding:30px; border-top:1px #e5e5e5 solid;}
.link_btn li{ display:block; width:100%; font-size:12px; color:#b52831;}
.link_btn li span{ padding:2px; color: #fff; background: #b52831;}
.link_btn li a{ font-weight:normal;color:#666;}
.link_btn li a:hover{ color:#dd1a00;}
#bdshare span{font-size:12px; float:left;}


/*****book_show*****/
.book_show_img{ width:200px; height:284px;border:1px solid #ddd; padding:4px;}
.book_show_img img{width:200px; height:284px; margin:0px; display:block;}
.book_show_intro{ line-height:32px; padding:10px 0 0 5px;}
.book_show_intro dl dt{ font-size:16px; font-weight:bold;}
.book_show_intro dl dd{ font-size:12px; line-height:30px; }
.bookcont{ overflow:hidden; float:left; width:220px; padding:20px 0 0;}
.books_text{ float:right; display:inline; margin-top:20px; width:65%; min-height:550px; padding:20px 50px; background:#f9f9f9; border-left:1px solid #ddd;}


/*****shade*****/
.shade_list{ padding:0 12px;}
.shade_list dl{ width:100%; margin-top:15px; position:relative; border-bottom:1px dotted #c7c7c7; padding-bottom:10px;}
.load_btn{ position:absolute; top:20px; right:0; width:105px; height:34px; cursor:pointer; border:none; background:url(../images/dow.png) no-repeat 15px center #64a3d3; color:#fff; font-weight:bold; font-family:'Microsoft Yahei',Tahoma, Helvetica, Arial, sans-serif; line-height:34px; text-indent:35px;}
.load_btn:hover{color:#dd1a00;}
.shade_list dl dt{ font-weight:bold; padding-right:135px;  }
.shade_list dl dd{ padding-left:20px; padding-top:10px;}


/*****resolist*****/
.resolist{ background:#fff; min-height:432px;}
.resolist ul{ overflow:hidden; padding:15px 0 40px 50px;}
.resolist li{ width:300px; float:left; background:#f7f7f7; display:inline; margin:25px 47px 0 0;}
.resolist li a{ display:block;overflow:hidden; line-height:35px; font-size:14px; text-overflow:ellipsis; white-space:nowrap; width:90%; color:#333; background:url(../images/li03.png) no-repeat 18px center; text-indent:30px;}
.resolist li:hover{ background:#b52831;}
.resolist li a:hover{ color:#fff;}


.insmenu{ overflow:hidden;}
/*.insmenu h2{ background:#485157; width:100px; font-size:16px; text-align:center; line-height:40px; float:left; color:#d5b481;}*/
.insmenu ul{ overflow:hidden; border:1px solid #ddd;  border-top:none; border-right:none; }
.insmenu ul li{ vertical-align:top; line-height:40px; border:1px solid #ddd; border-bottom:none;border-left:none; float:left;}
.insmenu ul li a{ display:block; padding:0 14px 0 15px;}
.insmenu ul li a:hover,.insmenu ul li a.on{ color:#b52831; font-size:14px; font-weight:bold;}


/* head **/
.head{ background:url(../images/topBg.jpg) no-repeat center top;}
.head .logo a { display: block; padding: 40px 0 20px;}
.head .logo a img{ display:block; margin:0 auto; width:330px;}
.head .search { margin: 10px auto 30px;}
.nav{ width:100%; background:#000;}
.navcont{ width:1100px; margin:0 auto;}
.nav ul{ overflow:hidden;}
.nav ul li{ float:left; height:46px; line-height:46px; width:137px; text-align:center; font-size:16px; margin-right:23px; display:inline;}
.nav ul li:last-child{ margin-right:0px;}
.nav ul li a{ display:block; color:#fff;} 
.nav ul li a:hover,.nav ul li a.on{ color:#fff; background:#b52831;}


/*search*/
.search { margin: 20px auto; height:35px;}
.search form{  width:888px; margin:0 auto;}
.input {float: left; width: 621px; height: 33px; border:1px solid #979797; background:#fff; text-indent: 10px; color: #000; font-family:"Microsoft Yahei"; border-radius:16px; font-size:14px;}
.search_btn {float: left; margin-left: 1px; width: 121px; height: 35px; background: url(../images/but.jpg) no-repeat; border: 0; font-size: 14px; font-weight: bold; color: #fff; cursor:pointer; display:inline;border-radius:16px;}
/*select
/*
.choose{ float: left; display:inline;width: 139px;height: 33px; margin-left:1px; color: #666;font-size: 12px; border:1px solid #979797;background:#fff; border-radius:16px; overflow:hidden;}
.choose .btn{ background:url(../images/select.png) no-repeat 95% center;}
.choose .btn,.choose .col{ width: 100%;height: 33px;line-height: 32px;text-indent: 10px;cursor: pointer; font-size:14px;}
.choose .col:hover{ background: #ccc;color: white; }
.choose .con{ width: 117px;height: auto;position: absolute;border: 1px solid #ccc;border-top: 1px dashed #ccc;display: none;background: white; margin-left:12px; } */


.choose{*display:inline;position:relative; float: left; text-align:left;width: 130px;height: 33px; color: #666;font-size: 12px; border:1px solid #b52831;background:#fff;cursor:pointer;border-radius:22px; z-index:9999;}
.sslct{ display:inline-block; vertical-align:top; *display:inline; position:relative; cursor:pointer;}
.sslct .butten{ height:33px; line-height:33px; display:inline-block; vertical-align:top;}
.sslct .butten_r{ display:inline-block; width:130px; background:url(../images/select.png) no-repeat 90% center; font-size:14px; text-indent:20px; height:33px; line-height:33px; overflow:hidden;}
.list_sslct{width:100px; height:0; line-height:33px; position:absolute; left:14px; top:33px; background:#FFF; overflow:hidden; text-indent:15px; border:1px solid #b52831; border-top:none; }
.list_sslct li{font-size:14px; border-top:1px dashed #b52831; }
.list_sslct li a{ display: block; padding:0 7px;}
.list_sslct li a:hover{ background:#F6F6F6;}





/* fast */
.fast{ position:fixed; left:20px; top:33%; z-index:999;}
.fast ul{}
.fast ul li{ padding-bottom:10px;}
.fast ul li a{  cursor:pointer;overflow:hidden; border:1px solid #000; width:72px; height:72px; -webkit-border-radius: 10px; -moz-border-radius:10px;border-radius: 10px; behavior: url(js/PIE.htc); position:relative; display:block; background:rgba(255,255,255,.4);}
.fast ul li a i{ display:block; margin:7px auto 2px; overflow:hidden; width:37px; height:37px; background:url(../images/fasticon.png) no-repeat;} 
.fast ul li a span{ display:block; text-align:center; font-size:14px;}
.fast ul li.fast01 a i{ background-position:0px 3px;}
.fast ul li.fast02 a i{ background-position:0px -80px;}
.fast ul li.fast03 a i{ background-position:0px -160px;}
.fast ul li.fast04 a i{ background-position:0px -238px;}


.fast ul li.fast04{ position:relative;}
.fast ul li.fast04 .codes{ display:none; width:94px; position:absolute;top:0; left:74px; overflow:hidden;background:url(../images/sj.png) no-repeat 0 37px; border-radius:10px; padding:0px 0 5px 10px; font-size:12px; color:#666;}
.fast ul li.fast04 .codes p{ width:74px; margin:0 auto; background:#fff; padding:10px; border-bottom:1px solid #ddd; }
.fast ul li.fast04 .codes p img{ display:block; width:100%;}
.fast ul li.fast04 .codes p span{ display:block; text-align:center; padding:5px 0 0;}

.fast ul li.fast04:hover .codes{ display:block;}

.fast ul li a:hover{ background:#fff;}



/* footer */
.footer { width: 100%; height: 95px; background: #000; color:#fff;}
.footercont { width:600px; height: 40px; position: absolute; margin: 10px 50%; left: -300px; font-size: 12px;}
.flink { width: 100%; overflow:hidden; padding:20px 0 15px;}
.fltit {float: left; font-size: 14px; line-height: 22px; display:inline-block; padding-left:74px;}
.flink_sel {float: left; width: 160px; height: 22px; border:0;margin-left: 10px; display:inline;}
.copy{ color:#b0b6b9; font-size:12px; text-align:center; text-transform:uppercase;}



/* 登录弹窗 **/
.theme-popover-mask{z-index: 9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=60);display:none}
.log-popup{z-index:9999;position:fixed;top:50%;left:50%; width:400px;height:260px;margin:-130px 0 0 -200px; background-color:#fff;display:none;-moz-box-shadow: 0 0 30px #CCC;
-webkit-box-shadow: 0 0 30px #CCC;
box-shadow: 0 0 30px #CCC; }
.log-popup-con{ color:#444; text-align:center;}
.fast ul li.fa01 div.log-popup a{ background:none;}
.log-popup-con h2{ color:#fff; background:#000;  font-weight:normal; padding:15px 15px 0; height:35px; line-height:100%; overflow:hidden;}
.log-popup-con h2 span{ font-size:18px; font-weight:bold; float:left; display:inline-block; padding-left:10px;}
.log-popup-con h2 a.close{ float:right; width:auto; height:auto; border:none;}
.log-popup-con h2 a.close:hover{ background:none;}
.log-popup-con h2 a.close img{ display:block; width:15px;}
.log-popup-con .yn{ margin-top:13px; overflow:hidden; padding:5px 40px 0;}
.log-popup-con .yn p{ border:1px solid #ddd; margin:8px 0; display:block;}
.log-popup-con .yn p label{ display:inline-block; vertical-align:middle; margin-right:10px; font-size:14px; color:#777;}
.log-popup-con .yn p .loginput{ border:0; border-left:1px solid #ddd; height:33px; line-height:33px; vertical-align:middle; padding:0 5px; width:200px;font-family:"Microsoft YaHei";}
.log-popup-con .yn .logbut{ display:block; height:40px; line-height:40px; vertical-align:middle; font-size:18px;  background:#cd1422; color:#fff; width:100%; margin:25px auto 0; cursor:pointer; font-family:"Microsoft YaHei";letter-spacing:2px; border-radius:5px; border:0;}
.log-popup-con .yn .logbut:hover{ background:#bc0110; }
{ position: fixed; right:50%; margin-right:-600px; top:20%;}

.sjkGo{ display:block; width:150px; height:40px; line-height:36px; border-radius:20px; margin:25px auto 0px;  text-align:center; background:#aa1a23; color:#fff; font-size:18px;}
.sjkGo:hover{ color:#fff; background:#c71722;}


/*****新增*****/

/*****date*****/
.date_div{ width:382px; float:left; display:inline;}

.date_search{ background:#f9f9f9; padding:20px 0px; padding-bottom:5px; margin-top:15px;} 
.date_search ul li{ line-height:34px; padding:6px 10px; font-size:14px; font-weight:bold;}
.date_search ul li .input_date{display:inline; width:58%; height:16px; line-height:16px; padding:8px; background:#fff; border:1px solid #d4d4d4;}
.btn_date{display:inline-block;width: 20%; height:34px; background:#64a3d3; color:#fff; font-size:14px; font-weight:bold; border:none; cursor:pointer; margin:0 5px;;}
.btn_date:hover{ background:#1976bd;}
.date_search ul li a{ padding:0 10px; color:#255b9f; font-weight:normal; font-size:13px;}
.date_search ul li.zm a{ padding:0 5px;}
.date_search ul li a:hover{color:#d11933;}
.date_search ul li a.on{color:#d11933; font-weight:bold;}

.date_tabel{ margin-top:15px; }
.date_tabel tr th, .date_tabel tr td{ height:36px; line-height:36px; border-color:#fdfdfd;border-left: 1px #fdfdfd solid;}
.date_tabel tr th{ background:#E5E4E3;}
.date_tabel tr.ou{ background:#f9f9f9;}
.date_tabel tr:hover{ background:#E9F3FD;}
.date_tabel tr th.xh{ width:40px;}
.date_tabel tr th.chinatitle{ width:100px;}
.date_tabel tr th.zw{ width:341px;}
.date_tabel tr td.center{ text-align:center;}
.date_tabel tr td a{ display:block; padding:0 5px; width:90%; line-height:36px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box;}
.date tr td a{width:331px;}

/*****recBook*****/

/*****recBook*****/
.recBook_search{ padding:2% 3% 0;}
.recBook_search ul.mobile{display:none;}
.recBook_search ul li{ padding:10px 5px; clear:both; text-align:center; overflow:hidden;}
.recBook_search ul li.textLeft{text-align:left;}
.recBook_search .input_height{ float:left; display:inline; height:14px; background:#fff; border:1px solid #ddd; margin-right:10px;_margin-right:5px; margin-top:5px; padding:5px 3px;}
.recBook_search .input_radio{ float:left;  width:183px; height:24px; margin-top:5px;  margin-right:10px; font-size:14px; display:inline;}
.recBook_search .search_book_name{ width:220px;}
.recBook_search .search_writer_name{ width:175px;}
.recBook_search .search_writer_isbn{ width:448px;}
.recBook_search .search_reason{ width:80%; height:50px;}
.recBook_search .tit{ float:left; display:inline-block; width:80px; line-height:28px; font-size:14px; margin-top:5px; text-align:right; color:#333;}
.recBook_search .input_checkcode{ display:inline; height:14px; background:#fff; border:1px solid #d4d4d4; margin-right:10px; margin-top:5px; padding:5px 3px;_margin-right:-5px;}

.date_tabel tr th.name{ width:170px;}
.date_tabel tr th.press{ width:200px;}
.date_tabel tr th.writer{ width:110px;}
.date_tabel tr td a.nameWidth{width:160px;}
.date_tabel tr td a.pressWidth{width:190px;}
.date_tabel tr td a.writerWidth{width:100%; text-align:center;}

/*****donate*****/
.donate{ background:#fff; padding:2% 3%;}
.tale_donat{ font-size:12px; margin:0;}
.date_tabel tr th.donate_jzr{ width:110px;}
.date_tabel tr th.donate_type{ width:150px;}

.swzl_img img{ width:24px; height:24px; padding-top:5px;}

/*****donate*****/
.donate{ background:#fff; padding:2% 3%;}
.tale_donat{ font-size:12px; margin:0;}
.date_tabel tr th.donate_jzr{ width:110px;}
.date_tabel tr th.donate_type{ width:150px;}

.swzl_img img{ width:24px; height:24px; padding-top:5px;}


/*****vote*****/
.vote{ padding:3% 3% 3%; background:#fff;}
.vote h1{ text-align:center; font-size:20px; line-height:100%; color:#255b9f;padding: 0% 0 1%;}
.vote_time{ width: 100%;text-align: center; color: #999; border-bottom: 1px solid #e9e9e9;padding: .5% 0;}
.vote_time span{padding-right:10px;}

.vote_art h2{color:#00469e; font-weight:bold; font-size:14px; padding:15px 0px 5px;text-align:left;  }
.vote_art ul{ overflow:hidden;}
.vote_art ul li{ float:left; display:inline; width:auto; height:14px; line-height:14px; font-size:14px; margin-right:50px; margin-bottom:15px; padding:2px;}
.vote_art ul li input{ float:left; display:inline-block;}
.vote_art ul li span{float:left; display:inline-block; font-size:14px; margin-left:3px;}
.vote_art ul li div.jd{ float:left; width:100px; height:12px; border:1px solid #ddd; margin-left:5px; display:inline;}
.vote_art ul li div.jd div{height:12px; background:#44658e;}
.vote_art ul li input.vote_progress, .vote_art ul li div.vote_progress{ display:none;}
.btn_vote{ margin:35px auto; display:block;}


.bookjg{ background:#fff; padding:3%; font-size:12px;}



@media (max-width:1100px){


.head{ width:100%; background-size:100% 100%; overflow:hidden;}
.head .logo a{padding-top:70px;}
.head .logo a img{ width:70%;}
.input{ width:55%;}
.search_btn{float:none; width:100%; margin:10px auto 0px; background-repeat:repeat-x;}
.location .tit{padding-right:10px;}
.choose .con{ width:78%;}
.content_page{ width:100%; padding:0 0 20px;}
.p_btns .total_count{display:none;}
.newsList{ padding:20px 10px 30px;}

.fast{ position:absolute; top:10px; left:5px; z-index:99999; width:80%;}
.fast ul li{ float:left; margin-right:3px;}
.fast ul li a i{display:none;}
.fast ul li a{ width:72px; height:24px; line-height:22px; background:rgba(255,255,255,.6);}

.footercont{width:100%; margin:0 auto; left:0;}
.flink{width:100%; box-sizing:border-box;}
.flink_sel{width:26%;}
.fltit{padding-left:10px;}

.newsList2{padding:20px 10px 30px;}
.newsList2 ul li a{width:70%;}

.newsList li img{ width:120px; height:80px;}
.newsList li h2, .newsList li span{ white-space:nowrap;}

.art{ padding:25px 10px 50px;}
.art > img, .art > table{max-width:95%;}

.bookcont{ float:none; width:100%; margin:0 auto;}
.book_show_img{ width:30%; box-sizing:border-box; float:left;}
.book_show_img img{ width:100%; height:auto;}
.book_show_intro{ width:68%;box-sizing:border-box; float:right; padding-top:0px; }
.book_show_intro dl dt{ line-height:28px;}
.book_show_intro dl dd{ line-height:24px;}
.books_text{ float:none; padding:20px 10px;}

.bookList ul{ width:100%; box-sizing:border-box; padding:20px 10px;}
.bookList li{ width:33.333%; box-sizing:border-box; padding:5px;}
.bookList li a img{ width:100%; height:auto; box-sizing:border-box;}
.bookList li a span{ line-height:20px;}

.books_text{ display:block; float:none; width:100%; box-sizing:border-box;}

.resolist ul{ padding:20px 10px;}
.resolist li{ float:none; width:100%; box-sizing:border-box;}
.resolist li a{ width:100%;}

.insmenu ul li{ width:25%; box-sizing:border-box; padding:0px; text-align:center; border-bottom:1px solid #ddd; margin-bottom:5px;}
.insmenu ul li a{ padding:0px;}


.search{ width:auto; height:120px;}
.search form{ padding:0;width:90%; margin:0 auto;}
.choose,.input{ float:none;}
.input{ margin-top:5px; width:98%;}
.choose{ width:98%; display:block;}
.sslct,.sslct .butten{ width:100%; display:block;}
.sslct .butten_r{ width:100%; display:block; background-position:95% center;}
.list_sslct{ width:90%;}

.message_right ul li label{ width:25%;}
.message_right{ margin:0;}
.message_right ul li{  margin-bottom:10px;}
.message_right ul li.detail{padding: 2% 5% 2%;margin-right:0;}

.message_top .num{ display:none;}
.message_top .mt_right{ float:none;}
.message_top .mt_right .input1{width: 60%;}
.message_list dl{padding: 4% 0;}
.message_top .mt_right .btn2{width:70px;}
.message_list dl dt .metit{ height: auto; text-indent:0; padding-left:26px;}


.message_left{    margin: 0 2.5%;}

/*****新增*****/
.bookjg{ padding:0%;}
.recBook_search ul.pc { display: none;}
.recBook_search .search_writer_isbn, .recBook_search .search_book_name, .recBook_search .search_writer_name, .recBook_search .search_reason { width: 66%;}
.recBook_search ul.mobile {  display: block;}
.btn_date{ width:30%;}

}


@media (max-width:420px){
.fast ul li a{ width:60px; }	
.insmenu ul li{ width:33.33%;}
.log-popup{width: 280px;  height: 260px;  margin: -130px 0 0 -140px;}
.log-popup-con .yn{ padding: 5px 10px 0;}
.log-popup-con .yn p {overflow:hidden;}
.log-popup-con .yn p label{ float:left;line-height: 33px; padding:0 5px;}
.log-popup-con .yn p .loginput{ float:left; width:180px;}

.date_tabel tr th.press,.date_tabel tr th.writer{ width:auto;}
}


@media (max-width:320px){
.fast ul li a{ width:70px;}	
.fast04{ display:none;}	
}
