﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-family:'Microsoft YaHei',SimHei,'Microsoft JhengHei','PingFang SC','STHeiti';
}
body{
    background: url(../images/bg.png) center center no-repeat fixed;
    background-size: 100% 100%;
}
.body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foot {
    width: 1200px;
    height: 72px;
    margin-top: 40px;
}
.bottom {
    margin: 0px auto 50px;
    background: url(../images/zhixian.png) repeat-x;
    text-align: center;
    line-height: 25px;
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}
.title {
    height: 209px;
    background: url(../images/topbar.png) no-repeat center;
}
/*导航栏*/
nav {
    position: relative;
    z-index: 10000; /*设置元素的堆叠顺序*/
    width: 1000px;
    height: 54px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.50); /*阴影*/
    margin: 0px auto;
    text-align: center;
    background: url(../images/nav_bg.png) no-repeat center;
}
.nav-selected {
     background:url(../images/index.png) no-repeat 20px 15px;
}
.active{
    background:url(../images/xhx.png) no-repeat bottom;
}
nav ul {
    list-style: none;
    position: relative;
    display: inline-table; /*此元素会作为内联表格来显示（类似 <table>），表格前后没有换行符*/
    padding: 0;
    margin: 0;
}
nav ul li {
        float: left;
        width: 140px;
        line-height: 48px;
    }
nav ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
    }
nav ul li:hover ul {
            display: block;
        }
nav ul:after {
        content: "";
        display: block;
         background:url(../images/xhx.png) no-repeat bottom;
    }
nav ul li:hover {
    background:url(../images/xhx.png) no-repeat bottom;
    }
nav ul li:hover a {
            color: #fff;
        }
/*导航栏*/

/*底部容器*/
.foot {
    width: 1000px;
    height: 100px;
    margin:0 auto;
}
.bottom {
    margin:30px auto;
    width:100%;
    text-align:center;
    font-size: 12px;
    color: #E5E5E5;
}
/*底部容器*/

/*主容器*/
.main-content { 
    /*height:100%;
    background: url(../images/xhjj.png) no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;*/
}
.page_content {
	width: 1000px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.left_side {
	float: left;
	width: 200px;
}
.left-1 {
    float:left;
    width:100%;
    background-color:#fff;
    padding-bottom:20px;
    
}
.left-2 {
    width:180px;
    float:left;
    height:auto;
    margin-top:20px;
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
}
.left-3 {
    width:180px;
    float:left;
    height:auto;
    margin-top:20px;
    background-color:#fff;
    padding:10px;
    text-align:center;
}
.left-title {
    height:65px;
    background:url(../images/tytb.png) no-repeat center top;
    letter-spacing:3px;
    font-size:18px;
}
h3 {
    color:#fff;
    padding-top:20px;
    padding-left:45px;
}
.first_nav {
    width:180px;
    height:40px;
    margin-left:10px;
    margin-top:10px;
    border-radius:5px;
    border: 1px;
    background: url(../images/icon.png) no-repeat 10px 13px #F5F4F8;
}
.first_nav .on {
     background: url(../Images/icon_active.png) no-repeat 10px 13px #FFEFEF;
     color: #771F1F;
 }
.select {
    background-color:#FAE9DF;
}
.first_nav a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 30px;
    border-radius:5px;
    border: 1px;
    
}
.little_nav {
    width:180px;
    height:auto;
    border-radius:5px;
    border: 1px;
    margin-top:10px;
    margin-left:10px;
    background: url(../images/icon.png) no-repeat 25px 13px #F5F4F8;
}
.little_nav a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    padding-left:40px;
    border-radius:5px;
    border: 1px;
    }
.title-bar-1 {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
/*通用头部标题*/
.title-bar {
    height: 47px;
    line-height: 47px;
    color: #47272A;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgb(243,243,243);
    letter-spacing: 0;/*字符横向间距*/
    background: url(../images/zhtb.png) no-repeat;
}
.float-left {
    float: left;
}
.pad-left {
    padding-left: 20px;
    font-size: 16px;
}
.float-right {
    float: right;
}
.pad-right {
    padding-right: 10px;
}
.more-font-color {
    color: #606266;
}
.float-left span{
     color: #fff;
    text-decoration: none;
}
.float-left span a{
     color: #fff;
    text-decoration: none;
}
a {
    color: #000;
    text-decoration: none;
}
/*通用头部标题*/

.lxwm {
    width:180px;
    margin-top:10px;
}
.l1 {
    /*background-color:#F5F4F8;*/
    border-radius:5px;
    border: 1px;
    font-size:16px;
    padding-left:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.l2 {
    padding:8px;
    font-size:13px;
    color:#47272A;
}
.icon-1{
    background:url(../images/icon-1.png) no-repeat 5px 7px #F5F4F8;
}
.icon-2{
    background:url(../images/icon-2.png) no-repeat 5px 8px #F5F4F8;
}
.icon-3{
    background:url(../images/icon-3.png) no-repeat 5px 8px #F5F4F8;
}
.right_side {
	float: right;
	width: 740px;
    min-height: 589px;	
    background-color:#fff;
    padding-left:20px;
    padding-right:20px;
}
.pagination{
    margin:30px auto;
    list-style: none;
    display: flex;
}
.pagination .page-item{
    text-align: center;
    height: 30px;line-height: 30px;
    background: #fff;border: solid 1px #f0f0f0;border-radius: 2px;
    margin: 0 5px;
}
.pagination .page-item .page-link{
    display: block;padding:0 10px;
    transition: all .15s;
}
.pagination .page-item.active{
    background: #E61636;
    color: #fff;
}
.pagination .page-item:hover:not(.disabled) .page-link{
    background: #f57485;
    color: #fff;
}
.line1{
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}