﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { vertical-align: top; border: 0; }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
ol, ul, li { list-style: none; }
div, dl, dt, dd, ol, ul, li { zoom: 1; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif; }
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #111; font-size: 18px; line-height: 40px; font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #111; text-decoration: none; outline: none; }
a:hover { color: #b30006; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* frame */
body { text-align: center; min-width: 1200px; }
.siteWidth, .container { position: relative; max-width: 1200px; margin: 0 auto; }
#header { height: 360px; background: url(../img/head-bg.jpg) repeat center top; min-width: 1200px; z-index: 3; position: relative; }

/*  #header { height: 360px; background: url(http://www.xjbh.gov.cn/Content/Main/Base/img/bodyx2021062403.jpg) center -45px no-repeat } */
.headerTop i.bg { background: #000; display: block; opacity: 0.1; filter: alpha(opacity=10); position: absolute; left: 0; top: 0; width: 100%; height: 30px; border-radius: 20px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all  0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.siteSearchBar:hover i.bg, .phone:hover i.bg { opacity: 0.2; filter: alpha(opacity=20); }
#content { clear: both; position: relative; min-height: 300px; text-align: left; }
#content:after
#content .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 搜索框 */
.siteSearchBar { width: 240px; height: 30px; position: absolute; top: 20px; right: 110px; border-radius: 20px; }
.siteSearchBar .s-form { position: relative; z-index: 1; }
.s-form .input-box { float: left; width: 200px; }
.s-form .input-box input.from-control { background: none; border: none; outline: none; width: 185px; padding: 0 0 0 15px; height: 30px; line-height: 30px; color: #fff; font-family: "Microsoft Yahei"; float: left; }
.s-form .btn-box { float: right; width: 40px; height: 30px; }
.s-form .btn-box .btn { width: 40px; height: 30px; font-size: 0; background: url(../img/icons-search.png) no-repeat 6px center; border: none; outline: none; display: block; }

.siteSearch{position:absolute;top: 13px;right: 115px;z-index:99;width: 228px;}
.siteSearch input{border:none;height:26px;background:none;text-indent:10px;width: 155px;}
.searchBtn{width: 61px;display:block;background:#c00;height: 24px;float:right;margin-top: 10px;border-radius: 0 10px 10px 0; position:relative;}
.searchBtn:after{content:"搜索";font-size:12px;color:#fff;position:absolute;top: -7px;left: 20px;}
/* 手机版 */
.phone { position: absolute; right: 0; top: 20px; }
.phone dt { border-radius: 20px; height: 30px; width: 100px; overflow: hidden; }
.phone dt a { color: #fff; position: relative; z-index: 1; width: 62px; text-align: left; background: url(../img/icons-phone.png) no-repeat 20px center; display: block; padding-left: 38px; font-size: 14px; line-height: 30px; }
.phone dd { display: none; }
.phone.on dd:before { content: ""; width: 0; height: 0; border: 6px solid transparent; border-bottom: 6px solid #fff; margin: 0 auto; }
.phone.on dd img { border: 5px solid #fff; width: 90px; }
.phone.on dd, .phone.on dd:before { display: block; }

/* notlogged */
.notlogged { float: right; height: 44px; margin-top: 50px; }
.notlogged a { display: block; margin-left: 10px; border-radius: 3px; width: 88px; height: 42px; line-height: 42px; border: 1px solid #7db55c; color: #30a801; background-color: #fff; text-align: center; float: left; font-size: 16px; }
.notlogged a:hover { border-color: #30a801; background-color: #7db55c; color: #fff; text-decoration: none; }

/* headerTop */
.headerTop { height: 300px; }

/* logo */
#logo { padding-top: 60px; text-align: center; }
#logo img { max-width: 500px; }
.logoBox ul { padding: 40px; }
.logoBox li { float: left; width: 50%; height: 70px; text-align: center; }
.logoBox li img { max-width: 100%; height: auto; }

/* 导航 */
.topNav { position: relative; background-color: #b30006; height: 60px; }
.mainNav { position: relative; }
.mainNav .li1 { height: 60px; float: left; position: relative; width: 12.5%; *width: 12.49%; }
.mainNav .a1 { display: block; color: #fff; text-align: center; font-size: 22px; position: relative; line-height: 60px; height: 60px; overflow: hidden; }
.mainNav .a1:hover { text-decoration: none; color: #fff; }
.mainNav .a1 i { display: block; width: 50px; height: 5px; background-color: #ffd21d; position: absolute; bottom: 0; left: 25px; margin-left: -25px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all  0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.mainNav .a1:hover i, .mainNav .on1 .a1 i { left: 50%; opacity: 1; filter: alpha(opacity=100); }
.mainNav .on1 .a1 { color: #ffd21d; font-weight: bold; }
.mainNav .ul1 { left: 0; line-height: 28px; position: absolute; top: 60px; width: 100%; display: none; background: #f9edef; z-index: 10; }
.mainNav .li2 { vertical-align: top; position: relative; }
.mainNav .a2, .mainNav .a3 { border-top: 1px solid #fff; font-size: 16px; display: block; line-height: 26px; padding: 10px; color: #b30006; text-align: center; }
.mainNav .li2:hover, .mainNav .li3:hover { background: #b30006; }
.mainNav .li2:hover a.a2, .mainNav .li3:hover a.a3 { text-decoration: none; color: #fff; font-weight: bold; }
.mainNav .li2 .ul2 { font-size: 12px; background: #fff; position: absolute; left: 100%; top: 0; width: 100%; display: none; background: #f9edef; }
.mainNav .hasUl2 .a2 { background: url(../img/arrow-red.png) no-repeat 90% center; }
.mainNav .hasUl2.on2 .a2, .mainNav .hasUl2 .a2:hover { background: url(../img/arrow.png) no-repeat 90% center; }

/* 位置导航 */
.path { color: #666; text-align: left; line-height: 40px; height: 40px; background: url(../img/icons-path.png) no-repeat left center; padding-left: 30px; }
.path a, .path span { padding: 0 3px; color: #666; }
.path em { color: #111111; }

/*footer*/
#footer { background: #b30006; min-width: 1200px; clear: both; padding: 30px 0; font-size: 14px; line-height: 30px; color: #e8b3b5; }
#footer .pic-red { position: absolute; left: 0; top: 15px; width: 51px; height: 63px; }
#footer .pic-red img { width: 51px; height: 63px; }
.copyRight { float: left; text-align: left; padding-left: 90px; }
.copyRight a { color: #e8b3b5; }
.copyRight .mail, .copyRight .mail a { color: #ffc000; }
.massges { float: right; text-align: right; }

/* #sideFixed */
#sideFixed { z-index: 9; position: fixed; bottom: 60px; left: 50%; font-size: 16px; margin-left: 620px; width: 120px; _display: none !important; }
#sideFixed .Thd { cursor: pointer; background: url(../img/x.png) no-repeat 30px center; padding-left: 5px; }
#sideFixed .Tbd { border: 1px solid #ccc; padding: 5px 9px; background-color: #fff; }
#sideFixed .Tbd h3.title-red { color: #b30006; font-weight: bold; }
#sideFixed .bd li { margin-bottom: 5px; width: 100px; }
#sideFixed .bd li img { width: 100px; height: 100px; }
#sideFixed .bd li .title { line-height: 20px; padding: 0 10px; }
#sideFixed .bd li .title a { text-decoration: none; color: #111; }
#sideFixed .hd { display: none; }

/* 图片经过效果 */
.pic a { display: block; position: relative; transition: all 200ms ease 0s; overflow: hidden; }
.pic a:before { content: ""; position: absolute; width: 100px; height: 100%; top: 0; left: -100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-30deg); -moz-transform: skewX(-30deg); transform: skewX(-30deg); }
.pic a:hover:before { left: 150%; transition: left 1s ease 0s }

/* box */
.box .hd { height: 50px; border-bottom: 1px solid #999; line-height: 50px; position: relative; }
.box .hd h3 { float: left; font-size: 20px; padding-left: 0px; font-weight: bold; }
.box .hd h3 a { color: #333; }
.box .hd a.more { float: right; background: url(../img/icons-more-blue.png) no-repeat; display: block; width: 14px; height: 15px; font-size: 0; overflow: hidden; line-height: 30px; position: relative; top: 20px; }
.box .bd { clear: both; }

/* box-italic */
.box-italic .hd { height: 40px; line-height: 40px; border-bottom: 3px solid #b30006; }
.box-italic .hd h3 { float: left; zoom: 1; z-index: 1; font-size: 24px; font-weight: bold; font-style: italic; color: #b30006; }
.box-italic .hd h3 em { padding: 0 16px; font-weight: bold; color: #fff; position: relative; z-index: 1; background: url(../../base/img/title-dot.png) no-repeat center; display: inline-block; *display: inline; font-style: italic; }
.box-italic .hd a.more { color: #b30006; font-size: 14px; float: right; }

/* infoList-home */
.infoList-home { padding: 15px 2px 0; }
.infoList-home li { font-size: 18px; overflow: hidden; line-height: 36px; height: 36px; }

/* goTop */
#goTop { display: none !important; }
#gotop { position: fixed; _display: none !important; width: 120px; height: 40px; bottom: 10px; left: 50%; margin-left: 620px; z-index: 99; cursor: pointer; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; }
#gotop i.bg { background: #000; opacity: 0.5; filter: alpha(opacity=50); position: absolute; width: 100%; height: 40px; left: 0; top: 0; }
#gotop:hover i.bg { opacity: 0.7; filter: alpha(opacity=70); }
#gotop span { color: #fff; font-size: 14px; padding-left: 30px; position: relative; z-index: 1; background: url(../img/icons-top.png) no-repeat 20px center; width: 90px; display: block; line-height: 40px; }
@media screen and (max-width:1460px) {
    #gotop, #goTop, #sideFixed { left: auto; right: 0; margin-left: 0; }
}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0; }

/* side */
.side { width: 280px; float: left; margin-right: 30px; }

/* infoListA */
.infoListA li { border-bottom: 1px dashed #e0e0e0; line-height: 30px; font-size: 18px; position: relative; padding-bottom: 10px; padding-top: 10px; }
.infoListA .date { color: #999; float: right; }
.infoListA .last { border-bottom: 0 }

/* 侧栏-栏目菜单 */
#sideMenu { margin-bottom: 30px; }
#sideMenu .bd { padding: 20px 0; }
#sideMenu .bd li a { display: block; padding: 10px 60px 10px 30px; line-height: 26px; font-size: 18px; font-weight: bold; color: #666; background: url(../img/menu-li.png) no-repeat 90% center; }
#sideMenu .bd li:hover, #sideMenu li.on { background: #f8f8f8; }
#sideMenu .bd li a:hover, #sideMenu .bd li.on a { text-decoration: none; color: #b30006; background: url(../img/menu-li-on.png) no-repeat 90% center; }

/* mainContent */
.mainContent { overflow: hidden; }
.mainContent .mainBox { border: 1px solid #e0e0e0; padding: 0 25px; }
.mHd { height: 58px; line-height: 58px; border-bottom: 1px dashed #ccc; }
.mHd h3 { font-size: 18px; font-weight: bold; background: url(../img/icons-dot.png) no-repeat 5px center; padding-left: 35px; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden; }
#sideSearch .nodes, #sideSearch input, #sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "microsoft yahei"; outline: none }
#sideSearch .keyword { width: 60%; padding: 0 5px; }
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #0068B7; border-color: #0068B7; color: #fff; }

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0; }
.bot a, .bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #0068B7; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #077BD4; }

/* 网站飘红 */

/*body{background:url(../img/bg-100zn.jpg) 50% 0px no-repeat #f0f0f0; padding-top:340px;}
#header{width:1240px; margin:0 auto;}
#content{margin:0 auto; background:#fff; padding:30px 50px !important; }
.indexPage #content{width:1240px; padding:30px 0px !important}
#content .top-news{margin-top:0px;} */

