﻿

.wap {
    width: 1000px;
    margin: 0px auto;
    padding: 15px;
    overflow:hidden;
    position:relative;
    z-index:999;
    background-color: white;
    padding-bottom: 20px;
}

.side_left{
    width: 240px;
    float: left;
    margin-bottom: 10px;
}
h1{
    border-bottom: 1px solid #CEB9BB;
    height: 34px;
    line-height: 34px;
    margin-bottom: 5px;
    padding-left: 40px;
    color: #FFF;
    font-family: "΢���ź�";
    font-size: 14px;
    background: url("../images/mbg.png") no-repeat scroll left center #2591d2;
}


.side_left ul{
    width: 240px;
    background-color: #fdfeff;
}

.side_left a{
    transition: all 0.2s linear 0s;
    font-size: 14px;
    background: url("../images/nico.gif") no-repeat scroll 10px center transparent;
    padding-left: 26px;
    display: block;
    line-height: 32px;
    height: 32px;
    width: 210px;
}

.side_left a:hover{
    background: none repeat scroll 0% 0% #2591d2;
    color: #FFF;
    text-shadow: 0px 1px 0px #000;
    text-decoration: none;
}

.side_right{
    width: 728px;
    min-height: 500px;
    float: right;
    padding: 10px;
    border: 1px solid #E8E8E8;
}

.title_list{
    width: 650px;
    margin: 15px auto;
}

.title_list img{
    max-width: 645px;
    text-align: center;
}

.title_list_ban{
    width: 650px;
    margin: 15px auto;
}

.title_content{
    width: 650px;
    margin: 15px auto;
}

.title_content pre{
    white-space:normal;
    word-break:break-all;
    white-space: -moz-pre-wrap;
}

.title_content p{
    width: 650px;
    margin: 5px auto;
    text-align: center;
    word-break:break-all;
}

.title_content p img{
    max-width: 600px;
}

#title_list li{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.title_list ul{
    height: 30px;
    margin: 0;
    padding: 0;
    width: 600px;
}


.title_list li{
    width: 400px;
    height: 30px;
    float: left;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    background: url("../images/nico.gif") no-repeat scroll 0px center transparent;
    padding-left: 15px;
}

.title_list_lli{
    width: 400px;
    height: 30px;
    float: left;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    background: url("../images/nico.gif") no-repeat scroll 0px center transparent;
    padding-left: 15px;
}

.title_list_rli{
    width: 180px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

.news_nav{
    color: #333333;
    min-height: 42px;
    line-height: 42px;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #E9E5DC;
}

.news_nav span{
    font-size: 14px;
    margin-left: 8px;
}

#morpic {
    width: 700px;
    margin: 5px auto;
    text-align: center;
}

#morpic li {
    max-width: 700px;
    text-align: center;
}


.about{
    height: auto!important;
    text-align: center;
    width: 728px;
}

.tp{
    text-align: center;
    border-bottom: 1px dashed #E9E5DC;
    margin-top: 20px;
}

.news_nav a{
    margin-left: 10px;
    margin-right: 10px;
}

.clearfix {
    display: block;
}


.active{
    background-color: #78c5e3;
    width: 235px;
}

.active a{
    color: red;!important;
}