﻿@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/


/* 主体 */

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.w590 {
    width: 590px;
}

.w380 {
    width: 380px;
}

h3.t3 {
    position: relative;
    border-bottom: 2px solid #ddd;
    padding: 16px;
}

h3.t3 b {
    margin-left: -6px;
    border-color: #058;
    font-size: 20px;
    color: #333;
}

h3.t3 .more {
    position: absolute;
    top: 16px;
    right: 10px; 
    color: #666;
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

h3.tab {
    height: 48px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

h3.tab a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
}

h3.tab a.current {
    color: #058;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 20px;
    right: 20px;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #ffa656;
    transform: scale(1, 1);
}

h3.tab a+a:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    border-left: 1px solid #ddd;
}

.list-a li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.list-a,
.list-p {
    margin-left: -10px;
    margin-right: -10px;
}

.list-a li a {
    margin: 0 10px;
}

.list-p li a {
    position: relative;
    overflow: hidden;
}

.list-p li img {
    width: 100%;
    display: block;
    transition: .3s;
}

.list-p li a:hover img {
    transform: scale(1.05,1.05);
}

/*.list-a li i {
    transition: transform .3s;
}

.list-a li a:hover i {
    transform: rotateY(360deg);
}*/

/* part1 */

.focus,
.focus .pic,
.focus .pic div {
    position: relative;
    overflow: hidden;
}

.focus .pic div {
    height: 360px;
    padding-bottom: 20px;
}

.focus .pic a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 330px;
}

.focus .pic a img {
    width: 100%;
}

.focus .pic strong {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    display: block;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 85, 136, .1);
}

.focus .navi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.focus .navi li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px;
    background: #ececec;
    opacity: 1;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi .on {
    width: 40px;
    background-color: #ff9c27;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

/* part2 */

.a1 li a {
    line-height: 50px;
    font-size: 20px;
    background-color: #7899e6;
    color: #fff;
}

.a1 li a:hover {
    background-color: #72b7d7;
}

.a1 .s1 {
    background-position: 0 -40px;
}

.a1 .s2 {
    background-position: -40px -40px;
}

.a1 .s3 {
    background-position: -80px -40px;
}

.p2 .list-p {
    margin-left: -10px;
    margin-right: -10px;
}

.p2 .list-p li a {
    position: relative;
    overflow: hidden;
    max-height: 120px;
}

.p2 .list-p li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    color: #fff;
}

.notice {
    height: 150px;
    background-color: #f5f5f5;
}

.notice h3 {
    float: left;
    width: 50px;
    height: 150px;
    background: url(../images/notice.jpg);
}

.notice h3 b {
    display: block;
    padding: 25px 15px;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
}

.notice .scroll {
    height: 120px;
    margin-left: 50px;
    padding: 15px;
}

/* part3 */

.a2 li {
    width: 14.28%;
}

.a2 li a {
    padding: 10px;
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 85, 136, .1);
    border-radius: 4px;
}

.a2 li i {
    background-color: #e7ecf4;
    border: 5px solid #e7ecf4;
    border-radius: 100px;
}

.a2 li a:hover i {
    background-color: #06b;
    border: 5px solid #06b;
    border-radius: 100px;
}

.a2 .s1 {
    background-position: -120px 0;
}

.a2 .s2 {
    background-position: -160px 0;
}

.a2 .s3 {
    background-position: -200px 0;
}

.a2 .s4 {
    background-position: -240px 0;
}

.a2 .s5 {
    background-position: -280px 0;
}

.a2 .s6 {
    background-position: -320px 0;
}

.a2 .s7 {
    background-position: -360px 0;
}

.a2 a:hover .s1 {
    background-position: -120px -40px;
}

.a2 a:hover .s2 {
    background-position: -160px -40px;
}

.a2 a:hover .s3 {
    background-position: -200px -40px;
}

.a2 a:hover .s4 {
    background-position: -240px -40px;
}

.a2 a:hover .s5 {
    background-position: -280px -40px;
}

.a2 a:hover .s6 {
    background-position: -320px -40px;
}

.a2 a:hover .s7 {
    background-position: -360px -40px;
}

/* part4 */

.p4 .t3 {
    border-color: #fff;
}

.topic ul {
    margin-left: -10px;
    margin-right: -10px;
}

.p4 .tab-pane .pane {
    background: url(../images/rank.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.rank {
    height: 188px;
    overflow: hidden;
    margin: 10px 20px;   
}

.rank:hover {
    overflow-y: auto;
    padding-right: 10px; 
}

.rank li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 8px 20px;
    line-height: 30px;
}

.rank li em {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.qr li {
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.qr li span {
    display: block;
    margin: 0 auto;
    line-height: 40px;
}

.qr li img {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 10px solid #fff;
    box-shadow: 0 5px 10px rgba(0, 85, 136, .1);
}

