.tit1 {
    height: 33px;
    border-bottom: 1px solid #d8d8d8;
}
.tit1 h2 {
    font-size: 16px;
    height: 17px;
    line-height: 18px;
    border-left: 5px solid #279a3b;
    padding-left: 5px;
}
.tit2 {
    height: 46px;
    border-top: 1px solid #d8d8d8;
    position: relative;
}
.tit2 h2 {
    position: absolute;
    border-top: 1px solid #279a3b;
    display: inline;
    font-size: 16px;
    padding: 13px 0;
    top: -1px;
}
.tit3 {
    border-bottom: 1px solid #d8d8d8;
    height: 46px;
    position: relative;
}
.tit3 h2 {
    position: absolute;
    border-bottom: 1px solid #279a3b;
    display: inline;
    font-size: 16px;
    padding: 13px 0;
    bottom: -1px;
    float: left;
}
.tit3 a {
    float: right;
    margin-top: 17px;
    font: 12px/1 sumsim,'宋体';
    color: #ccc;
}
.tit3 a:hover {
    color: #999;
}
.slbl {
    position: absolute;
    background: url("/News/img/bl.png") center repeat-x;
    bottom: 0;
    z-index: 999;
}
.slide {
    position: relative;
    overflow: hidden;
}
.slide ul {
    display: none;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
}
.slide ul li {
    float: left;
    overflow: hidden;
    position: relative;
}
.slide ul li a {
    display: block;
    color: #fff;
}
a.previous,a.next {
    display: none;
    z-index: 999;
    width: 30px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    opacity: .85;
}
a.previous:hover,a.next:hover {
    opacity: 1;
}
.slide:hover a.previous,.slide:hover a.next {
    display: block;
}
a.previous {
    left: 0;
    background: url("/Common/Style/Media/images/pre.png") center no-repeat;
}
a.next {
    right: 0;
    background: url("/Common/Style/Media/images/next.png") center no-repeat;
}
ul.newlis {
    margin-top: 10px;
}
    ul.newlis li a {
        background: url("/Common/Style/Media/images/newsd.png") left center no-repeat;
        padding: 0 0 0 15px;
        height: 33px;
        display: block;
        font: 14px/33px sumsim,"宋体";
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
ul.newlis li a:hover {
    color:#279a3b;
}
.tag {
    font: 13px/1 sumsim,"宋体";
    margin-top: 21px;
}
.tag span {
    color: #bcbcbc;
    margin-right: 40px;
}
.tag span a {
    color: #bcbcbc;
}
.tag span a:hover {
    text-decoration: underline;
}
.cbtn {
    position: absolute;
    z-index: 999;
}
.cbtn span {
    width: 9px;
    height: 9px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    display: block;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}
.cbtn span.current {
    background: #279a3b;
    border: none;
    width: 11px;
    height: 11px;
}

.tcdPageCode {
    color: #ccc;
}
.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #3bab6c;
    margin: 0 10px;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a {
    color: #999999;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a:hover {
    background: #3bab6c;
    color: #fff;
}
.sm-animate img{
    transition:All .5s ease;
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
}
.sm-animate img:hover{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.big-animate img {
    transition:All 3s ease;
    -webkit-transition:All 3s ease;
    -moz-transition:All 3s ease;
    -o-transition:All 3s ease;
}
.big-animate img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*.foot {
    border-top: 2px solid #249b3a;
}*/
.hotkey-link {
    position: absolute;
    right: 610px;
    bottom: 58px;
}













