html {
    min-width: 1280px;
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 126px;
    position: relative;
}

i {
    font-style: normal;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.main {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 0 20px;
}

.mt14 {
    margin-top: 14px !important;
}

a {
    color: inherit;
}

/*#region ͷ����ʽ */
.header {
    height: 196px;
    background: url("/images/header.jpg") no-repeat center top;
    color: #fff;
    position: relative;
    z-index: 999;
}

.header-top {
    font-size: 16px;
}

.header-top > span {
    margin-top: 10px;
    line-height: 1;
}

.header-top > span span {
    margin-right: 20px;
}

.header-top .user {
    margin-top: 6px;
}

.header-top .login {
    margin-top: 2px;
    line-height: 28px;
    float: left;
    margin-left: 20px;
}

.header-top .login img {
    margin-top: -2px;
    margin-right: 12px;
    vertical-align: middle;
}

.header-top .search {
	position:relative;
	z-index:1;
    float: left;
    width: 240px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 17px;
    overflow: hidden;
    font-size: 0;
}

.header-top .search input {
    width: 189px;
    height: 100%;
    border: none;
    padding-left: 16px;
    background: transparent;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    font-size: 14px;
}

.header-top .search input::placeholder {
    color: #fff;
}

.header-top .search button {
    vertical-align: top;
    width: 48px;
    height: 100%;
    border: none;
    background: url("/images/icon-search.png") no-repeat center;
    background-size: 22px 22px;
}

.header-title {
    margin-top: 18px;
    text-align: center;
}

.header-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.header-nav li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.header-nav li > a {
    display: block;
    width: 118px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.header-nav li.active > a,
.header-nav li:hover > a {
    color: #013c7e;
    font-weight: bold;
    background-color: #fff;
}

.header-nav li:hover .sub-nav {
    display: block;
}

.header-nav li .sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 42px 0 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    color: #333333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.header-nav li .sub-nav a {
    display: block;
    line-height: 35px;
    font-size: 14px;
}

.header-nav li .sub-nav a:hover,
.header-nav li .sub-nav a.active {
    background-color: #d6e1f2;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumb > .container {
    padding-left: 26px;
    background: url("/images/breadcrumbs.png") no-repeat center left;
}

.breadcrumb a:first-child {
	font-size:16px;
    font-weight: bold;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 30px;
    background: url("/images/footer.jpg") no-repeat center bottom;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

.footer a {
    margin: 0 6px;
}

.footer span {
    margin-right: 24px;
}

/* .m-pagination-page { */
    /* margin: 30px 0 20px; */
    /* text-align: center; */
/* } */

/* .m-pagination-page li { */
    /* display: inline-block; */
    /* cursor: pointer; */
/* } */

/* .m-pagination-page li a { */
    /* display: block; */
    /* height: 34px; */
    /* padding: 0 20px; */
    /* margin: 0 4px; */
    /* line-height: 34px; */
    /* border: 1px solid #dce0e6; */
    /* border-radius: 17px; */
/* } */

/* .m-pagination-page li.active a { */
    /* color: #fff; */
    /* background-color: #52a3ef; */
    /* border-color: #52a3ef; */
/* } */

.comm-list li {
    height: 90px;
    padding-top: 24px;
    border-bottom: 1px dashed #e6e6e6;
}

.comm-list li:hover {
    background-color: #f5f6fa;
}

.comm-list li:hover a {
    color: #0f87c4;
}

.comm-list li p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}

.comm-list li p a {
    width: 1180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.comm-list li p a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #19a6ee;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 8px;
    margin-right: 12px;
}

.comm-list li p span {
    color: #999999;
    margin-right: 10px;
}

.comm-list li > span {
    margin-left: 24px;
    margin-right: 100px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
}


.comm-list li > span i {
    color: #19a6ee
}
.comm-list li > span i.fuZhuanzai {
	display:inline-block;
	min-width:310px;
    color: #19a6ee
}

.comm-list li > span i.jessic {
	display:inline-block;
	min-width:310px;
}

.common-title {
    height: 50px;
    margin-top: 22px;
    background-color: #f5f6fa;
}

.common-title h2 {
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #013c7e;
}

.common-title h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-top: -4px;
    margin-left: 22px;
    margin-right: 12px;
    background-color: #013c7e;
    vertical-align: middle;
}

.comm-search {
    width: 366px;
    height: 34px;
    float: right;
    margin-right: 14px;
    margin-top: 8px;
    border: 1px solid #1ba9f1;
    border-radius: 17px;
    overflow: hidden;
}

.comm-search input {
    width: 280px;
    height: 100%;
    padding-left: 22px;
    vertical-align: top;
    border: none;
}

.comm-search button {
    width: 80px;
    height: 100%;
    float: right;
    border: none;
    background-color: #1ba9f1;
    color: #fff;
    border-radius: 16px;
}

/* 新增的分页 */
#pager{
	margin:30px 0;
	height:40px;
    padding-bottom: 70px;
}
/* #page{ */
	/* margin-left:100px; */
/* } */


/* TOUYUN 	*/
.search .input-placeholder{
	position: absolute;
    top: -3px;
    left: 7px;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
	z-index:-1;
}

