.newsContent {
    position: relative;
    z-index: 30;
}

.leftBar {
    float: left;
    width: 254px;
}

.leftBar .mbtns {
    position: relative;
    width: 254px;
    height: 335px;
    margin-top: -41px;
    margin-bottom: 20px;
    background: url(../images/mbtn_bg.png) no-repeat;
}

.history {
    height: 214px;
    margin-bottom: 20px;
    background: url(../images/history_bg.png) no-repeat;
}

.ewm {
    padding-top: 110px;
    text-align: center;
}

/*å¿«é€Ÿé“¾æŽ¥*/

.mbtns .download {
    position: absolute;
    left: 25px;
    top: 23px;
    width: 213px;
    width: 213px;
    height: 213px;
    background: url(../images/download_bg.png) no-repeat;
}

.mbtns .download a {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
}

.mbtns .download a i {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
    background: url(../images/download_btn.png) no-repeat;
}

.mbtns .download a:hover i {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
    -webkit-transition: all 0s .2s;
    transition: all 0s .2s
}

.register {
    position: absolute;
    left: 15px;
    top: 230px;
    width: 222px;
    height: 110px;
    background: url(../images/zhanghao.png) no-repeat;
}

.register a i {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
    background: url(../images/zhanghao.png) no-repeat;
}

/*åŽ†å²ç‰ˆæœ¬*/

.history .showPic {
    overflow: hidden;
}

.history .sel {
    padding: 9px 0 0 34px;
}

.history .sel select {
    width: 186px;
    height: 26px;
    line-height: 26px;
    color: #666;
    border: solid 1px #e2e2e2;
}

/*å³æ */

.rightBar .hd {
    height: 70px;
    padding: 0 20px 0 25px;
    line-height: 70px;
    background: url(../images/newsrighthd.png) no-repeat;
    overflow: hidden;
}

.rightBar .hd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.rightBar .hd .ch {
    float: left;
    margin-right: 5px;
    font-size: 26px;
    font-family: 'Microsoft Yahei';
    color: #bf3100;
}

.rightBar .hd .en {
    float: left;
    font-size: 15px;
    line-height: 80px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #be3100;
}

.rightBar .hd .map {
    float: right;
    padding-left: 20px;
    background-color: #394459;
    color: #a6bfee;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
}

.rightBar .hd .map a {
    color: #a6bfee
}

.rightBar .hd .map span {
    color: #6ac2ff
}

.rightBar .bd {
    min-height: 700px;
    height: auto !important;
    height: 700px;
    padding-bottom: 50px;
    background-color: #fff;
	padding-top: 30px;
}

.rightBar .bd .tabbar {
    width: 845px;
    height: 40px;
    background: url(../images/tabs.png) no-repeat 40px 100%;
}

.tabbar li {
    float: left;
    width: 128px;
    height: 36px;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
	list-style: none outside none;
}

.tabbar li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #767676;
    background: url(../images/tabs-item.png) no-repeat;
}

.tabbar li.Current a {
    color: #fff;
    background-position: -128px 0;
}

.listBox {
    width: 842px;
    padding: 8px 0;

}

.newList {
    width: 100%;
    zoom: 1;
}

.newList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.newList li {
    float: left;
    width: 842px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-bottom: solid 1px #e1e2e3;
	list-style: none outside none;
}

.newList span.kind {
    float: left;
    width: 72px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
    color: #333;
}

.newList em.date {
    float: right;
    width: 117px;
    color: #767676;
    font-family: Arial, Helvetica, sans-serif;
}

.newList li p {
    float: left;
    width: 628px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin: 0px;
}

.newList li p a {
    color: #333;
}

.newList li p a:hover {
    text-decoration: underline;
    color: #bf3100;
}

.pageNumber {
    padding: 20px;
    text-align: right;
    color: #FF6000;
    clear: both
}

.pageNumber a:link,
.pageNumber a:visited {
    color: #007eff;
    margin: 0 5px;
}

.pageNumber .txtSty {
    border: 1px solid #BCA55A;
    background: #fff;
    padding: 1px;
    font-size: 12px;
    height: 16px
}

.innerCon {
    width: 845px;
}

.innerTitle {
    padding: 16px 0 13px 0;
    text-align: center;
    font-family: 'Microsoft Yahei';
    background-color: #f8f8f8;
    border-bottom: solid 1px #e1e2e3;
}

.innerTitle h5 {
    font-size: 20px;
    line-height: 34px;
    color: #394459;
}

.innerTitle p {
    font-size: 14px;
    line-height: 32px;
    color: #858fa3;
}

.innerText {
    padding: 25px 20px;
    border-bottom: solid 1px #e1e2e3;
}

.innerText img {
    text-align: center;
}

.innerText p {
    font-size: 12px;
    line-height: 1.8;
    color: #333;
    text-indent: 2em;
    margin: 10px;
}

.share {
    padding: 20px;
}

.share .bdsharebuttonbox {
    float: right;
}

.bdsharebuttonbox span {
    margin: 8px 8px 0 0;
    font-size: 16px;
    color: #999;
    float: left;
}

/*æœç´¢*/

.searchBar {
    float: right;
    width: 129px;
    height: 26px;
    margin: 24px 40px 0 0;
    background: url(../images/search_bg.png) no-repeat;
}

.searchBar .txtSty {
    float: left;
    width: 87px;
    height: 22px;
    line-height: 22px;
    color: #bababa;
    padding: 2px 9px;
    border: none;
}

.searchBar .searchBtn {
    float: left;
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
}