<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Demichen 20100809 */


/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
fieldset,img { 
border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-weight: normal; 
font-style: normal; 
} 
ol,ul { 
list-style: none; 
} 
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-weight: normal; 
font-size: 100%; 
} 
q:before,q:after { 
content:; 
} 
abbr,acronym { border: 0; 
}



/*页面结构相关样式*/
#containter{
width: 980px;
height: auto;
background: #FFF;
margin: 0 auto;
}

#header{
width: 100%;
height: auto;
}

.headerlogo_euibe{
width: 273px;
height: 50px;
float: left;
margin: 20px 0 0 20px;
_margin: 20px 0 0 10px;
}

#contentInner{
width: 98%;
height: auto;
margin: 0 auto;
padding: 10px 0;
}

#bottom{
width: 100%;
height: 60px;
background: #e8eff5;
border-top: 1px solid #ced1d3;
color: #6d6d6d;
}

.bottom_content{
width: 83%;
height: 40px;
line-height: 40px;
color: #6d6d6d;
float: left;
margin: 5px 0 0 0 ;
border-right: 1px solid #b2b8bc;
text-align:right;
padding: 0 10px 0 0 ;
}

.bottom_content a:link{color:#2075b5;}
.bottom_content a:visited{color:#2075b5;}
.bottom_content a:hover{color:#000000; text-decoration:underline;}

.bottom_logo{
width: 13%;
height: 30px;
float:right;
margin: 10px 0 0 10px;
}

.bottom_logo img{float: left; margin: 0 10px 0 0 ;}

#maincontent{width: 100%;}

#left{
width: 225px;
height: auto;
float: left;
}

#right{
width: 730px;
height: auto;
float: right;
overflow-x: auto;
overflow-y: hidden;
}

#mainContainer{width: 728px;}

.HP_box{
width: 100%;
height: auto;
margin: 0 0 10px 0;
}

/*menu样式*/
#menu{
width: 220px;
height: auto;
}

.menuPart01{
width: 100%;
height: auto;
margin: 0 0 10px 0;
}

.menuPart02{
width: 100%;
height: auto;
margin: 0 0 0 0;
}


/*换肤div*/
#skinBox{
width: 100%;
height: auto;
background: #e2e2e3;
}

.skinBoxInner{
width: 980px;
height: auto;
padding: 10px 0;
margin: 0 auto;
}

.skinBoxBtn{
width: auto;
height: 24px;
float:right;
text-align: right;
}

.skinBoxBtn li{
display:block;
float: left;
width: 70px;
height: 22px;
line-height: 22px;
background: url(../images/btn_04.gif) repeat-x;
border: 1px solid #bfccd6;
margin: 0 2px 0 0 ;
text-align: center;
}

.skinBoxBtn li a{display: block; width:100%; height: 100%;}
.skinBoxBtn li a:link{color: #4f5257;}
.skinBoxBtn li a:visited{color: #4f5257;}
.skinBoxBtn li a:hover{color: #9d3a3a;}

.skinBoxMain{
width: 980px;
height: auto;
padding: 10px 0;
background: #ffffff;
margin: 5px 0 5px 0 ;
}

.skinBoxMainInner{
width: 90%;
margin: 0 auto;
}

.skinTabBox{
float: left;
width: 104px;
height: auto !important;
height: 80px;
min-height: 80px;
padding: 10px 0;
border-right:1px solid #b8b9b8;
}

.skinMainBox{
float: left;
width: 770px;
height: auto;
padding: 10px 0;
}

.skinMainList{
width: 770px;
height: 88px;
}

.skinMainList td{
text-align: center;
color: #686868;
padding: 5px 0;
}

.skinMainList td img{
width: 100px;
height: 50px;
}

.skinMainList td a{ display: block; width:100px; height:50px; margin: 0 auto;}
.skinMainList td a:link{border: 1px solid #989898;}
.skinMainList td a:visited{border: 1px solid #989898;}
.skinMainList td a:hover{border: 1px solid #9e4848;}

.Skintitle_style01{
width: 104px;
height: 24px;
line-height: 24px;
text-align: center;
margin: 0 1px 0 0 ;
_margin: 0 -4px 0 0 ;
}
.Skintitle_style01 a:link{color:#989898;}
.Skintitle_style01 a:visited{color:#989898;}
.Skintitle_style01 a:hover{color:#989898;}

.Skintitle_style02{
width: 104px;
height: 24px;
line-height: 24px;
background: url(../images/bg_03.gif) repeat-y;
border-top: 1px solid #b8b9b8; 
border-left: 1px solid #b8b9b8; 
border-bottom: 1px solid #b8b9b8; 
border-right: 1px solid #ffffff; 
font-weight: bold;
text-align: center;
margin: 0 1px 0 0 ;
_margin: 0 -4px 0 0 ;
}
.Skintitle_style02 a:link{color:#393838;}
.Skintitle_style02 a:visited{color:#393838;}
.Skintitle_style02 a:hover{color:#393838;}

/*各个皮肤公用样式*/
body{
font-size: 12px;
color: #181818;
}

a{text-decoration:none;}

.clear{
width:0;
height: 0;
font-size: 0;
line-height: 0;
clear: both;
}

.dis { display: block}
.undis { display: none}

.header_right{
width: 430px;
height: 100%;
float: right;
position: relative;
}

.guide{
width: 100%;
height: 28px;
position: absolute;
bottom:0;
_bottom:-1px
}

.guide li{
width: auto;
height: 28px;
float: left;
margin: 0 2px 0 1px;
line-height: 28px;
z-index: 1;
}

.control{width: 60px; padding: 20px 0 0 0 ;}

.control a{
display: block;
width: 21px;
height: 21px;
float: right;
margin: 0 0 0 5px;
}



.main_title{
width: 95%;
margin: 0 auto;
}

.M_titlebg_left{
width: 5px;
height: 29px;
background: url(../images/publicBorders.gif) no-repeat 0 0;
float: left;
}

.M_titlebg_right{
width: 5px;
height: 29px;
background: url(../images/publicBorders.gif) no-repeat -8px 0;
float: left;
}

.M_titlebg_mid{
width:98%;
height: 29px;
line-height: 29px;
background: url(../images/bg_01.gif) repeat-x;
float: left;
}

.M_titlebg_mid_s{
width:97%;
height: 29px;
line-height: 29px;
background: url(../images/bg_01.gif) repeat-x;
float: left;
}

.M_box{
width: 340px;
height: auto;
margin: 0 auto;
line-height: 22px;
}

.M_box img{float: left;}

.ListBox{
	width: 98%;
	height: auto;
	margin: 0 auto;
	line-height: 22px;
}

.ListBox img{float: left;}

.ListBox li span
{
	width:90%;
	padding-left:3px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
	-o-text-overflow: ellipsis;		
}

.M_list{
display:block;
text-align: right;
color: #909090;
line-height: 22px;
}

.M_listcont{
display: block;
height: 22px;
line-height: 22px;
float: left;
text-align: left;
/*overflow: hidden;
width: 80%;
white-space: nowrap;
text-overflow: ellipsis;*/
}

.M_box_today{
width: 340px;
height: auto;
margin: 0 auto;
line-height: 22px;
}

.M_box_today img{float: left; margin: -2px 0 0 0\0 ;}
.M_box_today li{
_margin: -2px 0 0 0 ;
*margin: -2px 0 0 0 ;
}

.M_listcont_today{
display: block;
height: 22px;
line-height: 22px;
float: left;
text-align: left;
margin: -2px 0 0 0\0 ;
/*overflow: hidden;
width: 80%;
white-space: nowrap;
text-overflow: ellipsis;*/
}

.M_listcont_s{
display: block;
width: 75%;
height: 22px;
line-height: 22px;
float: left;
text-align: left;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.M_recent a{
display: block;
width: 93px;
height: 94px;
margin: 0 10px 0 0 ;
float: left;
}

.M_recent a span{
display: block;
width: 81px;
height: auto;
color: #1a6a98;
margin: 63px 0 0 6px;
text-align: center;
}

.M_recent01{background: url(../images/recent_01.gif) no-repeat;}
.M_recent02{background: url(../images/recent_02.gif) no-repeat;}
.M_recent03{background: url(../images/recent_03.gif) no-repeat;}
.M_recent04{background: url(../images/recent_04.gif) no-repeat;}
.M_recent05{background: url(../images/recent_05.gif) no-repeat;}
.M_recent06{background: url(../images/recent_06.gif) no-repeat;}
.M_recent07{background: url(../images/recent_07.gif) no-repeat;}

.M_recent01,.M_recent02,.M_recent03,.M_recent04,.M_recent05,.M_recent07{ cursor:pointer;}

.M_reminderList{
line-height: 28px;
color: #434242;
list-style: none;
}

.M_reminderList p{
float: left;
margin: 0 5px;
background: url(../images/liststyle01.gif) no-repeat 0 12px;
padding: 0 0 0 10px;
}

.M_tab02{
width:99%;
border: 1px solid #ababab;
margin: 2px 0;
}

.M_tab02_td01{
line-height: 23px;
background: #efefef;
color: #414141;
border-left: 1px solid #ababab;
border-right: 1px solid #ababab;
}

.M_tab02_td02{
line-height: 23px;
background: #fff;
color: #414141;
border-left: 1px solid #ababab;
border-right: 1px solid #ababab;
}

.box_td{width:49%;}

.box01{
width: 360px;
height: auto;
float: left;
}

.box02{
width: 360px;
height: auto;
float: right;
}

.more{ text-align: right; padding: 0 10px 0 0 ; font-weight:normal;}
.more a:link{color:#727272;}
.more a:visited{color:#727272;}
.more a:hover{color:#000; text-decoration:underline;}

.box01_list li{
padding: 0 0 0 10px;
background: url(../images/liststyle01.gif) no-repeat 0 10px;
color: #1a1a1a;
line-height: 20px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
}


.count{
font-size: 14px;
font-weight: bold;
color: #d87a06;
}

.tablebg_01{
height: 25px;
background: url(../images/bg_02.gif) repeat-x;
text-align: center;
line-height: 25px;
border: 1px solid #b5b5b5;
color: #171717;
}

.tablebg_02{
height: 25px;
background: #fff;
line-height: 25px;
border: 1px solid #b5b5b5;
color: #171717;
padding: 0 10px;
}

.tablebg_03{
height: 25px;
background: #eaeaea;
line-height: 25px;
border: 1px solid #b5b5b5;
color: #171717;
padding: 0 10px;
}

.icon{
display: block;
float: right;
margin: 5px 5px 0 0;
_margin: 5px 3px 0 0 ;
background:none;
padding: 0;
cursor: pointer;
}

.RedColor
{
	color:Red;
}
.NoDisplay
{
	display:none;
}

.AspNetPager
{
	margin:6px 0 6px 6px;
	text-align:center;
}

.important{color:Red;}

.TiShi{color:#999999;}

.WeiKaiFangZaiXianJiaoFeiTiShi
{
	margin:100px 0 100px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:Red;
}

a.JiaoFei{font-size:14px;}
a.JiaoFei:link{color: #F75B22;font-weight:bolder;}
a.JiaoFei:visited{color: #F75B22;font-weight:normal;}
a.JiaoFei:hover{color: #DB1E1E;font-weight:bolder;text-decoration: underline;}

table.JiaoFeiQueRen td
{
	padding: 5px 0 5px 5px;
}

.JiaoFeiBuZhou
{
    font-size: 14px;
    height:30px;
	margin: 15px auto 0;
    text-align: center;
    width: 400px;
}
.JiaoFeiBuZhou ol li {
    float: left;
}
.JiaoFeiBuZhou li.current {
    color: #AB4400;
    font-weight: bold;
}

.QueRenJiaoFei
{
    background-color: transparent;
    background-image: url("../images/new-btn-fixed.png");
    border: medium none;
    background-position: 0 -198px;
    width: 82px;
	color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 3px;
    cursor:pointer;
}

.QueRenJiaoFei:hover
{
	background-position: 0 -167px;
	width: 82px;
	color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 3px;
}


.ZhuYiBiaoTi
{
    color:red;
}
.ZhuYiNeiRong
{
    font-size:12px;
    line-height:150%;
    padding-left:5px;
}

.BiYeSheJiFuJian
{
    padding: 2px 5px 5px 5px;
}
.BiYeSheJiNeiRong
{
    line-height:150%;
    padding: 5px 5px 5px 5px; 
}
.BiYeSheJiShiJian
{
    color:#cccccc;
    padding-left: 5px;
}
.BiTianXiang
{
    color:red;
}</pre></body></html>