@font-face {
  font-family: "iconfont"; /* Project id 4324480 */
  src: url('../fonts/iconfont.ttf'),
       url('../fonts/iconfont.woff'),
       url('../fonts/iconfont.woff2');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    min-width: 1400px;
    background-color: #fff;
    font: 12px "Microsoft Yahei","SimSun",Arial,sans-serif;
    color: #333;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
* {
    margin: 0;
    padding: 0;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer, img, form {
    margin: 0;
    padding: 0;
}
input, button {
    outline: none;
}
ul, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #008fd5;
    text-decoration: none;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
.clear {
    clear: both;
}

/*表格居中显示*/
table[align="center"] {
    margin: 0 auto;
}

/*分页*/
.p_box {
    font-size: 14px;
    font-family: SimSun;
    line-height: 12px;
    color: #222;
    text-align: right;
    margin-top: 15px;
}
.p_box span {
    display: inline-block;
    margin-left: 5px;
}
.p_prev a, .p_next a, .p_check, .p_no a, .p_disable, .p_count {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
}
.p_prev a:hover, .p_next a:hover, .p_no a:hover{
    background: #f5f5f5;
}
.p_check {
    color: #fff;
    border: 1px solid #FF6900;
    background-color: #FF6900;
}
.p_dot {
    color: #222;
}
.p_disable {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

.wp_paging a {

    width: auto !important;
    line-height: normal;
    height: 40px;
    background: none !important;
    padding-left: 0px !important;
}
.wp_paging li{ border: 0 !important;}
.wp_paging li a {
    padding-left: 0px !important;
}
.wp_paging li span {
    width: auto !important;
}
.wp_paging li:hover {
    background-color: inherit !important;
}
.wp_paging li:hover a {
    background: none !important;
}
a.cm.selected {
    color: #137bbd;
    background: url(article_index_res/dot_green.png) no-repeat 15px 18px;
    background-color: #f6f9fe !important;
}
input.search-title {
    border: 1px solid #ccc;
    height: 30px;
    padding: 2px 51px 2px 10px;
    width: 220px;
    border-radius: 2px;
	    color: #757575;
}
.searchbox {
    position: relative;
}
.search-btn {
    top: 0;
}
input.search-submit{ background:url(sousuo.svg) no-repeat center; width:32px; height:32px; border: 0;}
li.header_nav_li.i.selected {
    background: #0c5494;
}