﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}

a{text-decoration:none; color:#333333;}
a:hover{color:#5982c7;}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "microsoft yahei","??????";
    font-size: 14px;
    line-height: 1;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a,a:link,a:active,a:hover {
    text-decoration: none;
}
a {
    color: #888;
}
a:link,a:visited  {
    color: #888;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-25 {
    margin-top: 15px !important;
}
.margin-top-10 {
    margin-top: 10px !important;font-size:16px; color:#888;
}
.img-width-full {
    width: 100%;
    height: auto;
}
.img-width-full-width{
    width: 100%;
    height: 248px;
}
.header {
    background-color: #5982c7;
    color: #fff;
    width: 1135px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.topimg{
    width: 1135px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.header .header-content {
    width: 1135px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    padding: 15px 0;
}
.header .header-content a {
    color: #fff !important;
    text-decoration: none;
}
.top1,.ad,.top1,.adtwo,.sub-menu,.menu,.content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.sub-menu {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}
@-webkit-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
    0%{left:0}
    100%{left: -100%}
}
.marquee {
    height: 20px;
    overflow: hidden;
    position: relative;
}
.marquee div {
    display: block;
    width: 200%;
    height: 20px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: marquee 20s linear infinite;
    -moz-animation: marquee 20s linear infinite;
    -ms-animation: marquee 20s linear infinite;
    -o-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}
.ad {
    padding: 20px 0;
}
.adtwo {
    padding: 0 0 20px 0;
}
.ad img {
    width: 100%;
    height: 100px;
}
.adtwo  img {
    width: 100%;
    height: auto;
}
.top1 .logo_wrap {
    padding: 26px 0 0 0;
    float: left;
    width: 230px;
}
.top1 .top1-content {
    float: left;
    padding: 30px 0 5px 40px;
    width: 905px;
}
.language {
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
}
.language li a {
    color: #e88e8e;
    text-decoration: none;
}
.language .nav.link li {
    border-color: #e88e8e;
    font-size: 13px;
}
.language .time {
    padding-right: 20px;
}
.language .weather {
    color: #e88e8e;
}
.top1-content-two {
    padding: 20px 0;
}
.top1-content-two .search {
    float: left;
    width: 280px;
}
.input-group {
    font-size: 14px;
    display: inline-table;
}
.input-group .form-input {
    display: table-cell;
    height: 34px;
    line-height: 34px;
    padding: 10px;
    border-image: none;
    border: 1px solid #eee;
    width: 190px;
}
.input-group .added {
    display: table-cell;
    width: 100%;
    background-color: #ff6200;
    color: #fff;
    text-align: center;
}
.chamber-wrap {
    padding-left: 17px;
    float: left;
    width: 585px;
	margin-top: 10px;
}
.menu {
    padding: 25px 0;
}
ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav {
    display: block;
}
.pav li {
    float: left;
}
.nav li {
    float: left;
    display: inline-block;
}
.nav.link {
    display: inline-block;
}
.nav.link li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.nav.link li:last-child {
    border-right: none;
}
.nav.area-link li {
    margin-right: 4px;
}
.nav.area-link li:last-child {
    margin-right: 0;
}
.nav.chamber {

}
.nav.chamber li {
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 8px;
}
.nav.nav-menu {
    font-size: 15px;
}
.nav.nav-menu li {
    padding-right: 15px;
    color: #c0c0c0;
}
.nav.nav-menu li.item-title {
    padding-left: 18px;
    font-weight: bold;
    color: #818181 !important;
}
.nav.nav-menu li:last-child {
    padding: 0;
}
.nav.nav-menu li:first-child {
    padding-left: 0;
}
.nav.tabs-nav {
    font-size: 20px;
border-top: 1px solid #e8e8e8;
}
.nav.tabs-nav li {
    padding: 10px 25px;
    position: relative;
    cursor: pointer; font-size:18px;color: #333;
}
.nav.tabs-nav li a{
 font-size:18px;
    color: #333;
}
.nav.tabs-nav li a:hover{

    color: #5982c7;
}
.nav.tabs-nav li.active {
   border-top: 3px solid #5982c7;
    padding: 9px 8px;
}
/**
.nav.tabs-nav li.active:before {
    content: " ";
    position: absolute;
    left: 37px;
    top: 0;
    bottom: -1px;
    right: 37px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
*/
.nav.sub-tabs-nav {
    display: none;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    color: #bbb;
}
.nav.sub-tabs-nav.active {
    display: block;
}
.nav.sub-tabs-nav li {
    padding: 8px 15px;
    cursor: pointer;
}
.nav.sub-tabs-nav li.active {
    color: #666;
}
.nav.nav-pagination {
    text-align: center;
    margin-top: 50px;
    font-size: 13px;
}
.nav.nav-pagination li {
    float: none;
}
.nav.nav-pagination li a {
    padding: 8px 14px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    cursor: pointer;
}
.nav.nav-pagination li.avtive a {
    border: 1px solid #123586;
    background-color: #4895e3;
    color: #fff;
}
.nav.nav-pagination li.avtive:hover a {
    background-color: #4895e3;
    color: #fff;
}
.nav.nav-pagination li:hover a {
    background-color: #eee;
}

.pav.nav-menupd {
    font-size: 15px;
}

.pav.nav-menupd li.moreli {
    padding: 15px 0;
    color: #c0c0c0;
}

.pav.nav-menupd li {
    padding: 15px 14px 0px 0;
    color: #c0c0c0;
}

.chamber-dynamic {
    width: 125px;
    display: inline-block;
    float: left;
}
.chamber-list {
    font-size: 14px;
    margin-top: 9px;
}
.chamber-list li {
    padding: 6px 5px;
    color: #848383;
    white-space: nowrap;
    overflow: hidden;
}
.chamber-list li:hover {
    background-color: #ebebeb;
}
.banner {
    width: 668px;
    float: left;
    padding: 0 20px;

}
.banner .title {
    font-size: 28px;
    text-align: center;
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.banner .subtitle {
    font-size: 12px;
    text-align: center;
    color: #333;
    padding: 6px 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.recommend {
    width: 340px;
    float: left;
}
.news-list {
    letter-spacing: 0.03em !important;
}
.news-list li {
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #888;
    padding: 8px 0;
}
.news-list li a:link {
    color: #000 !important;
}
.news-list li.title {
    font-size: 18px;
    color: #666 !important;
    font-weight: bold;
    padding-top: 14px;
}
.news-list li.title a:link {
    color: #000 !important;
}
.news-list li a:visited {
    color: #000 !important;
}
.news-list.news-img-list li {
    font-size: 15px;
    padding: 12px 2px;
}
.news-list li:first-child {
    padding-top: 0;
}

.row {
    margin: 0 -15px;
}
.row .col-25 {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.row .col-33 {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}
.row .col-50 {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.panel {
    border: 1px solid #e7e7e7;
    padding: 0 15px 15px 15px;
}
.panel .panel-title {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.panel .panel-body {
    color: #333;
}
.city-pabel {
    background-color: #f2f2f2;
    color: #666;
    font-size: 12px;
    padding: 12px 12px 4px 12px;
    margin-top: 15px;
}
.city-pabel a {
    margin-bottom: 8px;
    display: inline-block;
    padding: 0 4px;
}
.news-img {
    position: relative;
}
.news-img.horizontal {
    float: left;
    width: 250px;
    height: 205px;
}
.news-img .news-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.news-img.horizontal .news-img-title {
    background-color: #f8f5f1;
    font-size: 13px;
    color: #333;
    text-align: left;
    line-height: 1.5;
}
.news-img .news-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    height: 38px;
}

.wh-img {
    position: relative;
}
.wh-img.horizontal {
    float: left;
    width: 250px;
    height: 205px;
}

.wh-img .news-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.wh-img.horizontal .news-img-title {
    background-color: #f8f5f1;
    font-size: 10px;
    color: #333;
    text-align: left;
    line-height: 1.5;
}
.wh-img .news-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    height: 30px;
}

.footer {
    background-color: #b2b2b2;
    padding: 20px 0;
}
.footer-item {
    background-color: #b2b2b2;
    text-align: center;
}
.footer-item-content {
    color: #fff;
    line-height: 1.7;
    padding: 15px 20px;
    font-size: 12px;
    text-align: left;
}
.footer-item-content p {
    margin: 6px 0;
    line-height: 1;
}
.footer1 {
    margin-top: 30px;
    color: #333;
    font-size: 12px;
    text-align: center;
}
.news-img-list li {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.news-img-list li h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #555; line-height:30px;
}
.news-img-list li h2 a{
    font-size: 22px;
    color: #555;
}
.news-img-list li.item-img-desc .news-thumbnail {
    width: 164px;
    height: 94px;
    float: left
}
.news-img-list li .news-desc {
    float: left;
    width: 100%;
    padding: 10px 0px 5px 0px;
    line-height: 1.8;
    font-size: 15px;
    color: #666;
}
.news-img-list li.item-img-desc .news-desc {
    width: 820px;
}

.news-list-nowrap li:first-child {
    border-top: 1px solid #e8e8e8;
}
.news-list-nowrap li { height:30px; line-height:30px;
    color: #333;
}
.news-list-nowrap li .title3 {
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    width: 380px;font-size:16px; color:#333;
    float: left; padding:15px 0px;border-bottom: 1px solid #e8e8e8;
}

.hspace {
    width: 1px;
    height: 10px;
    overflow: hidden;
    clear: both;
}

.xwright .list-paihan2{ width:380px; margin-top:20px;}
.xwright .header-rank {
    height: 40px;border-top: 1px solid #e8e8e8; margin-bottom:15px;  
}
.xwright .header-rank h2{  border-top: 3px solid #cf0101; width:90px; padding:8px 0px; font-size:20px; color:#cf0101;}

.box1r33 {
    width: 380px;
    padding: 14px 0;
    border-bottom: solid 1px #eee;
    height: 1%;
    overflow: hidden;
}

.box1r33 dt {
    width: 120px;
    float: left;
}
.box1r33 dd {
    width: 240px;
    float: right;
}
.box1r33 dd h2 a {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
}
.box1r33 dd h3 a {
    font-size: 12px;
    line-height: 21px;
    color: #7f7e7e;
    font-weight: normal;
}
.box1r33 li {
    width: 65px;
    float: left;
    margin: 0 14px;
}


.news-list-nowrap li .title-full {
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.news-list-nowrap li .desc {
    width: 70px;
    float: left;
    text-align: right;
}

.list-paihan .active{
border-bottom: 1px solid #888;
}

.list-title {
    font-size: 20px;
    color: #333;
    padding: 12px 0;
    width: 95px;

    
}
.list-title.active {
border-bottom: 1px solid #c21f25;
}
.top-num {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #d3d3d3;
    color: #333;
    padding: 2px 3px;
    font-size: 12px;
    margin-right: 4px;
}
.top-num.pre {
    background-color: #f7c53d;
    border: 1px solid #f4a700;
    color: #fff;
}
.banner-list li {
    float: left;
}
.banner-list li.active
{
    background: #fff;
}
.dots { position: absolute; left: 0; right: 0; bottom: 20px;text-align: center}
.dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.dots li.active
{
    background: #fff;
    opacity: 1;
}
.long{
letter-spacing:1px;
    transform:scale(1,1.3);/*缩放属性；两个参数：(水平缩放比例,垂直缩放比例)；1表示原比例*/
    /*私有缩放属性，为了兼容各浏览器；注：不兼容ie8以下浏览器*/
    -ms-transform:scale(1,1.3);
    -webkit-transform:scale(1,1.3);
    -moz-transform:scale(1,1.3);
    -o-transform:scale(1,1.3);
}



.gglist{
	    overflow: hidden;
    margin-top: 10px;
}

.gglist .ggimg{
    width: 158px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 14px;
}
.gglist .ggimg img{
	width: 100%;
}

.ggcontent{
    font-size: 14px;
    line-height: 24px;
    margin-top: 1px;
    overflow: hidden;
    width: 158px;
}
.ggtitle{
	      display: block;
    font-weight: bold;
    font-size: 1.0em;
}

.ggbigimg{
	    padding: 5px;
}
.ggbigimg img{
	width:100%;
}

.ggimgs{
	   overflow: hidden;
	   padding-top:25px;
}

.ggimgs a{
  width:139px;
  float: left;
      margin-top: 10px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
text-align: center;
}
.ggimgs a img{
  width:100%;
  height: 100px;
}
.ggimgs a span{
      width: 100%;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    /* background-color: #000; */
    color: #151313;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.comments{
	    margin-top: 50px;
    overflow: hidden;
}
.topimg-content {
    position: relative;
    width: 1135px;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}
.banner-logo-box {
    position: absolute;
    left: 0;
    top: 50px;
    width: 366px;
    height: 78px;
}

.banner-logo-box i {
    float: left;
    width: 130px;
    height: 100%;
    padding: 0 10px;
}

.banner-logo-box div {
    float: left;
    padding-left: 10px;
    border-left: 1px solid #333;
}
.tophead{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-size: 100% 100%;
    position: relative;
    height: 990px;
    box-shadow: 2px 2px 2px #ccc;
}
#autopage { clear: both; text-align: center; padding: 30px 0px; }
#autopage li{ float:left;border:1px solid #e8e8e8;}
#autopage a { display: inline-block; width: 36px; height: 36px; background-color: #f5f5f5; font-size: 12px; line-height: 36px; color: #000; }
#autopage span { display: inline-block; width: 36px; height: 36px; background-color: #ff4c4c; color: #fff; font-size: 12px; line-height: 36px; }
#autopage li.now a{background-color: #cf0101;color: #fff; border:1px solid #cf0101;}


