@charset "utf-8";
/* CSS Document */
.bgf7 { background: #f7f7f7; }
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 16px;
}
.form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: 100;
}

.underline{
    text-decoration: underline;
}
.container{
    position: relative;
    padding: 0;
    width: 1200px;
}
.col-left{
    float: left;
}
.col-right{
    float: right;
}
i {
	display: inline-block;vertical-align: middle;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.marginR60 { margin-righ: 60px; }
.marginR40 { margin-right: 40px; }
.marginR25 { margin-right: 25px; }
.paddingT55 { padding-top: 55px; }
.paddingB100 { padding-bottom: 100px; }
.size14 { font-size: 14px; }
.blue { color: #5abbf7; }
.lineH30 { line-height: 30px; }

/***灰色带边框***/
.btn-grey {
	background: #f7f7f7;
	color: #1b1f20;
	border: 1px solid #d9d9d9;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:active:focus {
	color: #1b1f20;outline: none;
}



/***蓝色***/
.btn-blue{
    background: #5ABBF7;
    color: #ffffff;
}
.btn-blue:hover{
    background: #52B9F7;
    color: #ffffff;
}
.btn-blue:active{
    background: #4DADE8;
    color: #ffffff;
}
.btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover{
    background: #4DADE8;
    color: #ffffff;
}
.btn-blue.focus, .btn-blue:focus{
    background: #5ABBF7;
    color: #ffffff;
}
/***************/
/***蓝色边框***/
.btn-blue-outlined{
    background: #FFFFFF;
    border: 1px solid #5ABBF7;
    color: #5ABBF7;
}
.btn-blue-outlined:hover{
    background: #5ABBF7;
    border: 1px solid #5ABBF7;
    color: #ffffff;
}
.btn-blue-outlined:active{
    background: #5ABBF7;
    color: #ffffff;
}
.btn-blue-outlined:active:focus{
    background: #5ABBF7;
    color: #ffffff;
}
.btn-blue-outlined:focus{
    background: #FFFFFF;
    color: #5ABBF7;
}

/***黄色***/
.btn-yellow{
    background: #FF9D06;
    color: #ffffff;
}
.btn-yellow:hover{
    background: #FA9800;
    color: #ffffff;
}
.btn-yellow:active{
    background: #EA8E00;
    color: #ffffff;
}
.btn-yellow.active.focus, .btn-yellow.active:focus, .btn-yellow.active:hover, .btn-yellow:active.focus, .btn-yellow:active:focus, .btn-yellow:active:hover{
    background: #EA8E00;
    color: #ffffff;
}
.btn-yellow.focus, .btn-yellow:focus{
    background: #FF9D06;
    color: #ffffff;
}
/***************/

/***黄色边框***/
.btn-yellow-outlined{
    background: #FFFFFF;
    border: 1px solid #ff9d06;
    color: #ff9d06;
}
.btn-yellow-outlined:hover{
    background: #FA9800;
    border: 1px solid #FA9800;
    color: #ffffff;
}
.btn-yellow-outlined:active{
    background: #EA8E00;
    color: #ffffff;
}
.btn-yellow-outlined:active:focus{
    background: #EA8E00;
    color: #ffffff;
    outline: none;
}
.btn-yellow-outlined:focus{
    background: #FFFFFF;
    color: #EA8E00;
    outline: none;
}


/********footer*********/
footer{
    border-top: 1px solid #D6EEFD;
    background: #ffffff;
}
footer>.container {
    height: 155px;
}
.bottomNav{
    margin-top: 30px;
    margin-left: 110px;
    float: left;
}
.bottomNav>li>a{
    display: block;
    font-size: 14px;
    color: #1b1f20;
    line-height: 32px;
}
.bottomNav>li{
    float: left;
    margin-right: 100px;
}

.qrcode{
    width: 100px;
    float: right;
    margin-right: 130px;
    margin-top: 12px;
    font-size: 14px;
    color: #1b1f20;
}
.footerBottom{
    height: 52px;
    width: 100%;
    background: #5ABBF7;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}

.topTelIcon{
    font-size: 30px;
    color: #067888;
    float: right;
    margin-top: 47px;
    position: relative;
    margin-right: 30px;
}
.topTelIcon>i{
    position: absolute;
    width: 27px;
    height: 29px;
    display: inline-block;
    background: url("../images/topTel-icon.png") no-repeat;
    margin-right: 15px;
    left: -46px;
    top: 6px;
}

/*********************/
/********header*******/
header{
    background: #ffffff;
}
.topMenu{
    height: 52px;
    padding-right: 30px;
}
.topMenu>li{
    float: right;
    line-height: 37px;
    position: relative;
}
.topMenu>li>a{
    font-size: 14px;
    color: #a0a0a0;
    text-decoration: underline;
}
.topMenu>.client:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 17px;
    background: url("../images/top-tel-icon.png") no-repeat;
    top: 11px;
    left: -18px;
}
.topMenu>.login:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../images/top-user-icon.png") no-repeat;
    top: 11px;
    left: -20px;
}
.topMenu>.login{
    margin-left: 64px;
}
.menuRegion{
    width: 100%;
 /*    height: 67px;
    height: 50px; */
    background: #5ABBF7;
}

.whiteLogo{
    display: block;
   /*  padding-top: 10px; */
    padding-top: 3px;
    float: left;
}
.menu{
    float: right;
}
.menu>li{
    float: left;
}
.menu>li>a{
    float: left;
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
/*     height: 67px;
    line-height: 67px; */
    padding: 0 30px;
    letter-spacing: 4px;
}
.menu>li>a:hover,.menu>li.active>a{
    background: #ffffff;
    color: #5abbf7;
    text-decoration: none;
}
.menu>li:hover>ul{
    display: block;
}
.menu>li:hover>a{
    background: #ffffff;
    color: #5abbf7;
    text-decoration: none;
}
.menu>li>ul{
    position: absolute;
    top: 67px;
    border-bottom: 2px solid #5ABBF7;
    z-index: 99;
    display: none;
}
.menu>li>ul>li>a{
    display: block;
    width: 255px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #1b1f20;
    background: #ffffff;
    cursor: pointer;
    padding-left: 26px;
}
.menu>li>ul>li>a:hover{
    font-size: 18px;
    color: #5abbf7;
    background: #ffffff;
}
.menu>li>ul>li>a:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 11px;
    background: url("../images/list-arrow-icon.png") no-repeat;
}
.menu>li>ul>li>a:hover:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 11px;
    background: url("../images/list-arrow-active-icon.png") no-repeat;
}


/**********分页************/
.pageNav {
    text-align: center;
}
.pagination {
    margin-top: 0;
}
.pagination li{
    float: left;
    font-size: 16px;
    line-height: 42px;
    color: #1b1f20;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: 5px;
    line-height: 28px;
    color: #1b1f20;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.pagination li>a:hover {
	color: #5ABBF7;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5ABBF7;
    border-color: #5ABBF7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pageInput{
    width: 42px;
    height: 42px;
    border: 1px solid #dddddd;
    text-align: center;
    margin: 0 6px;
    border-radius: 2px;
}
.pagination button{
    width: 69px;
    height: 42px;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #5ABBF7;
}
.pagination button:hover{
    background: #eeeeee;
}






textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 16px;
}
textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}
textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: 100;
}
.row{
    margin: 0;
}

.blueText{
    color: #5abbf7;
}

.female{
    background: url("../images/female-icon.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 7px;
}
.male{
    background: url("../images/male-icon.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 7px;
}
.smallStarList{

}
.smallStarList>li{
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../images/star.png") no-repeat;
}
.smallStarList>li.active{
    background: url("../images/star-active.png") no-repeat;
}


/*******通用区域头部********/
.regionTitle>h2{
    margin: 0;
    position: relative;
    border-bottom: 1px solid #5ABBF7;
}
.regionTitle>h2>label{
    width: 159px;
    height: 42px;
    background: #5ABBF7;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    line-height: 42px;
    margin-bottom: 0;
}
.regionTitle>h2>input{
    float: right;
    width: 464px;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
    font-size: 16px;
    color: #999999;
    padding-left: 14px;
    padding-right: 40px;
}
.regionTitle>h2>a.searchIcon{
    position: absolute;
    display: block;
    width: 21px;
    height: 22px;
    background: url("../images/search-icon.png") no-repeat;
    right: 13px;
    top: 11px;
}


/*******面包屑导航********/
.breadcrumb{
    margin-bottom: 0;
    padding: 14px 0;
    background: #ffffff;
}
.breadcrumb a{
    font-size: 16px;
    color: #1b1f20;
}
.breadcrumb li.active a {
    font-size: 16px;
    color: #1b1f20;
}
.breadcrumb>li+li:before {
    padding: 0 3px;
    color: #666666;
    content: ">";
}
.breadcrumb>.active {
    font-size: 16px;
    color: #1b1f20;
}

/*热门资讯*/
.hotPost{
    float: right;
}
.hostPostTitle{
    width: 250px;
    height: 41px;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
}
.hostPostTitle>span:first-child{
    font-size: 18px;
}
.hostPostTitle>span:last-child{
    font-size: 16px;
    color: #999999;
}
.hotPost>ul{
    border: 1px solid #ECECEC;
}
.hotPost>ul>li{
    height: 48px;
    border-bottom: 1px solid #ECECEC;
    line-height: 47px;
}
.hotPost>ul>li:last-child{
    border-bottom: none;
}
.hotPost>ul>li>i{
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/list-icon.png") no-repeat;
    margin: 0 5px 0 8px;
    vertical-align: middle;
    line-height: 16px;
}
.hotPost>ul>li{
	overflow: hidden;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.hotPost>ul>li>a{
    font-size: 14px;
    color: #1b1f20;
    overflow: hidden;
}





























