body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

html, body {
    width: 100%;
    height: 100%;
}

body, button, input, select, textarea {
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

em {
    font-style: normal;
}

.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {font-family: "iconfont";
  src: url('2017hycy_iconfont.eot'); /* IE9*/
  src: url('2017hycy_iconfont.eotiefix') format('embedded-opentype'), /* IE6-IE8 */
  url('2017hycy_iconfont.woff') format('woff'), /* chrome, firefox */
  url('2017hycy_iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('2017hycy_iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
    
  -webkit-font-smoothing: antialiased;
/*  -webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}

.left {
    float: left;
    clear: both;
}

.right {
    float: right;
}

.container {
    width: 1003px;
    margin: 0 auto;
}
/*COMMEND END*/

.header {
    width: 100%;
    background: url(2017hycy_topBg.jpg) no-repeat center top;
}

.header_box img {
    height: 261px;
}
/*HEADER END*/

.nav {
    width: 100%;
    background: #2965bc;
    border-top: 3px solid #234587;
    position: relative;
    z-index: 500;
}

.nav_box {
    font: 0/0 a;
}

.nav_box .main_nav {
    width: 650px;
    display: inline-block;
    
    *display: block;
    *float: left;
}

.nav_box .main_nav li {
    display: inline-block;
    *display: block;
    *float: left;
    position: relative;
}

.nav_box .main_nav li a {
    border-right: 1px solid #3f75c3;
    display: block;
    width: 107.333px;
    height: 42px;
    text-align: center;
    font: normal 18px/42px "Microsoft YaHei";
    color: #f1f1f1;
    text-decoration: none;
}

.nav_box .main_nav li:last-child a {
    border-right: 0;
}

.nav_box .main_nav li a:hover, .nav_box .main_nav li a.active{
    background: #234587;
/*    border-right: 1px solid #2965bc;*/
}

.nav_box .main_nav li dl {
    position: absolute;
    background: #306cc3;
    background: rgba(48,108,195,0.95);
    display: none;
    z-index: 500;
    box-shadow: 0 0 3px #555;
}

.nav_box .main_nav li dl dd {
    position: relative;
}

.nav_box .main_nav li dl dd a {
    border-bottom: 1px solid #3271cd;
    border-right: 0;
}

.nav_box .main_nav li.longMenu dl a {
    width: 190px;
    height: auto;
    line-height: 22px;
    padding: 10px 0;
}

.nav_box .main_nav li dl .third {
    position: absolute;
    left: 126px;
    top: 0;
    display: none;
    padding-left: 9px;
    padding-top: 4px;
    z-index: 800;
    
    *padding-left: 0;
    *left: 120px;
}

.nav_box .main_nav li dl .third:before {
    content: " ";
    font: 0/0 a;
    border: 5px solid transparent;
    border-right: 5px solid #3679db;
    border-right: 5px solid rgba(54,121,219,0.95);
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 800;
}

.nav_box .main_nav li dl .third span {
    display: block;
    box-shadow: 0 0 3px #555;
}

.nav_box .main_nav li dl .third a {
    background: #3679db;
    background: rgba(54,121,219,0.95);
    font: 15px/32px "Microsoft YaHei";
    height: 32px;
    border-bottom: 1px solid #3980e7;
}

.nav_box .main_nav li dl .third a:hover {
    background: #234587;
}

.nav_box .main_nav li dl .third a:last-child {
    border: 0;
}
/*MAIN_NAV END*/

.nav_box .side_nav {
    background: #598333;
    width: 353px;
    display: inline-block;
    
    *display: block;
    *float: right;
}

.nav_box .side_nav li {
    width: 117.66px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.nav_box .side_nav li a {
    display: block;
    font: normal 17px/42px "Microsoft YaHei";
    color: #f4f8f1;
    text-decoration: none;
}

.nav_box .side_nav li i {
    font: normal 20px/39px "Microsoft YaHei";
    vertical-align: -3px;
    margin-right: 2px;
}

.nav_box .side_nav li a:hover, .nav_box .side_nav li i:hover {
    color: #FFF;
}
/*NAV END*/

.tip {
    width: 100%;
    height: 51px;
    background: #f7f7f7;
}

.tip .data {
    color: #ba7b16;
    float: left;
    font: normal 14px/48px "Microsoft Yahei";
}

.tip .data i {
    font: normal 22px/48px "Microsoft Yahei";
    vertical-align: -3px;
    margin-right: 2px;
}

.tip .search {
    float: right;
    position: relative;
    margin-top: 6.5px;
}

.search .input_search {
    background: #FFF;
    border: 1px solid #CCC;
    width: 230px;
    height: 33px;
    text-indent: 6px;
    font-size: 14px;
    color: #707070;
    line-height: 33px;
    display: block;
    padding: 0;
    border-radius: 3px;
}

.search .input_search:hover, .search .input_search:focus {
    border-color: #ba7b16;
}

.search .button_search {
    position: absolute;
    background: #ba7b16;
    border: 0;
    width: 37px;
    height: 33px;
    line-height: 33px;
    display: block;
    right: 1px;
    top: 1px;
    *top: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance : none;
    cursor: pointer;
}

.search .button_search i {
    color: #FFF;
    font: normal 24px/33px "Microsoft Yahei";
}
/*TIP END*/

.content {
    clear: both;
    padding-top: 20px;
}

.col_left {
    float: left;
    width: 489px;
}

.focus_img {
    width: 489px;
    height: 312px;
}

.focus_img #YSlide {
    width: 489px;
    height: 312px;
    position:relative; 
    z-index:1; 
    overflow:hidden; 
}

.focus_img .YSample {
    background: #FFF;
}

.focus_img .YSample img { 
    width:489px; 
    height:312px;
}

.focus_img .YSample strong {
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
        
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focus_img .YSample span {
    display: block;
    padding: 0 10px;
    width: 467px; 
    height: 40px;
    overflow: hidden;
    font: normal 16px/40px "Microsoft Yahei";
    position: absolute;
    left: 0;
    bottom: 0;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus_img .YSample span a {
    color: #FFF;
    text-decoration: none;
}

.focus_img .YSample span a i {
    color: #FFF;
    font: normal 24px/40px "Microsoft Yahei";
    vertical-align: -2px;
}

.focus_img .YSample span a:hover {
    color: #bc2b2b;
}

.focus_img #YSIndex { 
    position:absolute; 
    z-index:6; 
    top:6px; 
    right: 6px;
    display: inline-block;
    *display: inline;
}

#YSIndex a:link, #YSIndex a:visited, #YSIndex a:hover {  
    display: inline-block;
    background-color:#d8d8d8; 
    color:#FFF;
    margin-right:5px;
    font: 0/0 a;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    
    *display: block;
    *float: left;
}

#YSIndex a:hover, #YSIndex a.current:link, #YSIndex a.current:visited, #YSIndex a.current:hover {
    width: 20px;
    background-color:#cc3333;
}
/*FOCUS END*/

.news {
    padding-top: 25px;
}

.news .tag {
    border-bottom: 1px solid #ebebeb;
    font: 0/0 a;
}

.news ul {
    padding-top: 8px;
}

.news li {
    height: 30px;
    background: url(2017hycy_point.gif) no-repeat left center;
    padding-left: 14px;
    vertical-align: top;
}

.news li:hover {
    background-color: #F9F9F9;
}

.news li a {
    display: block;
    width: 412px;
    font: 15px/30px "Microsoft YaHei";
    text-decoration: none;
    color: #333;
    float: left;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news.notice li a {
	width: 390px;
}

.news li a i {
    color: #479be5;
}

.news li span {
    float: right;
    font: 13px/30px "Microsoft YaHei";
    color: #727272;
}

.news .tag h2 {
    border-bottom: 0;
    font: bold 18px/24px "Microsoft YaHei";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -1px;
    color: #0069c5;
    
    *float: left;
}

.news .tag h2 i {
    font: bold 24px/24px "Microsoft YaHei";
}

.news02 .tag h2 i {
    vertical-align: -3px;
}

.news .tag span {
    float: right;
    font: 13px/18px "Microsoft YaHei";
    padding-top: 7px;
}

.news .tag span a {
    color: #727272;
    text-decoration: none;
}

.news .more a:hover, .news .tag span a:hover {
    color: #336;
    
}

.news.news01 .tag h2 {
    border-bottom: 0;
    color: #999;
    font: 18px/24px "Microsoft YaHei";
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -1px;
    cursor: pointer;
}

.news01 .tag h2.active {
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
    font-weight: bold;
}

.news01 .tag h2 i {
    font: bold 24px/24px "Microsoft YaHei";
}

.news01 .tag h2 i.icon02 {
    vertical-align: -1px;
}

.tab_content ul {
    display: none;
    position: relative;
}

.tab_content li.more {
    position: absolute;
    right: 0;
    top: -26px;
    background: none;
}

.tab_content li.more a {
    display: inline;
    width: auto;
    font: 13px/20px "Microsoft YaHei";
    text-decoration: none;
    color: #727272;
    float: none;
}
/*COL_LEFT NEWS END*/

.col_right {
    width: 489px;
    float: right;
}

.focusNews {
    padding-top: 0;
}

.focusNews .tag h2 i {
    font: 24px/24px "Microsoft YaHei";
    vertical-align: -3px;
}

.focusNews .hot {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 10px;
}

.focusNews .hot h1 {
    display: block;
    font: bold 21px/21px "Microsoft YaHei";
    color: #ba7b16;
    padding-top: 12px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focusNews .hot h1 a {
    text-decoration: none;
    color: #ba7b16;
}

.focusNews .hot p {
    font: 13px/22px "Microsoft YaHei";
    color: #727272;
    padding-top: 12px;
    height: 44px;
    overflow: hidden;
}

.focusNews .hot p a {
    text-decoration: none;
    color: #ba7b16;
}

.focusNews ul {
    padding-top: 4px;
}
/*FOCUSNEWS END*/

.notice .tag {
    border: 0;
    padding-bottom: 3px;
}

.notice .tag h2 i {
    font: bold 24px/24px "Microsoft YaHei";
    vertical-align: -3px;
}

.notice ul {
    background: #f7f7f7;
    padding: 10px 15px;
}
/*NOTICE END*/

.news03 .tag h2 i {
    font: 24px/24px "Microsoft YaHei";
    vertical-align: -3px;
}
/*NEWS03 END*/

.msg .tag h2 {
    color: #ba7b16;
}

.msg .tag h2 i {
    font: 24px/24px "Microsoft YaHei";
    vertical-align: -3px;
    color: #ba7b16;
}

.msg ul {
    border: 1px solid #dab34f;
    padding: 10px 15px;
}

.msg ul li {
    background: url(2017hycy_arrow.gif) no-repeat left center;
}

.msg ul li a {
    color: #ba7b16;
}
/*COL_RIGHT NEWS END*/

.links {
    background: #4f5356;
    margin-top: 35px;
    padding-bottom: 15px;
}

.links .container {
    overflow: hidden;
}

.select_links {
    width: 1018px;
    font: 0/0 a;
}

.links select {
    width: 239.5px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 15px;
    height: 32px;
    background: #b2b2b2;
    margin-top: 15px;
    font: 15px/32px "Microsoft YaHei";
    text-indent: 10px;
    
    *float: left;
    *border: 0;
}

.links .imglinks {
    padding-top: 15px;
}

.links .imglinks li {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

.links .imglinks ul {
    width: 1018px;
}

.links .imglinks li img {
    width: 130.4px;
    height: 38px;
}
/*LINKS END*/

.footer {
    background: #565a5d;
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer_in {
    width: 1003px;
    margin: 0 auto;
}

.footer_in li {
    float: left;
}

.footer_in li.f_col01 {
    padding-right: 60px;
    border-right: 1px solid #c6c6c6;
}

.footer_in li.f_col02 {
    padding: 0 60px;
}

.footer_in li.f_col02 a {
    color: #ddbc5e;
}

.footer_in li.f_col02 a:hover {
    color: #ffcd3f;
}

.footer_in li.f_col03 {
    padding-left: 60px;
    float: right;
}

.footer_in li.f_col03 span a img {
    width: 52px;
    height: 64px;
}

.footer_in span {
    text-align: left;
    display: block;
    color: #c6c6c6;
    font: 12px/24px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}
/*INDEX END*/

.sub_content {
    background: url(2017hycy_subBg.gif) center center;
}

.sub_content_in {
    background: url(2017hycy_sub_bg.gif) no-repeat center bottom;
}

.sub_current {
    background: #eff0f2;
    font: 15px/42px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.sub_current_in {
    width: 803px;
    margin: 0 auto;
    padding-left: 200px;
}

.sub_current_in i {
    font: 19px/42px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.sub_current, .sub_current a {
    color: #999;
    text-decoration: none;
}

.article_current .sub_current_in {
    width: 1003px;
    padding-left: 0;
}

.sub_current em {
    color: #2965bc;
}

.sub_side_nav {
    width: 200px;
    padding-bottom: 15px;
    background: url(2017hycy_sideBg.png) no-repeat right top;
}

.sub_side_nav  h2 {
    width: 100%;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding: 0 0 10px 0;
}

.sub_side_nav  h2 i {
    font: 22px/24px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    vertical-align: -2px;
}

.sub_side_nav ul li {

}

.sub_side_nav li i {
    -webkit-text-size-adjust:none;
    font-size: 10px; 
    color: #eee;
}

.sub_side_nav li a {
    text-align: right;
    color: #666;
    font-size: 16px;
    display: inline-block;
    height: 47px;
    width: 150px;
    padding-right: 50px;
    border-bottom: 1px solid #d1d2d3;
    border-top: 1px solid #FFFFFF;
    line-height: 47px;
    text-decoration: none;
    background: url(2017hycy_dotBlack.png) no-repeat 160px center;
}

.sub_side_nav .active a, .sub_side_nav li a:hover  {
    color: #FFF;
    background: #2965bc url(2017hycy_dotWhite.png) no-repeat 160px center;
    border-top: 1PX SOLID #2965bc;
}

.side_msg {
    padding-top: 25px;
}

.side_msg a {
    display: block;
    margin-bottom: 25px;
}

.side_msg .sub_ad02 {
    margin-bottom: 10px;
}

.side_msg p {
    padding-bottom: 4px;
}

.side_msg p strong {
    color: #ba7b16;
    font:bold 16px/22px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.side_msg p span {
    display: block;
    font: 14px/22px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}
/*SIDE END*/

.sub_columnList {
    width: 803px;
    min-height: 595px;
    background: #FFF;
    padding-bottom: 25px;
}

.sub_column {
    background: #F9F9F9;
    padding: 10px 15px;
    margin-top: 25px;
    border-radius: 3px;
    box-shadow: 0 0 4px #DDD;
    margin-left: 25px;
}

.sub_column .tag {
    border-bottom: 1px solid #ebebeb;
    font: 0/0 a;
}

.sub_column ul {
    padding-top: 8px;
}

.sub_column li {
    height: 30px;
    background: url(2017hycy_point.gif) no-repeat left center;
    padding-left: 14px;
    vertical-align: top;
}

.sub_column li:hover {
    background-color: #F1F1F1;
}

.sub_column li a {
    display: block;
    width: 670px;
    font: 15px/30px "Microsoft YaHei";
    text-decoration: none;
    color: #333;
    float: left;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_column li span {
    float: right;
    font: 13px/30px "Microsoft YaHei";
    color: #727272;
}

.sub_column .tag h2 {
    border-bottom: 0;
    font: bold 18px/24px "Microsoft YaHei";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -1px;
    color: #0069c5;
    
    *float: left;
}

.sub_column .tag span {
    float: right;
    font: 13px/18px "Microsoft YaHei";
    padding-top: 7px;
}

.sub_column .tag span a {
    color: #727272;
    text-decoration: none;
}

.sub_column .more a:hover, .sub_column .tag span a:hover {
    color: #336;
    
}
/*COLUMN LIST END*/

.sub_newsList {
    width: 803px;
    min-height: 595px;
    _height: 595px;
    background: #FFF;
}

.sub_newsList ul {
    padding-left: 25px;
}

.sub_newsList li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #dbd4cd;
    padding-left: 80px;
}

.sub_newsList li .time {
    float: left;
    width: 60px;
    margin-left: -80px;
}

.sub_newsList li .day {
    height: 42px;
    border-bottom: 1px solid #fff;
    font: 30px/42px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.sub_newsList li .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}


.sub_newsList li .day, .sub_newsList li .date {
    background-color: #eff0f2;
    display: block;
    text-align: center;
    font-family: Arial;
    color: #666;
}

.sub_newsList li .conts h3 {
    font: bold 16px/28px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    color: #757575;
}

.sub_newsList li .conts h3 a {
    color: #333;
    text-decoration: none;
}

.sub_newsList li .conts p {
    padding-top: 2px;
    font: 14px/22px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    color: #707070;
}

.sub_newsList li .conts p .more {
    color: #b72e22;
}

.sub_introList li {
    padding-left: 0;
}

.sub_introList li .conts h3 a {
    color: #ba7b16;
    font: bold 24px/28px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.sub_introList li .conts p {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 3px;
    margin-top: 4px;
}
/*NEWSLIST END*/

.sub_photoList {
    width: 803px;
    min-height: 595px;
    _height: 595px;
    background: #FFF;
    font: 0/0 a;
}

.sub_photoList li {
    width: 242.666px;
    padding-left: 25px;
    padding-top: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sub_photoList li a {
    display: block;
    text-decoration: none;
}

.sub_photoList li a:hover {
    box-shadow: 0 0 4px #ccc;
}

.sub_photoList li img {
    width: 100%;
    height: 182px;
}

.sub_photoList li span {
    cursor: pointer;
    display: block;
    color: #333;
    font: 15px/36px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    padding: 0 10px;
    background: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*PHOTO LIST END*/

.pagination {
    float:left;
	margin-left:200px;
	background-color:#FFFFFF;
}

.pagination ul {
    float:left;
	padding:12px 0px 12px 16px;
}

.pagination ul li {
    float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}

.pagination ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
}
.pagination ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.pagination ul li.thisclass,
.pagination ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.pagination .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagination .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*PAGINATION END*/

.article_main {
    background: #eff0f2;
    padding-bottom: 40px;
}

.article_main .container {
    background: #FFF;
    box-shadow: 0 0 4px #ddd;
}

.article_intro {
    position: relative;
    border-bottom: 1px solid #CCC;
    color: #636363;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 15px 30px 15px;
    text-align: center;
}

.article_intro h3 { 
    font: 28px/34px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    padding: 10px 0;
}

.article_intro p {
    display: block;
    color: #636363;
    font: 14px/26px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.article_intro p i {
    color: #727272;
    margin-left: -26px;
    padding-right: 8px;
    font-size: 18px;
    vertical-align: -2px;
}

.article_intro .article_num {
    position: absolute;
    width: 100%;
    left: 0;
    color: #999;
    font: 12px/20px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    bottom: 6px;
    *bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_intro .article_num span {
    margin-right: 10px;
}

.article_intro .article_num i { 
    vertical-align: -2px;
    font-style: normal;
    padding-right: 4px;
    font: 18px/20px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.article_intro .article_num .article_time i {
    font-size: 20px;
}

.article_intro .article_num i img {
    height: 16px;
}

.ia-text {
    padding: 10px 25px;
    font: normal 16px/24px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}

.ia-text p {
    font: normal 16px/24px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
    margin: 10px 0 0;
    color: #333;
}

.ia-text img {
    max-width: 100%;
}

.ia-text video {
    max-width: 100%;
}

.readMore {
    margin-top: 15px;
    background: #f9f9f9;
    padding: 5px;
}

.readMore span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    font-weight: 600;
}

.readMore span a {
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}

.readMore span a:hover {
    color: #333;
}
.mica_pages{
}
.mica_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.mica_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.mica_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.mica_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.mica_pages ul li.thisclass,
.mica_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.mica_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.mica_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}