﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    vertical-align: top;
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/*轮播大图*/
#indBanner {
    min-width: 1000px;
    width: 100%;
    overflow: hidden;
    height: 605px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

#indBanner .bd li {
    position: relative;
    width: 100%;
    height: 605px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#indBanner .bd .pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

#indBanner .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 100px;
    height: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#indBanner .hd ul {
    height: 13px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

#indBanner .hd ul li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin: 0 6px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
}

#indBanner .hd ul li span {
    display: none;
}

#indBanner .hd ul li.on {
    background-color: #f9ce5a;
}

/* focusBanner */
.focusBanner {
    height: 586px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.focusBanner .hd {
    z-index: 3;
    position: relative;
    margin-top: -40px;
    text-align: center;
    /* width:100%; */
    /* display:none */
}

.focusBanner .hd ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0;
    height: 10px;
    padding: 5px 10px;
    background: #333;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.focusBanner .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.focusBanner .hd li span {
    display: none;
}

.focusBanner .hd .on {
    width: 20px;
}

.focusBanner .bd li {
    vertical-align: top;
}

.focusBanner .bd li a {
    display: block;
    height: 586px;
}

.focusBanner .con {
    display: none;
}


/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

body a:hover {
    color: #2a51a9;
    text-decoration: none;
}

.clear {
    clear: both;
}

.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    min-height: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* frame */
html {
    background: #F3F3F3;
}

body {
    text-align: center;
    min-width: 1200px;
    /* background: url(../img/body.jpg) center 0 no-repeat #fff; */
}

.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    text-align: left
}

.topBar {
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(3, 0, 0, 0.06);
    opacity: 0.8;
    font-size: 12px;
    overflow: hidden
}

.topBar .links {
    float: right;
}

.topBar .links a {
    margin: 0 10px;
}

#header {
    position: relative;
    background: #0069c5;
}

#header .siteWidth {
    height: 140px;
    position: relative;

}

#header .siteWidth img {
    margin: 48px 0 68px;
}

#header .siteWidth h3 {
    font-size: 80px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 160px;
    letter-spacing: 4px;
    color: #eff37e;
    text-align: center;
    text-shadow: 6px 6px 0px #0c88b5;
}

.header-txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 420px;
    font-size: 24px;
    line-height: 40px;
    float: left;
    margin-top: -20px;
    color: white;
    letter-spacing: 6px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.3);
}



.Home {
    width: 120px;
    height: 35px;
    background-image: linear-gradient(0deg,
            #fffcd9 0%,
            #ffffff 100%),
        linear-gradient(#2862e0,
            #2862e0);
    background-blend-mode: normal,
        normal;
    border-radius: 3px;
    float: right;
    margin-top: 30px;
}

.Home a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 42px;
    font-size: 16px;
    background: url(../img/home_icon.png) 14px 50% no-repeat;
    color: #0f68c5;
}


.content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

#footer {
    background-color: #2a51a9;
    font-size: 14px;
    clear: both;
    padding: 15px 0;
}

#footer .siteWidth {
    text-align: center;
}

.copyRight,
.copyRight a {
    position: relative;
    color: #fff;
}

/* ==================== 导航栏完整优化 ==================== */
.nav {
    background-color: #2a51a9;
    min-height: 80px;
    height: auto;
    padding: 15px 0;
}

.nav ul {
    width: 1200px;
    margin: auto;
    overflow: visible;
}

.nav li {
    float: left;
    position: relative;
    /* 子菜单定位用 */
}

/* ==================== 主菜单（水平） - 文字垂直居中 ==================== */
.nav li a {
    color: #fff;
    font-size: 16px;
    width: 109px;
    padding: 12px 8px;
    line-height: 1.4;
    height: auto;
    min-height: 76px;
    /* 适合两行文字 */
    box-sizing: border-box;
    white-space: normal;
    display: flex;
    align-items: center;
    /* 垂直居中关键 */
    justify-content: center;
    /* 水平居中 */
    text-align: center;
}

/* 主菜单悬停/高亮 */
.nav li.on1 a,
.nav li:hover a {
    color: #fef5d0;
}

/* ==================== 子菜单：垂直向下展开 + 宽度自动贴合 + 文字垂直居中 ==================== */
.nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2a51a9;
    width: fit-content;
    /* 宽度自动贴合最长文字 */
    min-width: 130px;
    max-width: 280px;
    /* 防止过长，必要时可调大 */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #fef5d0;
    padding: 8px 0;
    z-index: 100;
    border-radius: 0 0 4px 4px;
    white-space: nowrap;
}

/* 鼠标悬停显示子菜单 */
.nav li:hover>ul {
    display: block;
}

/* 子菜单列表项 */
.nav li ul li {
    float: none;
    width: 100%;
}

/* 子菜单每一项 - 文字垂直居中 */
.nav li ul li a {
    color: #fff;
    padding: 14px 25px;
    /* 上下14px，左右25px */
    line-height: 1.5;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    width: fit-content;
    min-width: 100%;
    /* 保证背景填满 */
    box-sizing: border-box;
    white-space: nowrap;
    min-height: 48px;
    /* 让每一项高度一致，居中更稳定 */
    text-align: left;
}

/* 子菜单悬停效果 */
.nav li ul li a:hover {
    background-color: #16649c;
    color: #fef5d0;
    padding-left: 32px;
}

/* 首页 ----------------------------------*/
.index_box {
    background-color: #fff;
    padding: 20px 0;
}

.row {
    margin-bottom: 20px;
}

.focusbox {
    width: 590px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 30px;
}

.focusbox .hd {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    text-align: center;
}

.focusbox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.focusbox .hd ul li {
    float: left;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50%;
}

.focusbox .hd ul li span {
    display: none;
}

.focusbox .hd ul li.on {
    background-color: #0f55f1;
    color: #fff;
}

.focusbox .bd {
    height: 440px;
    position: relative;
    overflow: hidden;
}

.focusbox .bd li {
    position: relative;
}

.focusbox .bd .pic {
    position: relative;
    z-index: 0;
}

.focusbox .bd .pic img {
    width: 590px;
    height: 440px;
}

.focusbox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    text-align: left;
    text-indent: 10px;
}

.focusbox .bd .con .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-indent: 20px;
}

.focusbox .bd .con .title a {
    color: #fff;
    font-size: 14px;
}

.focusbox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 55px;
}

.tzggbox {
    float: right;
    width: 580px;
}

.tzggbox .toplist .t {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
}

.tzggbox .toplist .t .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 12px;
    text-align: center;
}

.tzggbox .toplist .t .title a {
    color: #2a51a9;
}

.tzggbox .toplist .t .intro {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.tzggbox .toplist .n {
    line-height: 40px;
    height: 40px;
}

.tzggbox .toplist .n a {
    padding-left: 20px;
    background: url(../img/list_icon.png) 6px 50% no-repeat;
    font-size: 16px;
}

.tzggbox .toplist .n .date {
    float: right;
    color: #999999;
    font-size: 16px;
}

.text-box {
    width: 590px;
}

.text-box .ihd {
    height: 55px;
    line-height: 55px;
    background-color: #eff4ff;
    margin-bottom: 20px;
}

.text-box .ihd h3,
.pic_box .ihd h3 {
    float: left;
    width: 130px;
    height: 55px;
    line-height: 50px;
    background: url(../img/hd_bg.png) no-repeat;
    text-align: center;
}

.text-box .ihd h3 a,
.pic_box .ihd h3 a {
    font-size: 16px;
    color: #fff;
}

.text-box .ihd .more,
.pic_box .ihd .more {
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.text-box .ibd .toplist .n {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../img/list_icon.png) 6px center no-repeat;
}

.text-box .ibd .toplist .n a {
    color: #333;
}

.text-box .ibd .toplist .n a:hover {
    color: #2a51a9;
}

.text-box .ibd .toplist .n .date {
    float: right;
    font-size: 16px;
    color: #999999;
}

.pic_box .ihd {
    height: 40px;
    line-height: 40px;
    background: url(../img/hd3.png) center no-repeat;
    margin-bottom: 15px;
}

.picinfoList {
    margin-right: -20px;
}

.picinfoList li {
    float: left;
    width: 270px;
    height: 180px;
    margin-right: 20px;
}

.picinfoList li .title {
    display: none;
}

/* 文章列表页 ----------------------------------*/

.newsList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    background: url(../img/list_icon.png) 6px 50% no-repeat;
    font-size: 16px;
}

.newsList .split {
    background: none;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
}

.newsList .date {
    float: right;
    color: #999;
}

.list_box {
    background: #fff;
    padding: 20px 0;
}

.mainContent {
    width: 100%;
}

.sideBox {
    margin-bottom: 20px;
}

.sideBox .hd {
    height: 89px;
    line-height: 89px;
    background-color: #16649c;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.sideBox .bd {
    padding: 10px 0;
}

.sideBox .bd .menuList li {
    height: 50px;
    line-height: 50px;
    border-left: 5px solid #fff;
    text-align: center;
}

.sideBox .bd .menuList li a {
    display: block;
    color: #333333;
    font-size: 14px;
}

.sideBox .bd .menuList li.on,
.sideBox .bd .menuList li:hover {
    background-color: #e8eff4;
    border-left: 5px solid #16649c;
}

.sideBox .bd .menuList li.on a,
.sideBox .bd .menuList li:hover a {
    font-weight: 600;
}

.mainBox .mHd {
    height: 84px;
    line-height: 84px;
    border-bottom: 5px solid #16649c;
}

.mainBox .mHd h3 {
    float: left;
    padding: 0 30px;
    color: #16649c;
    font-size: 24px;
}

.mainBox .mHd .path {
    float: right;
    height: 84px;
    line-height: 84px;
    margin-right: 30px;
}

.path {
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    background-color: #eff4ff;
    border-left: 3px solid #0069c5;
    margin-bottom: 30px;
}

.path em {
    padding-left: 58px;
    background: url(../img/page_icon.png) 26px 50% no-repeat;
    color: #666;
}

.path a,
.path span {
    margin: 0 5px;
    color: #666;
}

.art-path {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    background: url(../img/round.png) 5px 50% no-repeat;
}

.newlist li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #d9d9d9;
}

.newlist li .pic {
    float: left;
    margin-right: 30px;
}

.newlist li .con .title {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.newlist li .con .intro {
    font-size: 14px;
    line-height: 25px;
    color: #616161;
}

.newlist li .con .date {
    font-size: 14px;
    line-height: 25px;
    color: #969696;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}

.page a,
.page span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #d4d4d4;
    padding: 0 15px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}

.page a:hover {
    border: 1px solid #2a51a9;
    text-decoration: none;
    color: #2a51a9;
}

.page .current {
    background: #2a51a9;
    border: 1px solid #2a51a9;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}

.page select {
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    background: #fff;
    border: 0 solid #d1d1d1;
    vertical-align: middle;
}

/* .page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
} */
.sidePicList {
    text-align: center;
}

.sidePicList li {
    margin-bottom: 15px;
}

.sidePicList .pic {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.sidePicList .pic img {
    width: 100%
}

.sidePicList .title {
    text-align: left;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.infoListA li {
    line-height: 22px;
    padding: 8px 0 8px 12px;
    background: url(../img/icons.png) 0 -74px no-repeat;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    font-size: 14px;
}

.infoListA .date {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}

.infoListA .last {
    border-bottom: 0
}

.picList li {
    margin-bottom: 15px;
    font-size: 14px;
}

.picList .pic a {
    padding: 1px;
    border: 1px solid #ddd;
    display: block;
}

.picList .pic img {
    width: 100%;
}

.picList .pic a:hover {
    border-color: #bbb
}

.picList .title {
    line-height: 24px;
    padding-top: 5px;
}

.picList .last {
    margin-bottom: 0
}

/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -40px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}

.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 31%;
    margin: 0 15px 20px 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.picPageList .pic {
    margin: 3%;
}

.picPageList .pic img {
    height: auto;
    width: 100%;
}

.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2
}

.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px
}

.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}

.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 0px 50px 20px;
}

.printArea .title {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    color: #2a51a9;
    font-weight: 500;
}

.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 10px 25px;
    text-align: center;
    color: #777;
    border: none !important;
    border-bottom: 1px dashed #c7c7c7 !important;
    background: transparent !important;
}

.printArea .property span {
    padding: 0 5px;
}

.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.printArea .conTxt img {
    display: block;
    margin: auto !important;
    max-width: 800px;
    height: auto !important;
}

.printArea .conTxt p {
    margin-bottom: 20px;
}

.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}

.printArea .conTxt em {
    font-style: italic;
}

.printArea .conTxt ul,
.printArea .conTxt ol {
    padding-left: 2em;
}

.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}

.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}

.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}

.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}

.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}

.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}

.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}

.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}

.printArea .vedioPlayer {
    position: relative;
    z-index: 1500;
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}

.articleCon .userControl {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    height: 40px;
}

.articleCon .userControl span {
    position: relative;
    top: -31px;
}

.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}

.articleCon .userControl .bdsharebuttonbox {
    display: inline-block;
}

.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.articleCon .others {
    margin: 30px 0;
}

.articleCon .others span {
    font-size: 16px;
    color: #2a51a9;
}

.articleCon .others a,
.articleCon .others .date {
    font-size: 16px;
    color: #333333;
}

.articleCon .others a:hover {
    color: #2a51a9;
}

.articleCon .others .prev,
.articleCon .others .next {
    padding: 5px 0;
}

/* 相关信息 */
#relativeInfo {
    border-bottom: 1px solid #ddd;
}

#relativeInfo .bd {
    padding: 10px 0 20px 0;
}

#relativeInfo ul {
    overflow: hidden;
}

#relativeInfo li {
    float: left;
    width: 50%;
}

.pic a {
    display: block;
    position: relative;
    transition: all 200ms ease 0s;
    overflow: hidden;
}

.pic a:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.pic a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.pic a:hover:before {
    left: 150%;
    transition: left 1s ease 0s
}

/*--
颜色代码
#BB0000 深色标题
#ddd 淡蓝色边框
--*/