@charset "utf-8";
/* CSS Document */

/*CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: PingFang SC, system-ui, -apple-system, Segoe UI, Rototo,
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}

del,
ins {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

img {
  margin: 0;
  padding: 0;
  font-size: 0;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  color: #313131;
}

a:active {
  /* 移除过时的IE兼容代码 */
}

:focus {
  outline: 0;
}

.flex {
  display: flex;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/*清除浮动1*/
.clear { clear:both;height:0;overflow:hidden;clear:both!important;}
.clear.both {height:10px;}

/*清除浮动2*/
.clearfix:after{ visibility:hidden; display:block;content: ""; clear:both; height:0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.wechat-icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  vertical-align: middle;
}
.wt250 {
  width: 250px;
  overflow: hidden;
}

.wt330 {
  width: 330px;
  overflow: hidden;
}

.wt370 {
  width: 390px;
  overflow: hidden;
}

.wt570 {
  width: 575px;
  overflow: hidden;
}

.wt520 {
  width: 520px;
  overflow: hidden;
}

.wt870 {
  width: 870px;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.ml10 {
  margin-left: 15px;
}

.mr20 {
  margin-right: 20px;
}

.nbt {
  border-top-width: 0 !important;
}
.header {
  width: 1140px;
  height: 216px; /*overflow:hidden;*/
  margin: 0 auto;
}
.header .logo {
  position: relative;
  top: 50px;
}
/* top */
.top {
  height: 42px;
  line-height: 42px;
  background: #eeefef;
  box-shadow: 0 1px 5px #ccc;
}

.wap_top_search {
  display: none;
}

.top_cont {
  width: 1140px;
  height: 42px;
  margin: 0 auto;
  position: relative;
}

.top_right {
  float: right;
  vertical-align: middle;
}

.top_right .app_logo_container,
.top_right .theme,
.top_right .search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.app_logo_container {
  display: flex;
  align-items: center;
}

/* 微信二维码显示隐藏样式 */
.app_logo.wechat_code {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    width: 115px;
    display: inline-block;
}

.app_logo.wechat_code .wechat-code {
  display: none;
  position: absolute;
  top: 35px;
  left: -25px;
  z-index: 9;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.app_logo.wechat_code:hover .wechat-code {
  display: block;
}

.top_right .search {
  margin-right: 0;
}
#searchDataForm {
  display: inline-block;
  vertical-align: middle;
}
.sz_windows {
  width: 103px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #556fb5;
  position: absolute;
  right: 0;
  top: 0;
}

.sz_windows a {
  color: #666666;
}

.top_left {
  color: #666666;
  font-size: 12px;
}

.top_left li {
  float: left;
}

.top_left li a {
  color: #666666;
  padding: 0 8px;
  font-size: 12px;
}

.top_right {
  padding-right: 103px;
}

.app_logo {
  position: relative;
  color: #666;
  margin-right: 20px;
  cursor: pointer;
}

.app_logo .wechat-code {
  position: absolute;
  top: 42px;
  left: -20px;
  z-index: 1;
  display: none;
  width: 144px;
  height: 144px;
  background: url(../images/wechat_codebox.png) center top no-repeat;
  background-size: cover;
}

.app_logo .wechat-code .qr_img {
  width: 120px;
  max-width: 120px;
  height: 120px;
  display: block;
  margin: 10px;
}

/* header */
.search {
  display: flex;
  align-items: center;
}

.search-label {
  margin-right: 10px;
  color: #666666;
}

.system-btn {
  margin-left: 10px;
  font-size: 14px;
}

.search span.dropselect_box {
  position: relative;
  width: 89px;
  border-right: 1px solid #3d79ac;
  display: inline-block;
  float: left;
  height: 28px;
  z-index: 99;
}

.search_text {
  float: left;
  border: none;
  width: 195px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  text-indent: 10px;
  font-size: 12px;
  border-radius: 8px 0 0 8px;
}

.theme {
  width: 120px;
  background: url(../images/top-theme.png) no-repeat #fff;
  background-size: 100% 100%;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  display: flex;
  margin-right: 30px;
}

.theme select {
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
  height: 28px;
  appearance: none;
  text-indent: 5px;
}

.header .logo img {
  width: 990px;
}
.nav_bg{  position: relative;}
/* 导航 */
.nav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  border-bottom: 0;
  text-align: center;
}

.nav li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}

.nav li:hover {
  height: 57px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.nav li a {
  color: #fff;
  line-height: 60px;
  position: relative;
}

.nav li.current a {
  color: #fff;
}

.nav li.zhzx {
  position: relative;
  margin: -15px -12px 0 0;
  padding: 15px 12px 0 12px;
}

.nav li.zhzx::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
}

.main {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.main.bg_color{
  background: none;
}
/* header 下拉菜单 */
.menuBox a::after {
  display: none !important;
}

.menuBox {
  display: none;
  background: #0b3681;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 666;
  width:100%;
  padding: 10px 0;
  text-align: left;
  color:#fff;
}
.menuBox ul{width: 1140px;margin: 0 auto;}
.down .menuBox {
  display: block;
}

.menuBox ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  width: auto;
  background: none;
  border: none;
  height: auto;
}

.menuBox ul li a {
  color:#fff;
}

.child-nav {
  display: flex;
}

/* 底部轮播图 */
.picScroll-left {
  width: 1140px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  margin: 15px auto;
  text-align: center;
}

.picScroll-left .hd {
  z-index: 3;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0px;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  background: url('../images/icon-right.png') no-repeat 0px -60px;
}

.picScroll-left .hd .next {
  background-position: 0 0;
  left: auto;
  right: 0px;
}

.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
  opacity: 1;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
}

/* .picScroll-left .bd ul li:first-child {margin-left: 0;} */
.picScroll-left .bd ul li {
  text-align: center;
}

.picScroll-left .bd ul li img {
  width: 265px;
  height: 230px;
  display: block;
}

.picScroll-left .bd ul li img:hover {
  opacity: 0.9;
}

.picScroll-left .bd ul li p {
  line-height: 24px;
  margin-top: 4px;
}

/*详情页面标题及日期 字体大中小*/
.sp_time {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 25px;
}

.sp_time span {
  padding: 0 20px;
}

.sp_time a {
  padding: 0 4px;
  color: #666;
}

/* 人员组成 */
.ryzc-list {
  display: flex;
  flex-wrap: wrap;
  margin: 28px;
}

.ryzc-list li {
  height: 216px;
  margin: 15px 28px;
}

.ryzc-list li:first-child {
  width: 100%;
  text-align: center;
}

.ryzc-list li p {
  margin: 15px 0;
  text-align: center;
}

.ryzc-list li .r_img {
  width: 150px;
  height: 188px;
}

/*通用列表
-----------------------------------------------*/

.tyl-main-top {
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.tyl-main-top a {
  padding: 0 2px;
}

.tyl-main-left {
  float: left;
  width: 250px;
}

.tyl-main-left-treeview {
  padding: 20px;
  background: #f3f9fa;
  margin-top: 1px;
}

.tyl-main-left-treeview .national-emblem-nav {
  position: relative;
  left: -5px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/icon-national-emblem.png) no-repeat;
}

.tyl-main-center {
  float: left;
  background: url(../images/i-main-left-2.gif) no-repeat;
  width: 10px;
  height: 848px;
}

.tyl-main-right {
  width:840px;
  float: right;
}

.tyl-main-right-list-a li {
  padding: 0 15px;
  line-height:50px;
  font-size:16px;
  border-bottom: #eeeeee 1px solid;

}
.tyl-main-right-list-a li:before{
  background: #cdcdcd;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.tyl-main-right-list-a li span {
  float: right;color: #888;
  font-size: 14px;
}

.nextpage {
  padding: 19px;
  height: 30px;
}

.nextpage ul {
  float: right;
}

.nextpage ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  color: #666;
  font-size: 14px;
}

.nextpage ul li:first-child {
  margin-right: 10px;
}

.nextpage ul li a {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.nextpage ul li a:link,
.nextpage ul li a:visited {
  color: #666;
}

.nextpage ul li a:hover {
  background: #2b5c94;
  color: #fff;
  text-decoration: none;
}

.nextpage ul li.thisclass {
  padding: 0 10px;
  color: #fff;
  background: #2b5c94;
}

/*通用内容
-----------------------------------------------*/
.tys-main {
  background: #f6f6f6;
  padding: 20px;
}

.tys-main-zt {
  background: #fff;
  padding: 20px;
}

.tys-main-zt h3 {
  color: #3d79ac;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}

.tys-main-zt-a {
  background: #eee;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.tys-main-zt-aa {
  padding: 0 5px;
}

.tys-main-zt-b {
  padding: 20px 30px;
  text-align: center;
}

.tys-main-zt-b img {
  width: 466px;
  height: 27px;
}

.tys-main-zt-show {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}

.tys-main-zt-show img {
  margin-bottom: 12px;
}

.tys-main-zt-c {
  background: #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.tys-main-zt-ca {
  float: left;
  padding: 0 5px;
}

.tys-main-zt-cb {
  float: right;
  margin-top: 5px;
}

/* 信息公开 开始 */
.leader {
  background-color: #f4f4f4;
  padding: 20px;
}

.leader .pic {
  width: 92px;
  height: 138px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.leader .info {
  padding-left: 17px;
  float: left;
}

.leader .info h3 {
  font-size: 16px;
  line-height: 30px;
}

.leader .info p {
  font-size: 12px;
  line-height: 30px;
}

.leader .info a {
  font-size: 12px;
  color: #fff;
  background-color: #3d79ac;
  padding: 5px 10px;
  margin-top: 44px;
  float: left;
}

.leader .lead_more {
  clear: both;
}

.leader .lead_more a {
  color: #898989;
  font-size: 12px;
  background-color: #fff;
  padding: 5px 0;
  width: 100%;
  display: block;
  text-align: center;
}

.subject {
  overflow: hidden;
}

.subject ul {
  width: 925px;
  padding-top: 20px;
}

.subject li {
  width: 208px;
  float: left;
  text-align: center;
  margin-right: 12px;
}

.subject li a {
  display: block;
  background-color: #eff5f9;
  border: #e0e5ea 1px solid;
  font-size: 16px;
  line-height: 36px;
  color: #25659c;
  font-weight: bold;
  padding: 20px 0;
}

/* 信息公开 结束 */

.head {
  width: 100%;
  height: 48px;
  background: #eee;
}

.head h2 {
  float: left;
  width: 250px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid #fff;
  background: no-repeat 60px 10px #608db3;
}

.news_title {
  height: 45px;
  border-top: 3px solid #3886c1;
  background: url(../images/2015fgw_title_bg.gif) repeat;
  line-height: 45px;
}

.news_title h2 {
  float: left;
  font-size: 16px;
  color: #313131;
  margin-left: 18px;
}

.news_title a {
  float: right;
  font-size: 12px;
  color: #959595;
  margin-right: 18px;
}

.news_title a:hover {
  color: #3d79ac;
}

.table {
  margin: 10px 10px 0;
}

.table table {
  width: 100%;
  table-layout: fixed;
}

.table table td {
  color: #535353;
  text-align: center;
  line-height: 36px;
}

.table table .table_head {
  border-bottom: 1px dashed #c8c8c8;
  height: 42px;
}

.table table .table_head td {
  font-weight: bold;
}

.table table td p {
  text-align: left;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table table td a {
  color: #535353;
}

.table table td a:hover {
  color: #3d79ac;
}

/* 当前位置 */
.currentPosition {
  height: 40px;
  background: #fff;
  line-height: 40px;
  min-height: 20px;
  background: #fff;
  padding: 0 20px;
  color: #707070;
  margin-top: 10px;
  font-size: 12px;
}

.currentPosition a {
  color: #707070;
}

.currentPosition a:hover {
  color: #3d79ac;
}

/* 友情链接 */
.friend_link_box {
  background: #cce0f5;
  margin-top: 20px;
}

.friend_link {
  width: 1140px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
}

.friend_link .link {
  float: left;
  color: #fff;
  margin-right: 8px;
}

.friend_link .link:hover {
  text-decoration: underline;
}

.friend_link span.dropselect_box {
  position: relative;
  width: 217px;
  display: inline-block;
  border: none;
  float: left;
  height: 33px;
  z-index: 99;
  margin-left: 22px;
  margin-top: 14px;
}

.dropselect_SimpleSelect1 li {
  padding: 0 5px;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropselect_SimpleSelect1 li a {
  height: auto;
  width: 100%;
  color: #535353;
}

.dropselect_SimpleSelect1 li a:hover {
  color: #0b6999;
}

.dropselect_SimpleSelect1 li.hover a {
  color: #535353;
  width: 100%;
  display: block;
}

.dropselect_SimpleSelect1 li a:hover,
#nav .menu .menulist .dropselect_SimpleSelect1 li a:focus,
#nav .menu .menulist .dropselect_SimpleSelect1 li:hover,
#nav .menu .menulist .dropselect_SimpleSelect1 li:focus {
  background: none;
}

.hidden {
  display: none;
}

.footer-links {
  padding: 25px 0;
}

.footer-links li {
  float: left;
  margin-right: 24px;
  text-align: left;
  position: relative;
  width: 188px;
  padding: 0 15px;
  border: 1px solid #74acd6;
  cursor: pointer;
  font-size: 15px;
  color: #74acd6;
  line-height: 38px;
  /* background: url(../images/icon_footer_links_li.png) 155px 14px no-repeat;*/
  text-align: center;
}

.footer-links li.alink {
  background: none;
  text-align: center;
}

.footer-links li.last {
  margin-right: 0;
}

.footer-links li.on {
  border-color: #fff;
  border-bottom: none;
  background-color: #fff;
  color: #074675;
}

.footer-links li a {
  font-size: 15px;
  color: #74acd6;
  line-height: 38px;
}

.friend_link select {
  width: 18%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #74acd6;
  margin: 0 1%;
  border-radius: 10px;
}

/* footer */
.footer {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 3% 0 5%;
}

.footer-content {
  display: inline-block;
  line-height:2.5;
  margin-right: -130px;
}

.footer-icon {
  width: 70px;
  float: right;
  margin-right: 60px;
}

/* 全局滚动条 */
::-webkit-scrollbar {
  background-color: #000;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #bababa;
}

::-webkit-scrollbar-button {
  background-color: #bababa;
  height: 0px;
}

::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
        
