body {
    background-color: #fff;
    color: #333;
    font-family: "Microsoft YaHei", tahoma, "Hiragino Sans GB", arial, "\u5b8b\u4f53", "sans-serif"!important;
    font-size: 12px;
}

.no14 {
    font-size: 1.15em;
}

.no16 {
    font-size: 1.33em;
}

.no18 {
    font-size: 1.5em;
}

.k {
    height: 10px;
    clear: both;
}

.k1 {
    height: 20px;
    clear: both;
}

.ml {
    margin-left: 10px;
}

/*通栏广告*/
.advertisement {
    height: 90px;
}

.advertisement > img {
    width: 1200px;
    height: 90px;
    margin-left: 5px;
}
img {
    vertical-align: middle;
    border: 0;
}

.no12 {
    font-size: 0.85em;
}

.no16 {
    font-size: 1.15em;
}

.no18 {
    font-size: 1.3em;
}

.no20 {
    font-size: 1.43em;
}

.no24 {
    font-size: 1.71em;
}

.c3 {
    color: #333;
}

.c9 {
    color: #999;
}

.fixed {
    position: fixed;
    bottom: 0;
}

.absolute {
    position: absolute;

}

/************通用样式************/
/*分割线*/
.hr {
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

/*空div*/
.k {
    height: 10px;
    clear: both;
}

.k1 {
    height: 20px;
    clear: both;
}

.k2 {
    height: 40px;
    clear: both;
}

/*左边距*/
.ml {
    margin-left: 10px;
}

.ml2 {
    margin-left: 30px;
}

.ml3 {
    margin-left: 5px;
}

.pl {
    padding-left: 13px;
}

.pl2 {
    padding-left: 20px;
}

.pl3 {
    padding-left: 5px;
}

/*右边距*/
.pr {
    padding-right: 5px;
}

/*上边距*/
.mt {
    margin-top: 20px;
}

.mt2 {
    margin-top: 5px;
}

.mt3 {
    margin-top: 2px;
}

.mt4 {
    margin-top: 10px;
}

.pt {
    padding-top: 18px;
}

/************nav************/
.nav {
    height: 50px;
    background-color: #188eee;
}

.main-nav {
    height: 50px;
}

.main-nav-ul li {
    width: 130px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.main-nav-a {
    display: block;
    color: #fff;
}

.main-nav-a:hover {
    background-color: #4a99ed;
    color: #ffffff;
    text-decoration: none;
}

.selected {
    background-color: #0077dd;
}

.selected:hover {
    background-color: #0077dd;
}

/*客服电话*/
.telephone {
    height: 165px;
    padding: 40px 12px;
    width: 276px;
    background-color: #f3f3f3;
}

.icon-tel {
    width: 64px;
    height: 79px;
    background-image: url("/resources/styles/default/icons/icons.png");
    margin: 0 auto;
}

.tel-number {
    width: 100%;
    height: 29px;
    font-size: 36px;
    text-align: center;
    margin-top: 25px;
}

.work-time {
    height: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/************footer************/
/*工具栏 电话*/
.foot-tool {
    height: 60px;
}

.tool {
    width: 302px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.tool i {
    font-size: 30px;
    color: #4B4B4B;
    float: left;
}

.tool-txt {
    color: #4b4b4b;
    padding-left: 20px;
    font-size: 1.15em;
    display: inline-block;
    float: left;
}

.tool-img-text {
    margin-left: 30px;
}

.tool-line {
    color: #ccc;
    float: right;
    position: relative;
}

/*partner twoCode*/
.partner {
    height: 128px;
}

.partner-link {
    margin-top: 38px;
}

.partner-p {
    padding-bottom: 24px;
}

.partner-p a {
    padding-right: 13px;
}

.partner-p a:hover {
    color: #333;
}

.two-code {
    width: 90px;
    height: 118px;
}

.bid-app {
    margin-right: 55px;
}

.two-code > img:last-child {
    margin-left: 5px;
}

/*friendshipLinks*/
.related-links {
    height: 120px;
    background-color: #f7f7f7;
}

.related-links ul {
    display: table;
    width: 1030px;
    margin: 0 auto;
    padding: 28px 0;
}

.related-links ul li {
    width: 103px;
    float: left;
    text-align: center;
}

.related-links ul li a:hover {
    color: #333;
}

.related-links p, .related-links p a {
    color: #999;
    font-size: 12px;
}

.related-links p a:hover {
    color: #333;
}

.police {
    position: relative;
    top: -5px;
}

.related-links-p1 {
    width: 350px;
    margin: 0 auto;

}

.related-links-p2 {
    width: 440px;
    margin: 0 auto;
}

/*侧边浮动导航*/
.sidebar {
    width: 60px;
    height: 190px;
    float: left;
    position: fixed;
    right: 10px;
    bottom: 50px;
}

.sidebar-box {
    width: 60px;
    height: 53px;
    background-color: #80B7F2;
}

.sidebar-box:hover {
    background-color: #4a99ed;
    cursor: pointer;
}

.sidebar-box:hover a {
    text-decoration: none;
}

.sidebar-box a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
}

.icon-return {
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.icon-return:hover {
    color: #fff;
}

.icon-return span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    margin-top: 5px;
}

.back-home-page {
    font-size: 2.14em;
}

.return-txt {
    /*line-height: 20px;*/
    font-size: 0.85em;
    text-align: center;
    color: #fff;
}

/************帮助中心 left-main left-sidebar************/
.left-sidebar {
    width: 270px;
}

/**帮助中心 right-main**/
.right-main {
    width: 920px;
    margin-left: 20px;
}

/*right-main breadcrumbs 面包屑导航*/
.breadcrumbs {
    height: 60px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.crumbs-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #333333;
}

.place {
    color: #f55555;
}

/***********分页部分**********/
.paging {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
}

.pagination {
    width: 580px;
    height: 50px;
    line-height: 3.57em;
    margin: 0 auto;
}

.pagination ul li {
    float: left;
    width: 45px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    background-color: #f3f3f3;
    text-align: center;
}

.pagination ul li.page-color {
    background-color: #fff;
}

.pagination ul li.page-width {
    width: 50px;
}

.pagination ul li.page-width2 {
    width: 25px;
}

.pagination ul li input {
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    background-color: #f3f3f3;
}

.pagination ul li.select {
    background-color: #4A99ED;
    color: #fff;
}

.pagination ul li.page:hover {
    background-color: #4A99ED;
    color: #fff;
}

.tbox{}
.tbox dt strong a{ font-size:18px; line-height:65px; color:#3760a2;}
.tbox ul{}
.tbox ul li{ float:left; font-size:15px; width:100%; line-height:28px; text-indent:0px; padding-left:0px; list-style:none; margin-left:0px; background:url(/images/yuandian1.png); background-repeat:no-repeat; background-position:left; text-indent:12px;}
.tbox ul li .date{ float:right;}
