﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    font: 16px/24px sans-serif, "microsoft yahei";
    width: 100%;
    min-width: 1200px;
    padding-top: 0 !important;
}

li {
    list-style: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

button, input {
    border: none;
    outline: none;
}

.header {
    width: 100%;
    margin: 0 auto;
    background: url("../images/banner.png") no-repeat center 0;
}
.header .banner {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}
.header .banner .logo{
    width: 487px;
    height: 82px;
    padding-top: 30px;
}
.header .banner .tools {

    position: absolute;

    right: 30px;

    top: 50px;

    margin-top: 10px;

}

.header .banner .tools ul li {

    float: left;

    width: 80px;

    height: 80px;

    margin-left: 10px;

}

.header .banner .tools ul li a {

    background-image: url(../images/bg-tools.png);

    background-repeat: no-repeat;

    display: block;

    font-size: 0;

    line-height: 0;

    text-indent: -999%;

    width: 80px;

    height: 80px;

    cursor: pointer;

}

.header .banner .tools ul li .t-acce:hover {

    background-position: 0 -80px;

}

.header .banner .tools ul li .t-mobi {

    background-position: 0 -160px;

}

.header .banner .tools ul li .t-mobi:hover {

    background-position: 0 -240px;

}
.header .banner .tools .sjbewm img {
    width: 100px;
    height: 100px;
}
.header .banner .tools ul li .t-coll {

    background-position: 0 -320px;

}

.header .banner .tools ul li .t-coll:hover {

    background-position: 0 -400px;

}

.header .nav{
    width: 100%;
    height: 80px;
    background: #0b3739;
}
.header .nav ul{
    width: 1200px;
    margin: 0 auto;
}
.header .nav ul li{
    float: left;
    line-height: 80px;
}
.header .nav ul li a{
    font-size: 27px;
    display: block;
    padding: 0 32px;
    color: #fff !important;
}
.header .nav ul li:hover,.header .nav ul li.active{
    background: #00685a;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main .pos {
    width: 1200px;
    font-size: 18px;
    padding: 15px 0;
    color: #333333;
}
.main .aside{
    width: 276px;
    height: auto;
    background: #f5f5f5;
}
.main .aside h3{
    width: 276px;
    height: 79px;
    font-size: 30px;
    color: #ffffff;
    background: url("../images/aside_left_bg.png") no-repeat;
}
.main .aside h3 span {
    padding-left: 30px;
    line-height: 60px;
}
.main .aside ul li{
    width: 250px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    background: #dbe6eb;
    margin: 25px auto;
}
.main .aside ul li a {
    padding-left: 20px;
}
.main .aside ul li.current, .main .aside ul li:hover{
    color: #ffffff;
    background: #258e56;
}
.main .aside ul li.current img, .main .aside ul li:hover img {
    float: right;
    margin: 16px;
}
.main .content{
    width: 900px;
}
.main .content h2 {
    border-bottom: 2px solid #efefef;
}
.main .content h2 span{
    display: inline-block;
    padding-right: 4px;
    font-size: 36px;
    font-weight: bold;
    color: #258e56;
    padding-bottom: 15px;
    border-bottom: 3px solid #258e56;
}
.point {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    vertical-align: 7px;
    background: url("../images/point.png") no-repeat;
}
.main .content .newlist {
    width:900px;
    margin: 20px auto;
}

.main .content  .newlist li {
    font-size: 16px;
    line-height: 32px;
}


.main .content  .newlist  li a  {
    width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main .content  .newlist  li a:hover{
    color: #fa0e0e;
}

.main .content  .newlist  li  span.time {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #999999;
}

.page {
    width: 900px;
    font-size: 18px;
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
}
.page a{
    margin: 0 10px;
}
.page a.current, .page a:hover {
    color: #258e56;
}
.footer {
    background-color: #cecece;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.subnav-link {
	margin-bottom: 10px;
  text-align: center;
}
.copyright{
  text-align: center;
}
.copyright ul {
	width: 100%;
	overflow: hidden;
	margin: auto;
}
.copyright li {
	display: inline;
	margin-right: 20px;
	font-size: 12px;
}
.media {
	position: absolute;
	top: 10px;
	right: 135px;
}
.media a {
	display: block;
}
