body {
	
	font-size:13px;
	color:#000000;
	margin:0 auto;
}
*{ margin:0; padding:0}
.topnew{ color:#000000; font-size:13px; line-height:22px;padding-left:12px}
.ma{ 
	
	margin-top:6px;
	
	}
.ma tbody tr td{
	/*margin: 5px 0;*/
	line-height: 26px;
}
.nav{
	width: 960px;
	margin: 0 auto;
}

#daohang {
 margin:4px 0px 0px 15px;
 font-size:13px;
}
#daohang ul {
 margin:0px;
 padding:8px 0px 0px 0px;
 list-style:none;
}
#daohang li{
  display:inline;
  margin:0px 0px;
  font-size:13px;
 }
#daohang a{
 color:#00007F;
 text-decoration:none;
}
#daohang a:hover{
 color:#00007F;
 text-decoration:underline;
}
.bl{
color:#FFFFFF;
font-size:15px;
font-weight:bold;
padding-left:10px;}
.bl_2{
color:#000000;
font-size:15px;
font-weight:bold}
.pa{
 padding:4px;}
.blue{
  color:#00007F;
  font-size:13px;}
.white{
 color:#000000;
 font-size:15px;
 font-weight:bold;}
.bort{
 border-top:1px #CDCDCD solid;
 border-left:1px #CDCDCD solid;
 border-right:1px #CDCDCD solid;
 }
.borr{

 border-top:1px #CDCDCD solid;
 border-right:1px #CDCDCD solid;
 border-bottom:1px #CDCDCD solid;}
.redbor{
margin-right: 10px;	
 border:1px #d5181f solid;
 }
.mbor{
	
	border-bottom:1px #A6A28F solid}
.yebor{
 border:2px #000000 solid}
.cbor{
	float: left;
	
border:1px #cccccc solid
}
.top table{
	margin: 0 auto;
}
.red{
 color:#FFFFFF;
 font-size:15px;
 font-weight:bold;
 padding:5px;}
.con{
 line-height:20px;
 }
.more a{
 color:#000000;
 padding-left:320px;
 padding-bottom:10px;
 text-decoration:none;
 padding-top:10px;
 }
.more a:hover{
 color:#CC0000;
 padding-left:320px;
 padding-top:10px;
  padding-bottom:10px;
 text-decoration:underline;
 }
 a{
 font-size:13px;
 color:#000000;
 text-decoration:none;
 }
a:hover{
 font-size:13px;
 color:#CC0000;
 text-decoration:underline;
 }
 .news_title{ font-family:"����"; color:#000000; font-size:14px; font-weight:bold; padding:5px}
.news_content{ line-height:22px; padding:5px; text-indent:2em; color:#000000; font-size:14px}
.news_rtitle{ color:#666666; font-size:14px; font-weight:bold; padding-left:10px}
.tu-fz td{ text-align:center;padding-top:5px; padding-bottom:10px}


.flash {
    width: 270px;
    height: 209px;
    float: left;
    /*margin-top: 20px;
    margin-left: 20px;*/
}

.out-img {
    position: relative;
    width: 270px;
    height: 209px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}