﻿@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
    font-family: 'Microsoft YaHei';
}

html {
    background: white;
    color: black;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
    font-size: 14px;
}

/*input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: none;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
    outline: none;
}

a {
    color: #1a1a1a;
}

img {
    /*max-width: 100%;*/
    border: 0px;
    vertical-align: top;
    border: none;
}

input {
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    /** input标签聚焦不出现默认边框: **/
    -webkit-appearance: none;
    /** 用于IOS下移除原生样式 **/
}

button {
    border: 0;
    background-color: none;
    outline: none;
    -webkit-appearance: none;
    /** 用于IOS下移除原生样式 **/
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display: none;
}

.block {
    display: block;
}

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    min-width: 1280px;
    font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------- */


.w {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;

}

/* ------------------header------------------------------ */
.header {
    box-shadow: 0 3px 10px 0 #ebebeb;
}

/* logo-搜索 */
.header .h-w {
    width: 1100px;
    margin: 0 auto;
}

.header .h-top {
    padding-top: 40px;
}
.header .h-top .t-logo a {
    display: block;
}
.header .h-top .t-logo a img{
    width: 100%;
}

.header .t-search .t-s .s-box{
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Microsoft YaHei";
    background-color: #fff;
    color: #999;
    cursor: pointer;
}
.header .t-search .t-s .t-s-one{
    padding: 12px 20px;
    margin-bottom: 7px;
    border-radius: 6px;
    background-color: #f0f0f0;
    color: #333;
}
.header .t-search .t-s .t-s-one img {
    display: inline-block;
    padding: 7px 0 0 21px;
    cursor: pointer;
}
.header {
    position: relative;
}
.header .t-search .t-s .t-s-two {
    display: none;
    position: absolute;
    border-radius: 6px ;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 1px  #eaeaea;
}
.header .t-search .t-s .t-s-two .s-one {
    border-radius: 6px 6px 0 0;
}

.header .t-search .t-s .t-s-two .s-two {
    border-radius: 0 0 6px 6px ;
}
.header .t-search .t-s .t-s-two .s-one-cur {
    background-color: #f0f0f0;
    color: #333;
}

.header .t-search form .search-text {
    padding: 11px 38px 11px 21px;
    /* padding: 12px 109.5px; //395px*/ 
    width: 336px;
    border-radius:6px;
    margin-left: 15px;
    font-size: 16px;
    background-color: #f0f0f0;
    color: #999;  
}
.header .t-search form {
    position: relative;
}
.header .t-search form .search {
    position: absolute;
    width: 16px;
    right: 22px;
    top: 14px;
    background-color: #f0f0f0;
    background: url("../images/search.png") top center no-repeat;
    cursor: pointer;  
}
.header .t-search .hot  {
    padding-right: 43px;
    font-size: 14px;
    color: #333;
}
.header .t-search .hot a {
    display: inline-block;
}
.header .t-search .hot span {
    margin: 0 5.5px;
    font-size: 14px;
    color: #385fda;
}
  

  
  /* 导航条 */
  .header .h-middle {
    border-bottom: 1px solid #eaeaea;

  }
  
  
  .header .h-middle .m-nav a{
    display: block;
    float: left;
    margin-top: 25px;
    margin-right: 30px;
  }
  .header .h-middle .m-nav  li{
    
   
   padding-bottom: 23px;
    font-size: 16px;
    font-weight: 500;
    
  }
  .header .h-middle .m-nav .nav-cur {
    color: #385fda;
    border-bottom: 2px solid #385fda;
  }

  .header .h-middle .m-tool .tool {
    padding: 25px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }

  .header .h-middle .m-tool .tool a .tool-one {
    padding-top: 6px;
  }
  .header .h-middle .m-tool .tool a .tool-two {
    padding-top: 8px;
  }


  /* 条件筛选 */
  .header .h-bot {
    display: none;
  }
  
  .header .h-bot .mar {
height: 10px;
    border-right: 2px solid #eaeaea;
    margin: 30px 52.5px 30px 20.5px;

  }
  
  
  .header .h-bot a {
    display: block;
    float: left;
    margin: 25px 0;
    margin-right: 32px;
  }


 .header .h-bot ul li {
    background: url("../images/circular.png") center left no-repeat;
    padding-left: 20px;
    font-size: 14px;
    color: #a9a9a9;
 }

 .header .h-bot ul .b-cur {
    color: #385fda;
    background: url("../images/circular-1.png") center left no-repeat;
 }


 .header .h-bot ul .time {
    padding-right: 15px;
    background: url("../images/time-drop.png") center right no-repeat;
 }

/* ---------------------时间下拉------------------------ */

.main .w{
    position: relative;
}

.time-drop {
    display: none;
    position: absolute;
    width: 302px;
    top: 10px;
    right: 70px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px 2px #ebebeb;
    background-color: #fff;
    border-radius: 5px;
    z-index: 999;

}
.time-drop .drop-date{
    width: 283px;
    height: 40px;
    padding-left: 18px;
    /* margin-left: 18px; */
    color: #ccc;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}
.time-drop .drop-cur {
    background-color: #f6f6f6;
    color: #000; 
}

.drop-date-two {
    padding: 20px;
   
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    
}
.drop-date-two p {
    padding: 20px 0;

}

.drop-date-two span {
    padding: 10px ;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.drop-date-two span img {
    display: inline-block;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;

}

.drop-date-two a {
    display: block;
    width: 60px;
    height: 30px;
    margin-top: 20px;
    margin-left: 200px;
    color: #fff;
    background-color: #6981cf;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
}


 /* 主体部分 */

 
 .main .main-left
 {
    width: 63.6%;
    padding-right: 115px;
 }

 
 .cur-p {
    color: #e72a2a;
 }
 .main .main-left .left-title{
    margin-bottom: 20px;
    font-size: 18px;
    
 }
 .left-title a{
    color: #001f80;
 }

 .main .main-left .cont {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.857;
   
 }

/* 导航 */
	.main .main-left .left-one .left-keyword {
		padding-left: 15px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.main .main-left .left-one .left-keyword a{
		padding-left: 5px;
		font-size: 18px;
		color: #001f80;
	}
	.main .main-left .left-one .left-keyword-2 {
		padding-left: 135px;
		font-size: 14px;
		
		line-height: 1.857;
	}
	.main .main-left .left-one .left-keyword-2 a{		
		font-size: 18px;
		color: #001f80;
	}

 /* 专题 */

.main .main-left .left-one .left-title {
    background: url("../images/left-one.png") left center no-repeat;
    padding-left: 65px;
 }
 .left-one {
    margin-top: 50px;
 }
.one-label{
    font-size:14px;    
    /* text-indent: 2em;  */
    line-height: 1.875;
    padding: 20px 0;
 }
 .main .main-left .left-one .one-label {
     text-indent: 2em; 
 }
.main .main-left .left-one .one-label .main-more {
    background: url("../images/more.png") center left no-repeat;
    color: #999;
    padding-left: 22px;
    margin-right: 45px;
 }

.main-time {
    background: url("../images/time.png") center left no-repeat;
    color: #999;
    padding-left: 24px;
 }

 .main .main-left .left-one .one-label  .main-pull {
    background: url("../images/time-pull2.png") center right no-repeat;
    padding-right: 20px;
    margin-left: 140px;
    color: #6981cf;
    cursor: pointer;
 }

 /* 其他 */

 .main .main-left .left-two {
    display: none;
    padding: 23px  0 23px 30px;
    border: 1px solid #eaeaea;
    border-radius: 10px;

 }

  
 .main .main-left .left-two ul li  {
    margin-bottom: 15px;
    font-size:14px;   
 }
 .main .main-left .left-two ul li span {
    padding: 3px 7px;
    background-color: #f0f0f0;
    color: #999;
    border-radius: 5px;
 }
 .main .main-left .left-two ul li a{
    display: inline-block;
    margin-left: 10px;
  
 }


 /* 信息公开 */
 .main .main-left .left-three,.left-four {
    margin-top: 40px ;

 }
 .main .main-left .left-three .left-title {
    background: url("../images/left-three.png") left center no-repeat;
    padding-left: 85px;
 }
 .main-left-box {
   
    padding: 0 30px;
    border: 1px solid #6981cf;
    border-radius: 10px;
 }

 .label-one {
    font-weight: 600;
    color: #6981cf;
 }

 .label-one a {
    display: inline-block;
    font-weight: 500;
    color: #6981cf;
 
    text-indent: .5em;
 } 
 .main .main-left .main-left-box .label-one-middle{
    margin-left: 40px;
 }
.main-left-box  .one-label .main-time {
    color: #6981cf;
}


/* 规章库 */

.main .main-left .left-four .left-title {
    background: url("../images/left-four.png") left center no-repeat;
    padding-left: 85px;
 }

.four-down {
    padding: 8px 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #6981cf;

  

}



/* 页数 */
.page {
    margin-top: 50px;
    padding-left: 5px;

}
.page ul a {
    display: inline-block;
    margin-right: 15px;
}
.page ul a li {
    float: left;
    padding: 4.5px 10px;
    border: 1px solid #6981cf;
    border-radius: 5px;
    font-size: 14px;
    color: #001f80;

}
.page ul a .page-cur {
    color: #fff;
    background-color: #1f52d2;
}
.page ul a .page-last {
    border:none ;
}

  

/* main-right 右侧 */

.main .main-right  {
    position: relative;
    padding-left: 35px;

   
}
.main .main-right:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 95%;
    left: 0;
    top: 5%;
    border-left: 1px solid #ccc;
}

.main .main-right .right-list {
    max-width: 245px;
    margin-top: 50px;
 

}
.list-title {
    font-size: 16px;
    font-weight: 600;
}


.main .main-right .right-list ul li {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.right-one {
    max-width: 680px;
    padding: 5.5px 0px 5.5px 10px;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.right-two {

    background: url("../images/fire.png") left center no-repeat;
    padding-left: 20px;
}

.right-three {
    position: relative;
    max-width: 100px;
    padding: 5.5px 35px 5.5px 10px;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.right-three img {
    position: absolute;
    right: 10px;
    top: 13px;

}
.list-img a {
    display: block;
}
.list-img .list-a-img {
    max-width: 245px;
    margin-top: 15px;
}
.list-img .list-a-p{
    margin: 20px 5px ;
    line-height: 1.429;
    font-size: 14px;

}
.list-img  p{
    max-width: 243px;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 4px 0 #ebebeb;
}



/* ------------------footer------------------------ */

.footer {
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

 
/* 普通 */

.main .main-left .left-o .left-title {
    padding-left: 0px;
 }
 .left-o {
    margin-top: 50px;
 }
.one-label{
    font-size:14px;    
    /* text-indent: 2em;  */
    line-height: 1.875;
    padding: 20px 0;
 }
 .main .main-left .left-o .one-label {
     text-indent: 2em; 
 }
.main .main-left .left-o .one-label .main-more {
    background: url("../images/more.png") center left no-repeat;
    color: #999;
    padding-left: 22px;
    margin-right: 20px;
 }

.main-time {
    background: url("../images/time.png") center left no-repeat;
    color: #999;
    padding-left: 24px;
    margin-right: 20px;
 }

 .main .main-left .left-o .one-label  .main-pull {
    background: url("../images/time-pull2.png") center right no-repeat;
    padding-right: 20px;
    margin-left: 140px;
    color: #6981cf;
    cursor: pointer;
 }