﻿/* channelNav */
.headtopcontent{
    width: 100%;
    background: #f2f2f2;
}
.headtopWrap{
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 15px 0;
}
.headtopWrap .logo{
    width: 190px;
    height: 40px;
    float: left;
}
.headtopWrap .nav{
    width: 840px;
    float: left;
    margin-left: 50px;
    *margin-left: 25px;
}
.headtopWrap .nav a,
.headtopWrap .nav {
    font-size: 18px;
    display: inline-block;
    padding: 3px;
}
/* right */
.right_common{
    width: 300px;
}
.right_common_title{
    width: 100%;
    height: 82px;
    background: url(https://f2.dlqfch.com/M00/83/02/CqgNOlrdg8OAVIHZAAAAAAAAAAA7962666.right_bg.png) no-repeat;
}
.right_common_title p{
    font-size: 18px;
    padding: 28px 0 0 30px;
}
.right_common_piclist {
    width: 305px;
}
.right_common_piclist li {
    float: left;
    width: 145px;
    margin:0 4px 8px 0;
}
.right_common_piclist li img{
    width: 145px;
    height: 110px;
}
.right_common_piclist li a {
    font-size: 12px;
    line-height: 25px;
}

.right_common_textlist a{
    background: url(https://f2.dlqfch.com/M00/83/02/CqgNOlrdg8OAVIHZAAAAAAAAAAA7962666.disc.png) center left no-repeat;
    padding-left: 8px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
}

/*shengmign*/

.shengming {
    width: 100%;
    margin-top: 30px;
    clear: both;
}

.shengming p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin: 8px 0;
}

.shengming h4 {
    font-size: 14px;
    color: #000;
    margin: 10px 0 0;
    height: 22px;
    font-weight: bold;
    line-height: 27px;
}
.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop25 {
    margin-top: 25px !important;
}
.w320 {
    width: 320px;
}

.w810 {
    width: 810px;
}

.h25 {
    height: 25px;
}
.h80 {
    height: 80px;
}
.h90 {
    height: 90px;
}
/*fenye*/

.page-nav {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.page-nav ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 6px 10px;
    font-size: 12px;
    line-height: 14px;
}

.page-nav a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 2px 5px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    transition: all 0.8s ease;
}

.page-nav a:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
    text-decoration: none;
    transition: all 0.4s ease;
}

.page-nav .current a {
    background: #000;
    border-color: #000;
    color: #FFF;
    font-weight: bold;
}

.page-nav .total b {
    margin: 0 3px;
    color: #900;
    letter-spacing: 1px;
}