@charset "utf-8";

/* reset css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}


/* 清除浮动 */

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}


/* 通用 */

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    color: #333;
}

.vm,
input,
label {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}


/* 链接 */

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #048;
}

a:active {
    outline: none;
}


/* nav */

.nav li,
.nav dt,
.nav dd {
    float: left;
    position: relative;
}

.nav a {
    display: inline-block;
}

.nav dt {
    font-weight: bold;
}


/* tab */

.tabs {
    display: block;
}

.tabs li {
    float: left;
}

.tabs li a {
    display: block;
}


/* list */

.h li {
    float: left;
    _display: inline;
    _white-space: nowrap;
}

.list-t,
.list-a,
.list-p,
.list-b-t,
.list-p-t,
.list-p-t li,
.list-r {
    overflow: hidden;
    zoom: 1;
}

.list-t li,
.list-a li,
.list-p li,
.list-b-t li,
.list-p-t li,
.list-r li {
    position: relative;
    line-height: 1.5;
}

.list-t li a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li a:hover {
    text-decoration: underline;
}

.list-t li span.tag {
    margin-right: 5px;
}

.list-t li span.date {
    position: absolute;
    top: 0;
    right: 0;
    *margin-top: -8px;
}

.list-p li {
    text-align: center;
}

.list-a li a {
    display: inline-block;
}


/* 自定义 */

body {
    background-color: #fff;
    font-family: microsoft yahei;
    font-size: 14px;
}

.ht {
    height: 30px;
    line-height: 30px;
    background: url(/images/xkxy/ht.png) repeat-x;
    border-bottom: 2px #ccc solid;
}

.ht p {
    width: 1000px;
    margin: 0 auto;
}

.header h1 {
    width: 1000px;
    height: 160px;
    background: url(/images/xkxy/head.jpg) no-repeat;
    margin: 0 auto;
}

.header .img1 {
    width: 1050px;
    height: 160px;
    align: center;
    margin-left: 425px;
}

.header .nav {
    background-color: #007abd;
}

.nav ul {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.nav li a {
    padding: 0 7px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.nav li a:hover {
    background-color: #025e90;
}

.header .search {
    width: 320px;
    height: 28px;
    margin: -40px 480px 0;
    padding: 6px 0 6px 680px;
}

.search input,
.search button {
    float: left;
    display: inline-block;
    vertical-align: middle;
    font: normal 14px/24px microsoft yahei;
}

.search input {
    width: 100px;
    *width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 4px 4px 4px 26px;
    border: none;
    background: #fff url(/images/xkxy/search.png) 5px 50% no-repeat;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    outline: none;
}

.search button {
    width: 60px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: #3498db;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-left: -1px;
}

.search .btn {
    float: left;
    display: inline-block;
    width: 65px;
    height: 28px;
    background-color: #3498db;
    color: #fff;
    font: bold 14px/28px microsoft yahei;
    text-align: center;
    margin-left: 2px;
    vertical-align: middle;
}

.content {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.footer {
    border-top: 1px #ccc solid;
    padding: 15px;
    line-height: 24px;
    text-align: center;
}

.box {
    border: 1px #ccc solid;
    padding: 9px;
}

.box h3 {
    height: 35px;
    border-bottom: 1px #ccc solid;
    position: relative;
    margin-bottom: 10px;
}

.box h3 b {
    display: inline-block;
    width: 104px;
    height: 36px;
    line-height: 36px;
    background: url(/images/xkxy/h3_b.png) no-repeat;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: -1px;
}

.box h3 a.more {
    position: absolute;
    top: 0;
    right: 0;
    color: #09c;
    line-height: 36px;
}

.box .list-t li {
    line-height: 33px;
    padding-left: 20px;
    background: url(/images/xkxy/dot05.png) 5px 50% no-repeat;
}

.focus {
    width: 600px;
    height: 286px;
    position: relative;
    overflow: hidden;
}

.focus .pic {
    width: 600px;
    height: 286px;
}

.focus .pic div a {
    display: block;
    width: 600px;
    height: 286px;
    position: relative;
}

.focus .pic div a span {
    display: block;
    width: 580px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.focus .navi {
    position: absolute;
    bottom: 20px;
    right: 18px;
    z-index: 9;
}

.focus .navi li {
    float: left;
    margin: 0 1px;
}

.focus .navi li a {
    display: block;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px #007cc9 solid;
    background-color: #fff;
    color: #09c;
}

.focus .navi li.current a {
    border-color: #007cc9;
    background-color: #007cc9;
    color: #fff;
}

.news {
    width: 350px;
}

.news li {
    line-height: 39px;
    border-bottom: 1px #ccc dotted;
    padding-left: 10px;
}

.w320 {
    width: 320px;
}

.w400 {
    width: 400px;
}

.w260 {
    width: 260px;
}

.w495 {
    width: 495px;
}

.a1 {
    margin: 0 -10px 10px 0;
}

.a1 li {
    width: 78px;
    border: 1px #28b779 solid;
    background: #28b779 url(/images/xkxy/mail.png) 50% 15px no-repeat;
    margin-right: 10px;
    padding-top: 60px;
    cursor: pointer;
}

.a1 li:hover {
    border: 1px #1f8f5e solid;
    background-color: #1f8f5e;
}

.a1 li a {
    display: block;
    height: 40px;
    padding: 5px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    color: #28b779;
}

.a1 li a:hover {
    color: #1f8f5e
}

.a2 {
    height: 112px;
    overflow: hidden;
}

.a2 li {
    height: 34px;
    margin-bottom: 5px;
    vertical-align: middle;
}


/* 二三级样式 */

.where {
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
    padding-left: 24px;
}

.main {
    /* width: 708px; */
    width:810px;
    border: 1px #ccc solid;
    padding: 14px;
    min-height: 322px;
}

.side {
    width: 250px;
    background-color: #f6f6f6;
}

.side h2 {
    background-color: #007abd;
    color: #fff;
    font: bold 18px/60px microsoft yahei;
    text-align: center;
}

.side h3 {
    line-height: 39px;
    border-bottom: 1px #d2d2d2 solid;
    padding-left: 15px;
    background: url(/images/index/dot1.png) 0 50% no-repeat;
    font-size: 14px;
}


/* 侧栏菜单 */

.menu li {
    vertical-align: middle;
    margin: 2px 0;
}

.menu li a {
    display: block;
    /*height:45px;*/
    line-height: 45px;
    border-left: 3px transparent solid;
    background: url(/images/xkxy/menu_a.png) 50% 100% no-repeat;
    padding-left: 22%;
    font-size: 16px;
    font-weight: bold;
}

.menu li.current a,
.menu li a:hover {
    border-left: 3px #007abd solid;
    background: #ebeef3;
    color: #007abd;
}


/* 热点排行 */

.hots {
    border: 1px #d2d2d2 solid;
    margin-bottom: 10px;
    padding: 0 9px 9px;
}

.hots li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #d2d2d2 dotted;
    overflow: hidden;
}

.hots li em {
    display: inline-block;
    width: 20px;
    text-align: center;
    font: bold italic 18px/35px Arial, Helvetica, sans-serif;
    vertical-align: -1px;
    margin-right: 5px;
    color: #b9b9b9;
}


/* 分页 */

.pages {
    font: 0/0 lx;
    padding: 15px 0;
}

.pages a {
    display: inline-block;
    line-height: 28px;
    margin: 0 1px;
    padding: 0 10px;
    border: 1px #d2d2d2 solid;
    font-size: 14px;
    vertical-align: middle;
}

.pages a:hover {
    border: 1px #78c3ea solid;
}

.pages a.current {
    border: 1px #78c3ea solid;
    background-color: #78c3ea;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}


/* 列表自定义 */

.main .where {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #d2d2d2 solid;
}

.main .tit {
    height: 16px;
    border-bottom: 1px #007abd solid;
    padding: 10px 0;
    line-height: 16px;
    position: relative;
}

.main .tit b {
    display: inline-block;
    padding: 0 0 0 10px;
    border-left: 5px #007abd solid;
    font-size: 16px;
}

.main li:hover {
    background-color: #f8f8f8;
}


/* 文字列表 */

.main .list-t {
    padding: 10px;
}

.main .list-t li {
    height: 43px;
    border-bottom: 1px #ccc dotted;
    background: url(/images/index/dot.png) 0 50% no-repeat;
    padding-left: 12px;
    line-height: 43px;
    font-size: 14px;
}

.main .list-t li.line {
    height: 0;
    border-bottom: 1px #ccc dashed;
    font: 0/0 lx;
    overflow: hidden;
    margin: 10px 0;
}


/* 标题加文字列表 */

.main .list-b-t li {
    padding: 15px;
    border-bottom: 1px #d2d2d2 dotted;
    color: #666;
}

.main .list-b-t li.current {
    background-color: #f6f6f6;
}

.main .list-b-t li h4 {
    line-height: 30px;
    font-size: 16px;
}

.main .list-b-t li p {
    line-height: 30px;
}


/* 标题加文字列表分享 */

.main .list-b-t {
    overflow: visible;
}

.main .list-b-t li {
    *position: static;
    height: 60px;
}

.main .list-b-t .share {
    float: right;
    width: 50px;
    margin-top: -30px;
}

.main .list-b-t .share .btn {
    display: inline-block;
    padding-left: 20px;
    background: url(/images/col/share.png) 0 50% no-repeat;
    line-height: 30px;
    font-weight: bold;
}

.main .list-b-t .share .share-box {
    position: absolute;
    top: 70px;
    right: 10px;
    border: 1px #d2d2d2 solid;
    width: 80px;
    line-height: 14px;
    *margin-left: -40px;
    padding: 5px!important;
    background-color: #fff;
    display: none;
    z-index: 999;
    *position: relative;
    *top: 0;
    *right: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.main .list-b-t .share .share-box a {
    position: relative;
    display: block;
    width: 55px;
    padding-left: 25px;
    z-index: 999;
}

.main .list-b-t .share .share-box a:hover {
    background-color: #ddd;
}


/* 图文列表 */

.main .list-p-t {
    overflow: visible;
}

.main .list-p-t li {
    border-bottom: 1px #d2d2d2 solid;
    padding: 15px;
    line-height: 30px;
    font-size: 14px;
    vertical-align: middle;
}

.main .list-p-t li a.pic {
    float: left;
    display: block;
    margin-right: 15px;
}

.main .list-p-t li a.pic img {
    height: 110px;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 4px;
}

.main .list-p-t li a.pic:hover img {
    border-color: #bbb;
}

.main .list-p-t li h4 {
    font-size: 16px;
}

.main .list-p-t li p.text {
    text-indent: 2em;
}

.main .list-p-t li p strong,
.main .list-p-t li a {
    color: #048;
}

.main .list-p-t li .share {
    float: right;
    width: 110px;
    margin: -28px -10px 0 0;
    line-height: 30px;
}

.main .list-p-t li .share .share-box {
    width: 50px;
}

.main .list-p-t li .share .btn {
    float: left;
    display: inline-block;
    padding-left: 20px;
    background: url(/images/col/share.png) 0 50% no-repeat;
    line-height: 28px;
    font-weight: bold;
    margin-right: 5px;
}


/* 图片列表 */

.list-p {
    margin-right: -10px;
    padding: 10px 0;
}

.list-p li {
    width: 148px;
    margin-right: 10px;
    line-height: 30px;
}

.list-p li a {
    width: 120px;
}

.list-p li a img {
    float: left;
    width: 100%;
}

.list-p li a span {
    float: left;
    display: inline-block;
    width: 100%;
}

.list-p li a span.tt {
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    line-height: 30px;
    margin-top: -30px;
    position: relative;
}


/* 正文自定义 */

.article {
    border: 1px #ccc solid;
    padding: 4px 14px 34px;
}

.article h2 {
    color: #147;
    font: normal 24px/30px microsoft yahei;
    margin: 0 20px -10px;
    padding: 20px 0 10px;
}

.article h3 {
    padding: 10px 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
}

.article .info {
    line-height: 40px;
    border-bottom: 1px #ccc dashed;
    margin: 0 20px;
    text-align: center;
    position: relative;
}

.article .info span {
    margin-right: 2px;
}

.article .article-box {
    margin: 0 20px;
    padding: 30px 20px;
    line-height: 2em;
    font-size: 14px;
}

.article .article-box p,
.article .article-box div {
    margin-bottom: 1em;
}

.article table {
    margin: 0 auto 1em;
}

.article-box p a {
    text-decoration: underline;
    margin: 0 5px;
    color: #09c;
}

.article-box img {
    max-width: 600px;
}

.article-box table {
    width: 90%;
    margin: 0 auto;
}

.article-box table th,
.article-box table td {
    border: 1px #ccc solid;
    padding: 5px;
    line-height: 20px;
}

.article-box table th {
    background-color: #f8f8f8;
    text-align: center;
    font-weight: bold;
}

.article .bdsharebuttonbox {
    margin: 10px 20px 0;
}

.article .bdsharebuttonbox strong {
    float: left;
    line-height: 36px;
    font-size: 14px;
    margin-right: 5px;
}

.article .opt {
    text-align: right;
    line-height: 36px;
    color: #323232;
    margin: -36px 20px 0;
    padding: 0 20px;
}

.article .opt a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #323232;
}

.article .opt a:hover {
    color: #09c;
}

.article .related {
    border: 1px #ccc dashed;
    background-color: #f8f8f8;
    margin: 10px 20px 0;
    padding: 9px;
}

.article .related h4 {
    height: 36px;
    border-bottom: 1px #d1d1d1 solid;
    margin-bottom: 10px;
}

.article .related h4 span {
    display: inline-block;
    border-bottom: 1px #135a9c solid;
    font: normal 18px/36px microsoft yahei;
    color: #135a9c;
    margin-bottom: -1px;
    padding: 0 10px;
    position: relative;
}

.article .related li {
    float: left;
    width: 46%;
    margin: 0 2%;
    height: 30px;
    line-height: 30px;
}

.article .related li a {
    display: inline-block;
    height: 30px;
    background: url(/images/index/dot.png) 0 50% no-repeat;
    padding-left: 12px;
    overflow: hidden;
}


/* 正文组图 */

.photos {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.photos .pic {
    text-align: center;
    position: relative;
}

.photos .pic img {
    min-height: 360px;
}

.photos .pic span {
    display: block;
}

.photos .pic .tips {
    display: none;
    width: 200px;
    font-size: 14px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -110px;
}

.photos h4 {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.photos .preview {
    /* 容器大小、溢出隐藏 */
    width: 620px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    background-color: #fff;
    margin: 0 auto;
    padding: 1px 0;
}

.photos .preview ul {
    height: 80px;
    background-color: #f2f2f2;
}

.photos .preview li {
    /* 子元素大小 */
    width: 124px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.photos .preview li a {
    width: 112px;
    height: 66px;
    display: block;
    border: 2px #f2f2f2 solid;
    margin: 0 auto;
}

.photos .preview li.current a {
    border: 2px #2c94df solid;
}

.photos .preview li a span {
    width: 110px;
    height: 64px;
    display: block;
    border: 1px #fff solid;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.photos .preview li a img {
    width: 110px;
}

.photos p .prev,
.photos p .next {
    display: block;
    width: 23px;
    height: 23px;
    border: none;
    background-image: url(/images/col/arr.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    z-index: 3;
    font: 0/0 lx;
    overflow: hidden;
    margin: 0;
}

.photos p .prev {
    left: 0;
}

.photos p .next {
    background-position: 100% 0;
    right: 0;
}

.photos .pic .prev,
.photos .pic .next {
    width: 50%;
    _height: 2000px;
    background-image: url(about:blank);
    position: absolute;
    top: 0;
    bottom: 0;
}

.photos .pic .prev {
    cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
    left: 0;
}

.photos .pic .next {
    cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto;
    right: 0;
}

/* 新增css */
.where p {
    display: none;
}
