html {overflow-x:hidden;}

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;left:0}
.side_content{width:250px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:250px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; float:left; cursor:pointer;}
.show_btn span { display:block; color: #fff; font-size: 14px; padding: 10px 0 0 5px;}
.close_btn{width:25px;height:25px;cursor:pointer;background: url(../images/sidebar_bg.png) no-repeat #1B3E96 !important;}
.side_title,.side_bottom,.close_btn,.show_btn {background:#1B3E96;}
.side_title {height:70px;line-height: 70px;
    text-align: center; color: #fff; font-size: 24px; font-weight: bold}
.side_bottom { height:8px;}
.side_center {font-size:12px;}
.close_btn { float:right; display:block; margin:24px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */

.side_center, .side_blue .side_center {background:#1B3E96;}

.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */

.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}


.side_green .msgserver a {color:#76a20c;}
.side_center ul li a{
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    color: #fff;
    padding: 0 14px;
    background: #4965AB;
    border-top: 1px solid #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.side_center ul li a:hover{
    background: #1B3E96;
}
.side_center ul li{
    height: 65px;
    line-height: 65px;

}