.content-wrapper {
    width: 1020px;
    background-color: #fff;
}

.list-content .content-title {
    border-bottom: 1px solid #496fb0;
    height: 46px;
    line-height: 46px;
    padding-right: 10px;
}

.list-content .content-title .title {
    border-left: 10px solid #496fb0;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    min-width: 200px;
    padding: 0 15px;
}

.list-content .current-path {
    line-height: 46px;
}

.list-content .content {
    min-height: 500px;
    padding: 20px;
}

.list-content.page .content {
    line-height: 32px;
    padding: 40px;
    font-size: 16px;
}

.list-content.page .content img {
    max-width: 800px;
}

.m-pg-lst {
    padding: 20px;
    display: block;
}

.m-pg-lst:hover {
    background-color: #496fb0;
}

.m-pg-lst .pic {
    border: 1px solid #eee;
}

.m-pg-lst .pic img {
    display: block;
    height: 85px !important;
    width: 125px !important;
}

.m-pg-lst:hover .info .tt,
.m-pg-lst:hover a,
.m-pg-lst:hover .info .dsc,
.m-pg-lst:hover .info .time,
.m-pg-lst:hover .info .sub-tt {
    color: #fff;
}

.m-pg-lst .info {
    width: 85%;
}

.m-pg-lst .info .tt {
    font-size: 18px;
    color: #444;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.m-pg-lst .info .dsc {
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.m-pg-lst .info .time {
    font-size: 14px;
    color: #666;
    display: block;
}

.m-pg-lst .info .time span {
    margin-right: 10px;
}

.m-pg-lst .info.all {
    width: 100%;
}

.m-pg-lst.leader .tt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.m-pg-lst.leader .sub-tt {
    margin-bottom: 8px;
}

.m-pg-lst.leader .dsc {
    height: 60px;
    line-height: 25px;
    white-space: normal;
    text-overflow: normal;
}
.m-pg-lst.leader .pic img {
    width: 100px !important;
    height: 140px !important;
}

.m-pg-lst.leader .info {
    width: 825px;
    padding-top: 15px;
}

.m-page {
    font-size: 16px;
    color: #333;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.m-page a {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
}

.m-page a:hover {
    background-color: #496fb0;
    color: #fff;
}

.m-page a.active-page {
    background-color: #496fb0;
    color: #fff;
}

/*channel_list*/
.listnav .name {
    min-width: 140px;
    border: 1px solid #ccc;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border-bottom-color: #ffffff;
    position: relative;
    top: 1px;
    margin-left: 10px;
    padding: 2px 15px;
}

.listnav .more {
    width: auto;
    line-height: 34px;
    margin-right: 10px;
    font-size: 14px;
}

.lists {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.sect-item {
    margin-bottom: 10px;
}

.app-content {
    padding: 20px;
    border-top: 1px solid #ccc;
    line-height: 30px;
    text-indent: 32px;
    font-size: 16px;
}

/*special_list*/
.special {
    width: 100%;
}

.special-list li {
    width: 306px;
    height: 123px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.special-list li:nth-child(4n) {
    margin-right: 0;
}

/*.special-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color:#dfdfdf;
    font-size: 20px;
    text-align: center;
    color: #333338;
    position: relative;
}*/

.special-list li a span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.special-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color:#dfdfdf;
    font-size: 34px;
    text-align: center;
    position: relative;
    color: #496fb0;
    font-weight: bold;
}

.special-list img {
    width: 100%;
    height: 100%;
    display: block;
}

/*form*/
form table {
    width: 100%;
}

form input {
    width: 400px;
    height: 30px;
    border: 1px solid #eee;
    padding: 5px 10px;
    /*border-radius: 5px;*/
}

form textarea {
    width: 600px;
    border: 1px solid #eee;
    padding: 5px 10px;
    /*border-radius: 5px;*/
    min-height: 200px;
    resize: none;
}

form table td {
    padding: 15px 0;
    position: relative;
}

form input[name="checkcode"] {
    width: 100px;
}

form #ImageVerify  {
    width: 50px;
    height: 20px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

form button {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    background-color: #496fb0;
    color: #fff;
    cursor: pointer;
}

form .require {
    color: #496fb0;
}

form .error {
    color: #496fb0;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: 440px;
}

form textarea+.error {
    left: 640px;
    bottom: 120px;
}

form input[name="checkcode"]+.error {
    left: 200px;
    bottom: 35px;
}