@charset "utf-8";
/*全局*/
html, body{height: 100%;}
body{margin:0;padding:0;font-family: "Lantinghei SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "Microsoft JhengHei", STHeiti, "\5b8b\4f53", MingLiu, Arial;font-size:14px;color:#333;line-height:170%;}
ul,li,input,h1,h2{list-style-type:none;list-style-image:none;margin:0px;padding:0px;border:0;font-size:14px;font-weight:normal;}
div{word-wrap:break-word;}
p{margin:5px 0;}
a{color:#333;text-decoration:none;}
a:hover{color:#1881f0;text-decoration:underline;}
img{border:none;}
th,td{vertical-align: middle !important;}

/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;}
::-webkit-input-placeholder { color:#ccc;/* WebKit browsers */}
:-moz-placeholder {color:#ccc; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#ccc;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#ccc;/* Internet Explorer 10+ */}
.placeholder {color: #ccc;}
.con{position:relative;width:100%;height: auto !important;min-height:100%;}

/* 头部 */
.headTop{
background-color:#1881f0;
}
.headerBg{
    width:1200px;
    margin:0 auto;
    height:181px;
    background:url(images/bg.png)  no-repeat;
    overflow: hidden;
}
.logo{
    float:left;
    height: 181px;
    line-height: 181px;
}
.logo img{margin-left:30px;width: 355px;vertical-align: middle;}
.logo span{
   display: inline-block;
   margin-left: 40px;
   font-size: 40px;
   font-weight: 700;
   color: #fff;
   vertical-align: middle;
    font-family: "Microsoft YaHei";
    letter-spacing:2px;
}
.search{
    float: right;
    margin-top: 107px;
    width: 290px;
}
.searchText{
    float:left;
    height: 34px;
    line-height: 34px;
    border-radius: 3px 0 0 3px;
    padding-left: 8px;
    border: 0px;
    outline:none;/*选中没有边框*/
    color: #979797;
}
.searchBtn{
    padding:0 10px;
    height: 34px;
    line-height: 34px;
    background-color: #ffb400;
    border: 0px;
    outline:none;/*选中没有边框*/
    color: #fff;
    border-radius: 0 3px 3px 0 ;
}

/*导航*/
.menu{width:100%;background: #529eef;height: 51px;line-height:51px;}
.menu ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #529eef;
}
.menu ul li{
    float: left;
}
.menu ul li a {
    display: block;
    width: 181px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: background-color 0.4s ease-in-out;
}
.menu ul li a:hover {
    background-color: #1881f0;
    color: #FFFFFF;
}

/*首页*/
.table-responsive a{color:#1881f0;}
.table-responsive a:hover{color:#1881f0;text-decoration:underline;}
.con_Title{margin:25px 0;height:50px;line-height:50px;border-bottom: 4px solid #e5e5e5;}
.con_Title h2{display: inline-block;height:50px;line-height:50px;font-size:18px;font-weight:bold;color: #1881f0;border-bottom: 4px solid #ffd980}
.con_Title h2 span{padding-left:5px;}

/*列表页*/
.col_news_head{
    margin-top:25px;
    height: 49px;
    border-bottom: 2px solid #DBDBDB;
}
.col_news_head h2{
    margin:19px 0;
    display: inline-block;
    font-size: 18px;
    color: #1881f0;
    font-weight:bold;
    border-bottom: 3px solid #CBCBCB;
    height: 30px;
}
.col_news_con{
    padding: 5px 0px 10px 0px;
    margin: 16px 5px 0 5px;
}
.news_list li{
    line-height: 50px;
    padding-left: 5px;
    border-bottom: 1px dashed #e0e0e0;
}
.news_list li span.news_meta {float:right;color:#717171;}

/*翻页样式*/
#wp_paging_w22{
    padding: 30px 0 80px 0;
}
.wp_paging{
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    color: #494949;
}

.wp_paging li{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 5px;
    float: left;

}
.wp_paging li a{
    margin:0;
    display:inline-block;
    color:#666;
    float: left;
}
.wp_paging li span{
    display:inline-block;
    float: left;
    margin-left: 10px;
}
.pages_count,.pageNum,.pagingJump{
   display:none !important;
}
ul.wp_paging li.page_nav a{/* margin:0; */display:inline-block;height:40px;line-height:40px;padding: 0 13px;border:1px solid #dde0e5; text-decoration: none;}
ul.wp_paging li.page_nav a.prev,ul.wp_paging li.page_nav a.next,ul.wp_paging li.page_nav a.last{border-left:none;}
ul.wp_paging li.page_nav a:hover{margin:0;background-color:#1881f0;color:#FFF;border:1px solid #0b6cb8;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
ul.wp_paging li.page_nav a.prev:hover,ul.wp_paging li.page_nav a.next:hover,ul.wp_paging li.page_nav a.last:hover{border-left:none;}
ul.wp_paging li.page_nav span:first-child,ul.wp_paging li.page_nav a:first-child{border-radius:4px 0 0 4px;}
ul.wp_paging li.page_nav span:last-child,ul.wp_paging li.page_nav a:last-child{border-radius:0 4px 4px 0;}

.pages{color: #666;}
.curr_page,.all_pages{
    font-weight: bold;
    font-style:normal;
}

/*内容页*/
.listcontent{width:1200px;margin:0 auto;padding-bottom: 105px;}
.art{
    padding: 15px 0;
}
.art h1.arti_title{
    margin:21px 0;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.art h2.arti_title{
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    color: #1881f0;
    font-weight: bold;
}
.art .arti_meta{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.art .arti_meta span{
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/*内容正文样式*/
.art .entry{padding: 10px 8px; overflow: hidden;}
.art .entry{
    line-height: 2em;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 0in;
}
.art .entry p { margin-bottom: 11px;}
.art .entry a{
    color:#315EFB;text-decoration:underline;
}
.art .entry  a:hover{color:#2440B3;}

/*尾部*/
.foot{position: absolute;bottom:0;left:0;width:100%;min-width:1200px;height:105px;padding:15px 0;line-height:30px;background: #1881f0;text-align: center;color: #fff;}
