@charset "utf-8";

* {
	font-family: '微软雅黑';
}

body {
	background-size: cover;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
}

.wrapper {
	margin: 0 auto;
	background-color: white;
	width: 1250px;
}

.wrapperbm {
	margin: 0 auto;
	background-color: white;
	width: 1890px;
}

.navbar-blue {
	position: absolute;
    left: 0px;
    width: 100%;
    max-height: 43px;
    min-height: 43px;
    background-color: #025699;
    margin-bottom: 0px;
    font-size: 16px;
}

.navbar .list-inline {
	padding-left: 0;
    margin-left: -5px;
    list-style: none;
    width: 1230px;
    margin: auto;
}


.navbar .list-inline > li:hover {
	background-image: linear-gradient(to bottom, #0479D3, #2298F3);
}

.navbar .list-inline > li:hover > ul.dropdown-menu {
	display: block;
}

ul.dropdown-menu {
	padding: 0;
	top: 32px;
	border-radius: 0;
}

ul.dropdown-menu li {
	background-color: #02569E;
	margin-top: 3px;
}

ul.dropdown-menu > li > a {
	font-size: 12px;
	padding: 1px 5px;
	text-align: center;
	line-height: 30px;
	color: white;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background-image: linear-gradient(to bottom, #0479D3, #2298F3);
	color: white;
}

.navbar .list-inline > li + li {
    margin-left: -5px;
}

.navbar .list-inline > li > a {
	color: white;
	line-height: 42px;
	display: inline-block;
    width: 100%;
    height: 100%;
}

.banner {
	width: 100%;
	height: 146px;
	position: relative;
}
.topbar {
    width: 100%;
    text-align: center;
    position: relative;
}
.w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.logobar {
    height: 120px;
    padding-top: 28px;
}
.logo {
    display: block;
    width: 608px;
    height: 58px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
#search_box {
    width: 163px;
    height: 26px;
    background: url(../../images/index/search1.png) no-repeat scroll 0 0;
    margin-top: 110px;
    margin-right: 10px;
}

#search_box #s {
    float: left;
    padding-left: 10px;
    margin: 0;
    border: 0;
    width: 150px;
    background: none;
    font-size: 12px;
    height: 26px;
    outline: none;
}

#search_box #go {
    cursor: pointer;
}

.content-wrapper {
	margin: 0px 0px 20px -35px ;
}

.col-md-left {
	width: 335px;
}

.col-md-center {
	width: 706px;
	padding-left: 0;
}

.col-md-right {
	padding-left: 0;
	width: 249px;
	float: right;
}

.box-header {
	min-height: 24px;
	border-bottom: solid 1px #3C82C5;
}

.index .box-header {
	border-bottom: none;
}

.box-header .title {
	color: #479AF7;
}

.box-content {
	margin-top: 10px;
}

.box-content ul li {
	float: left;
	width: 71px;
	padding-bottom: 5px;
    text-align: center;
}

.box-content ul li img.app {
	width: 54px;
	height: 54px;
	border-radius: 11px;
	margin-top: 5px;
}

.caption a {
	font-size: 12px;
	color: #404040;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tab-content ul li a {
	font-size: 14px;
    color: #404040;
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 5px;
}

.tab-content ul li a:hover {
	text-decoration: underline !important;
}

.time {
	font-size: 12px;
    color: #7496b1;
	display: inline-block;
	text-align: right;
	width: 120px;
	float: right;
	vertical-align: middle;
}

.zxzd {
	margin-left: 15px;
    height: 95px;
    border-left: 1px solid #e1e3e4;
    border-right: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
}

.Menubox1 {
    position: relative;
    height: 28px;
    background-color: #f8f8f8;
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
}

.Menubox1 ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    height: 28px;
}

.Menubox1 ul li {
    float: left;
    line-height: 24px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #707070;
    width: 80px;
    margin-top: -1px;
    border-right: 1px solid #e1e3e4;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.Menubox1 ul li.hover {
    background-color: White;
    border-top-color: #4aa6fc;
}

.Menubox1 > div.more {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 80px;
    height: 20px;
}

.Menubox1 > div.more a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

.Contentbox1 {
    margin-top: 0px;
    padding-top: 10px;
}

.Contentbox1 ul {
    margin: 0px;
    padding: 0;
    height: 30px;
}

.Contentbox1 ul li:first-child {
    border-left: none 1px #7D7D7D;
}

.Contentbox1 ul li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    border-left: solid 1px #7D7D7D;
    float: left;
} 

.Contentbox1 ul li a {
	color: #7D7D7D;
	font-size: 12px;
}

.count {
	color: red;
	font-size: 13px;
	padding-left: 5px;
}

.nav > li.more > a:hover,
.nav > li.more > a:focus {
	background-color: transparent;
}

.media-body p {
	font-size: 14px;
    color: black;
}

.ryxx .box-content {
	margin-top: 22px;
}

#btn_grzx,
#btn_tcdl {
	padding: 2px 12px;
	color: white;
}

.landscape .tab-content {
	border: 10px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.carousel-indicators {
	bottom: 0;
}

.carousel-indicators li.active {
	background-color: #487FCF;
	border-color: #487FCF;
}

.carousel-indicators li {
	background-color: white;
}

.footer {
    line-height: 2em;
    min-height: 100px;
    text-align: center;
    color: #878787;
    background: url(../../images/index_xyxxmhnew/logo111.png) center 46px no-repeat #02569E ;
    
}
.footer ul {
    line-height: 5px;
    overflow: hidden;
    zoom: 1;
    padding: 15px 0;
    margin: 0 30px;
    margin-bottom: 0px;
}
.footer li {
    display: inline-block;
    margin: 0 9px;
}
.footer li a {
    color: #ccc;
    font-size: 14px;
}
.footer li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0px;
    border-left: 1px solid #777;
    margin-left: 20px;
    position: relative;
    top: 1px;
}

footer {
	margin-top: 100px;
	border-top: solid 2px #4789ea;
}

footer p {
	padding-top: 10px;
	font-size: 12px;
	color: #707070;
	line-height: 25px;
	text-align: center;
}

footer p a {
	color: #707070;
    font-weight: bold;
}

#rightBoxgrxx {
    padding-left: 55px;
    padding-right: 55px;
}

.groupgrxx {
    margin-bottom: 7px !important;
    text-align: center;
}

.groupgrxx .form-control {
	height: 24px;
    width: 140px;
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
}

.buttons {
    margin-bottom: 19px;
}

.tool-fix {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 999;
}

.tool-fix .go-back,
.tool-fix .refresh,
.tool-fix .go-top {
    height:30px;
    width:30px;
    border-radius:3px;
    border:1px solid #bbb;
    background-color:#fff;
    margin-top:5px;
}

.tool-fix > * a {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
}

.tool-fix > * a:hover,
.tool-fix > * a:focus,
.tool-fix > * a:active {
    text-decoration:none;
}

/* -----------------------------------------------------list页面样式-------------------------------------------------- */

/* 左侧树 */

.content-wrapper .listpage {
	border: 1px solid #ddd;
	padding-bottom: 20px;
	background: url(../../images/index/arrow26.gif) no-repeat left 8px;
}

.left-menu {
	margin-top: 10px;
	min-height: 500px;
	padding-bottom: 10px;
	background: #FAFAFA;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	background: url(../../images/index/arrow25.gif) no-repeat left 8px;
}

.left-menu ul {
	padding-left: 20px;
	padding-top: 10px;
	padding: 0 0 0 0 ;
	background: url(../../images/index/arrow24.gif) no-repeat left 8px;
}

.left-menu > ul > li {
    background: url(../../images/index/arrow23.gif) no-repeat left 8px;
}

.left-menu > ul > li.active {
    background: url(../../images/index/arrow199*.gif) no-repeat left 8px;
}

.left-menu > ul > li > ul > li {
    background: url(../../images/index/arrow0000*.gif) no-repeat left 8px;
}

.left-menu > ul > li > ul > li a {
	padding: 8px 0 10px 40px;
}

.left-menu > ul > li > ul > li > ul > li {
    background: url(../../images/index/square*.png)  no-repeat left 11px;
}

.left-menu > ul > li > ul > li > ul > li a {
	padding: 8px 0 10px 65px;
}

.left-menu ul li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ddd; 
	padding: 8px 0 10px 20px;
	padding: 0;
}

.left-menu ul li:first-child {
	padding: 5px 0 5px 20px;
	padding: 5px 0 5px 0px;
	padding: 5px 0 5px 20px;
	padding: 10px 0 10px 20px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ddd; 
	
	padding: 8px 0 10px 20px;
	padding: 0;
}

.left-menu ul li:last-child {
	padding: 10px 0 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd; 
	padding: 8px 0 10px 20px;
	padding: 0;
}

.left-menu ul li a {
	color: black;
    text-decoration: none;
    font-size: 14px;    
    display: block;
    width:100%;
    height: 100%;
    padding: 8px 0 10px 15px;
}

.left-menu ul li.active > a {
	color: white;
	background-color: #02569E;
}

.left-menu > div {
	padding: 12px 20px;
	font-weight: 200;
	color: white;
    text-align: left;
    border:none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #032F55;
    font-weight: normal;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}

.left-menu > ul > li > ul, 
.left-menu > ul > li.active > ul > li > ul {
    display: none;
}

.left-menu > ul > li.active > ul, 
.left-menu > ul > li.active > ul > li.active > ul {
    display: block;
}

/* 右侧列表 */
.right-list {
	margin-top: 10px;
	border: solid 1px #eee;
}

.list-top {
	border-bottom: solid 2px #eee;
}

.menuTitle {
    line-height: 34px;
    border-bottom: solid 2px #ffb700;
    color: #02569E;
    margin-left: 20px;
    font-weight: bold;
}

.articlelist {
    padding: 10px 20px;
    min-height: 428px;
}

.articletitle {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articletitle a {
	font-size: 13px;
    color: #727272;
}

.articletitle a:hover {
	color: #222;
}

.ul_article_list li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	padding-left: 15px;
    background-image: url(../../images/index_xyxxmh/arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px dashed #bbb;
}

.pagination {
    margin: 0px 15px;
}

.breadcrumb {
	background-color: white;
	margin-bottom: 0;
}

.breadcrumb > li + li:before {
	color: Gray;
}

.breadcrumb > li a,
.breadcrumb > li span {
	color: Gray;
}

.fjxz {
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}

.fjxztitle a {
	font-size: 15px;
    padding-left: 38px;
    text-decoration: underline;
}

.fjxztitle a:hover {
    color: red;
    text-decoration: underline;
}

.yqlj {
	padding-left:20px;
	padding-top:14px;
}

.yqlj .form-control {
	font-size:12px;
}

a.qiuk-item {
	display: block;
	width:145px;
	height: 92px;
}

.quik {
	margin-top: 14px;
}
.icon{
	color: #555;
	 font: 600 20px/18px Verdana;
	padding-bottom:5px;
	height:45px;
}

.icon:hover,.bt_a:hover{
	color:#02569E;
	cursor: pointer;
}
#jxjwgg_more1{
	padding-right: 10px;
}

.icon #imgBefore{
	margin-left: -50px;
	margin-right:20px;
	margin-bottom: 5px;
}
.icon #imgJt{
	margin-top: 22px;
}
.icon #imgJtl{
	margin-top: 22px;
}
.Q-link {
	margin-top:0px;
    width: 100%;
}

.Q-link > a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    background: #f5f5f5;
    overflow: hidden;
    text-align: center;
    text-indent: 48px;
}

.Q-link > a + a {
	margin-top: 20px;
}

.Q-link > a > .icon {
    display: block;
    position: relative;
}

.Q-link > a > .icon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: orange;
    left: 20px;
    top: 16px;
    border-radius: 50%;
}

.Q-link > a > .icon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 26px;
    top: 18px;
}

.Q-link > a > .getIn {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0px;
}

.picnew {
    width: 350px;
    float: left;
    margin: 15px 20px 0px 20px;
}

.picnew .carousel-inner {
	height: 300px;
}

.picnew .carousel-caption {
    padding: 0;
    height: 30px;
    background-color: lightgray;
    width: 100%;
    left: 0;
    bottom: -30px;
    line-height: 30px;
    color: black;
}

.picnew .carousel-indicators {
	bottom: 30px;
}

.Contentbox {
    margin-top: 8px;
    height: 165px;
    margin-left: -20px;
    float: left;
} 

.Contentbox > .con_menu {
    float: left;
}

.menubox {
    position: relative;
    height: 29px;
    padding-left: 28px;
}

.menubox ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    height: 29px;
    border-bottom: 2px solid #d3d3d3;
}

.menubox ul li {
    float: left;
    line-height: 30px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #479AF7;
    height: 29px;
    margin-left: 10px;
}

.menubox ul li.on {
    border-bottom: 2px solid #4d8fe6;
}

.menubox ul li span {
    font-size: 16px;
    font-weight: bold;
}

.menubox > .slidemore > div.more {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 80px;
    height: 20px;
}

.menubox > .slidemore > div.more a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    color: #bbb;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: none;
}

.ewm {
	width: 205px;
	padding-left:0;
	padding-right:0
}

.ewm > div {
    width: 95px;
    height: 95px;
    float: left;
}

.Rcontent-dl {
    height: 205px;
    background-color: #FFF;
    text-align: center;
    line-height: 35px;
    border: 1px solid #bcbcbc;
}

.welcome {
    font-size: 16px;
    color: #5186ba;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.jpzy-item {
	float: left;
	width: 20%;
	padding: 0 15px;
	height: 232px;
}

.jpzy-item img {
	width: 100%;
	height: 136px;
	border: 4px solid #EBEBEB;
    border-radius: 5px;
}

.jpzy-item p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jpzy-item p a {
	font-size: 16px;
}

.breadcrumb-top {
	border-bottom: 5px solid #d2d2d2;
}

article .title {
	color: blue;
	font-size: 20px;
    font-weight: bold;
}

.hr {
	border-top: 3px #68AED7 solid;
	height: 5px;
    width: 95%;
    margin: 10px auto 5px;
}

.col-md-left2,
.col-md-center2,
.col-md-right2,
.col-md-grzc {
	float: left;
	margin-top: 20px;
}

.col-md-left2 {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-center2 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-md-right2 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-md-grzc {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.more {
	float: right !important;
}

.more a {
	border-bottom: none !important;
	font-size: 13px;
	font-weight: 600;
}
.layout-l {
    width: 850px;
    float: left;
    position: relative;
}
.layout-r {
    width: 350px;
    float: right;
    position: relative;
}
#cgzbgg{
		color:#02569E;
        border-bottom: 2px solid #02569E;
}
#detail_jxjwgg>li{
	width: 800px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 16px 0 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#detail_mbwgg>li{
	width: 800px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 16px 0 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#detail_jxjwgg > li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 3px;
}
#detail_mbwgg > li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 3px;
}

#mr_title{
            width: auto;
            height: 40px;
            line-height: 40px;
            display: block;
            border-bottom: 1px solid rgb(160 160 160);
        }
.mr_txt{
            float: left;
            margin: 5px 10px 0 15px;
            padding-left: 10px;
            font-size: 16px;
            font-weight:700;
           	color: #666;
            height: 90%;
            width: 120px;
             text-align:center;
            }
.mr_txtTitle{
            	float: left;
	            margin: 11px 30px 0 0px;
	            padding-left: 10px;
	            border-left: 6px solid #02569E;
	            font: 700 24px/22px Verdana;
	            color: #02569E;
             }
.mr_txt:hover{
        	color:#02569E !important;
        	 font-weight:900;
        	cursor: pointer;
        }
#mr_title1{
            width: auto;
            height: 40px;
            line-height: 40px;
            display: block;
            border-bottom: 1px solid rgb(160 160 160);
        }
#mr_title2{
            width: 250px;
            height: 40px;
            line-height: 40px;
            background: #02569E;
            display: block;
        }
#mr_title3{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: rgb(249 249 249) ;
            display: block;
            border-bottom: rgb(160 160 160);
        }
#mr_title12{
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #e1e3e4;
            display: block;
        }
.col-md-9{
        	width: 850px;
        	hight: 319px;
        }
.col-md-4{
        	margin-left: 20px;
        	border:1px solid rgb(200 200 200);
        	width: 320px;
        	margin-top: 10px
        }
.mr_txt1{
            float: left;
            margin: 11px 30px 0 15px;
            padding-left: 10px;
            border-left: 6px solid #02569E;
            font: 600 14px/14px Verdana;
            color: #34373a;
        }
.dateList li:hover{
      		cursor:pointer;
      		background-color: #F90;
      }
.mr_sort li{
	display: inline-block;
}
.mr_sort  li a{
	display: inline-block;
	color:#fff;
	font-size: 1.1em;
  	text-decoration: none;
  	margin: 0 1em;
}
a.qiuk-item.zxkspt {
	background-image: url("${pageContext.request.contextPath}/${zxkspt}");
	background-repeat: no-repeat;
  }
	
a.qiuk-item.fxlpxpt {
	background-image: url("${pageContext.request.contextPath}/${fxljypt}");
	background-repeat: no-repeat;
 }
.sys {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    position: relative;
}
.sys .menu {
    padding: 0 25px;
}
.mb20 {
    margin-bottom: 20px;
}
.sys .menu a {
    display: block;
    line-height: 64px;
    padding-left: 60px;
    position: relative;
}
.sys .menu a i {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
a, a:link, a:visited {
    color: #555;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.sys .menu a em {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}
.ml10 {
    margin-left: 10px;
}
.sys .menu a.gys:after {
    background-image: url(../../images/index/gzzd.png);
}
.sys .menu a.ywsm:after {
    background-image: url(../../images/index/gzzd.png);
}
.sys .menu a:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 0;
}
.sys .menu a:before {
    content: "";
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 50px;
    right: 0;
    bottom: -1px;
}
/* 日历的样式 */
.column.borded {
    background: #f9f9f9;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}
.calendar {
/*     height: 254px; */
    height: 268px;
}
.column {
    position: relative;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.clearfix {
    zoom: 1;
}
.tab-column2 {
    line-height: 44px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    position: relative;
}
.tab-column2 .btn-tab.active {
    font-weight: 600;
    color: #333;
}
.tab-column2 .btn-tab {
    display: block;
    font-size: 16px;
    color: #444;
    margin-right: 15px;
    padding: 0 5px;
    float: left;
    position: relative;
}
a.more:link, a.more:visited {
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #777;
    position: absolute;
    top: 8px;
    right: 0;
}
.que-list {
    min-height: 160px;
}

.calendar:before {
    content: "";
    display: block;
    width: 28px;
    height: 88px;
    background: url(../../images/rili.png) 0 0 no-repeat;
    position: absolute;
    top: 16px;
    right: -22px;
}
/* #calendar {width: 320px;height:320px; margin:10px auto;overflow: hidden;border:1px solid #e5e5e5;padding: 20px;position: relative} */
#calendar h4 {text-align: center;margin-bottom: 10px}
/* #calendar .a1 {position: absolute;top: 58px;left: 20px;} */
/* #calendar .a2 {position: absolute;top: 58px;right: 20px;} */
#calendar .week {height: 30px;line-height: 20px;border-bottom:1px solid rgb(160 160 160);margin-bottom: 10px}
#calendar .week li {float: left;width: 40px;height: 20px;text-align: center;list-style: none;}
#calendar .dateList {overflow: hidden;clear: both}
#calendar .dateList li {float: left;width: 40px;height: 30px;text-align: center;vertical-align:middle; line-height: 30px;list-style: none;}
#calendar .dateList .ccc {color: #ccc;}
#calendar .dateList .sun {background: #02569E;color: #fff;}
#calendar .dateList .red {color: #f00;}