@charset "UTF-8";
/* Base Reset */
.focuswap {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:focus {
    outline: 0;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
ol, ul {
    list-style: none;
}
.clear {
    clear: both;
}
.warp {
    width: 100%;
    height: 500px;
    position: relative;
}
.head-bg {
    width: 100%;
    height: 500px;
    background: url(../images/head-bg.png) no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
  background-size: 100% 100%;
}
.header {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contaier {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header-top {
    width: 1200px;
    margin: 0px auto;
}



.logo {
    float: left;
    margin-top: 20px;
}
.logo a {
    text-decoration: none;
    display: block;
}
.hdqn {
    float: right;
    margin-top: 7px;
}
/* ========nav====== */

.nav1 {
    margin-top: 5px;
  /*  background: linear-gradient(*/
  /*  90deg, */
  /*  rgba(16, 142, 194,0) 0%, */
  /*  rgba(16, 142, 194,1) 50%, */
  /*  rgba(16, 142, 194,0) 100%*/
  /*);*/
}
.nav {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    z-index: 100;
}
.nav>ul>li {
    float: left;
    margin-right: 12px;
    position: relative;
}
.nav>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 31px;
}
.nav>ul>li.margin-zero {
    margin: 0;
}
.chil-nav {
    padding-top: 10px;
    padding-left: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 125px;
    display: none;
  
}
.chil-nav ul li {
    display: block;
}
.chil-nav ul li a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    padding: 0px;
    background-image: url(../images/submenubg.png);
    background-position: 0 40px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.chil-nav ul li a:hover {
    text-decoration: underline;
}
.listitem {
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../images/dop.png) no-repeat;
    margin-left: 10px;
}
/* ---newlist-- */
.newsList {
    width: 100%;
}
.newsList-title {
    padding-top: 60px;
    text-align: center;
}
.newsList-title span {
    width: 312px;
    height: 1px;
    display: inline-block;
    background: #e4e2e2;
    margin-bottom: 6px;
}
.newsList-title h3 {
    display: inline-block;
    padding: 0 20px;
    font-size: 24px;
    color: #183763;
    font-weight: bold;
}
.newsList-contain {
    margin-top: 40px;
}
.newsList-img {
    float: left;
    width: 354px;
    height: 100%;
    margin-right: 40px;
}
.newsList-img .newsList-images {
    width: 100%;
    height: 242px;
}
.newsList-img .newsList-images img {
    width: 100%;
    height: 100%;
}
.newsList-img .newsList-imgmain {
    border-bottom: 1px solid #e4e2e2;
    border-left: 1px solid #e4e2e2;
    border-right: 1px solid #e4e2e2;
    padding: 20px 15px;
}
.newsList-img .newsList-imgmain p {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
  cursor: pointer;
}
.newsList-img .newsList-imgmain p:hover{
   color: #cf0000;
}
.newsList-time {
    overflow: hidden;
    margin-top: 20px;
}
.newsList-time .newsList-timeleft {
    float: left;
}
.newsList-time .newsList-timeleft span {
    vertical-align: middle;
}
.newsList-time .newsList-timeleft img {
    vertical-align: middle;
}
.newsList-time .newsList-timeright {
    float: right;
}
.newsList-time .newsList-timeright a img {
    vertical-align: middle;
}
.newsList-list {
    float: right;
    width: 410px;
    height: 387px;
}
.newsList-list ul li {
    margin-bottom: 18px;
}
.newsList-list ul li:last-child {
    margin-bottom: 0;
}
.newsList-list-time {
    background-color: #183763;
    float: left;
    width: 54px;
    height: 63px;
    text-align: center;
    margin-right: 10px;
}
.newsList-list-ri {
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
    line-height: 22px;
}
.newsList-list-yue {
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsList-list-noc-title {
    float: left;
    width: 340px;
}
.newsList-list-noc-title a {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}
.newsList-list-noc-title a:hover {
    text-decoration: underline;
    color: #cf0000;
}
/* zyjs */
.specialty {
    width: 100%;
    height: 604px;
    background: url(../images/contain-bg.png) no-repeat center;
    margin-top: 60px;
}
.spec-list {
    margin-top: 53px;
}
.spec-list ul li {
    float: left;
    width: 150px;
    height: 323px;
    margin-right: 25px;
    background-color: #ffffff;
}
.spec-list ul li a {
    display: block;
    color: #183763;
    font-size: 18px;
}
.spec-list ul li:first-child {
    background-color: #183763;
}
.spec-listone img {
    width: 100%;
    height: 145px;
}
.spec-listtitle {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 175px;
}
.spec-listtwo img {
    width: 100%;
    height: 225px;
}
.spec-listtwotitle {
    text-align: center;
    padding: 35px 0;
}
/* footer */
.footer {
    width: 100%;
    height: 130px;
    text-align: center;
    background-color: #183763;
}
.footer .contaier p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 60px;
}
/* list-style*/
.warp-list {
    width: 100%;
    height: 140px;
    position: relative;
}
.list-head-bg {
    width: 100%;
    height: 140px;
    background: url(../images/list-headbg.png) no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
}
.list-main{
    margin-top: 50px;
    margin-bottom: 40px;
    overflow: hidden;
}

.list-left{
    float: left;
    width: 920px;
}
.list-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #f5f5f5;
}
.list-title h3{
    display: block;
    float: left;
    color: #1469bc;
    font-size: 30px;
}
.list-title .list-place{
    font-size: 12px;
    color: #666;
    float: right;
}
.list-cent{
    width: 100%;
    min-height: 400px;
}

.list-cent ul li{
    padding: 10px 0;
    background: #f3f3f3;
    margin-bottom: 30px;

}
.list-cent ul li .list-time{
    float: left;
    width: 130px;
    height: 75px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.list-cent ul li .list-time .list-ri{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #1469bc;
}
.list-cent ul li .list-time .list-yue{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.list-cent ul li .list-noc-title{
   float: left;
   width: 718px;
   margin: 0 30px;
}
.list-cent ul li .list-noc-title a{
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.list-cent ul li .list-noc-title a:hover{
    color: #1469bc;
}
.list-cent ul li .list-noc-title p{
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.page{
    text-align: center;
    background-color: #f3f3f3;
    padding: 5px 0;
    color: #333;
    font-size: 14px;
}

.list-right{
    float: right;
    width: 240px;
    border-top: 3px solid #1469bc;
    padding-top: 10px;
   
}
.list-right .colu-list{
    margin-top: 10px;
}
.list-right .colu-list ul li{
   
    margin-bottom: 10px;
}
.list-right .colu-list ul li a{
    color: #444444;
    font-size: 18px;
    display: block;
    padding: 10px;
    background-color: #f3f3f3;
}
.list-right .colu-list ul li a:hover{
    background-color: #1469bc;
    color: #fff;
}

.list-right .colu{
    text-align: left;
}
.list-right .colu h3{
    color: #1469bc;
    font-weight: normal;
    line-height: 31px;
    font-size: 24px;
}
/* ------------show style------------ */

.show-contain{
    margin: 20px 0;
}
.show-title{
    text-align: center;
    padding: 10px 30px;
}
.show-title h3{
    font-size: 28px;
    color: #0B5AA8;
    font-weight: normal;
   
}
.show-items{
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}
.show-content{
    padding: 20px 0;
    line-height: 31px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}
.show-content *{
    line-height: 31px;
    color: #333;
    font-size: 16px;
}
.main-next{
    margin-top: 20px;
}
.zxxw{
    line-height: 45px;
    font-size: 20px;
    color: #1469bc;
}
.zxxw-list ul li{
    width: 100%;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}
.zxxw-list ul li a{
    display: block;
      padding: 0 5px;
}
.zxxw-list li:hover p {
    color: #1469bc;
}
.zxxw-list li:hover {
    background: #ebebeb;
}
.zxxw-list ul li a p {
  
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.zxxw-list ul li a span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    margin-top: 6px;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 20px;
}