body {
    padding-bottom: 60px;
}

.box-header {
    background: #dcdddd;
}

.box-header a {
    display: block;
    position: relative;
    /*padding: 20px 0;*/
}

.box-header a h1 {
    position: absolute;
    z-index: -9999;
    font-size: 12px;
}

.box-header a img {
    display: block;
    /*width: 200px;*/
    height: auto;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.nav a {
    flex: 1;
    text-align: center;
    height: 40px;
    background-image: url("../images/nav_bg.jpg");
    background-repeat: repeat-x;
    color: #727171;
    font-size: 14px;
    line-height: 40px;
    border-right: 1px solid #d7d5d4;
    font-weight: 600;
}

.nav a:last-of-type {
    border-right: 0;
}

.nav a.active {
    background-image: url("../images/nav_bg_active.jpg");
    color: #fff;
}

.ban-box img {
    width: 100%;
}

.index-list {
    margin: 5px 0;
}

.index-list ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.index-list ul li {
    width: 49.2%;
    margin-bottom: 5px;
}

.index-list ul li a {
    display: block;
}

.index-list ul li a img {
    width: 100%;
}

.index-list ul li a strong {
    display: block;
    position: relative;
    height: 40px;
    background-color: #dcdddd;
    text-align: center;
    line-height: 40px;
    color: #727171;
}

.index-list ul li a strong::after {
    display: block;
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid #727171;
    border-top: 5px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 5px solid transparent;
}

.index-list ul li.last-of {
    flex: 1;
}

.tab {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    height: 60px;
    background: #000000;
}

.tab a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #686868;
}

.tab a:last-of-type {
    border-right: 0;
}

.tab img {
    width: 28px;
    height: 28px;
}

.tab span {
    font-size: 12px;
    color: #ffffff;
}

.nav_two {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.nav_two a {
    width: 33.33333333%;
    border-right: 1px solid #595757;
    background-color: #ffffff;
    color: #595757;
    box-sizing: border-box;
    height: 40px;
    border-bottom: 1px solid #595757;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.nav_two a:nth-child(3n) {
    border-right: 0;
}

.for4b a:nth-child(3n){
    border-right: 1px solid #595757 !important;
}

.nav_two a.active {
    background: #006dfe;
    color: #ffffff;
}

.pruter-list ul {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    background-color: #fff;
}

.pruter-list ul li {
    border-bottom: 2px solid #727171;
}

.pruter-list ul li:last-of-type {
    border-bottom: 0;
}

.pruter-list ul li a {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    padding: 10px 30px;
}

.pruter-list ul li a::after {
    display: block;
    position: absolute;
    content: "";
    top: 50px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 20px solid #727171;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;

}

.pruter-list ul li a img {
    width: 100px;
    height: 100px;
    margin-right: 5px;
}


.pruter-list ul li a div strong, .pruter-list ul li a div p {
    font-size: 14px;
    font-weight: 800;
    color: #595757;
}

.page {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.page span, .page a {
    margin: 0 10px;
    height: 35px;
    width: 80px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 14px;
}

.page span {
    background: #efefef;
    color: #333333;
}

.pic-list ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 94%;
    margin: 10px auto;
}

.pic-list ul li {
    width: 49.2%;
    margin-bottom: 5px;
}

.pic-list ul li a strong {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background: #666666;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.for1 ul li {
    width: 100%;
}

.for44 a {
    width: 25%;
}

.for4 a {
    width: 33%;
}

.for4 a:nth-child(3n) {
    border-right: 1px solid #ffffff;
}

.for4 a:nth-child(4n) {
    border-right: 0;
}

.new-list {
    width: 94%;
    margin: 20px auto;
}

.new-list ul li {
    border: 1px solid #b5b5b6;
    margin-bottom: 5px;
}

.new-list ul li:last-of-type {
    margin-bottom: 0;
}

.new-list ul li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
}

.new-list ul li a img {
    width: 150px;
}

.new-list ul li a div {
    flex: 1;
    width: 0;
    margin-left: 5px;
}

.new-list ul li a div strong {
    display: block;
    width: 100%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
}

.new-list ul li a div p {
    font-size: 12px;
    color: #595757;
    text-align: left;
    text-indent: 2em;
    height: 2.6em;
    overflow: hidden;
}

.cont-box {
    width: 94%;
    margin: 20px auto;
}

.cont-box h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}