* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #050505;
    font-size: 14px;
    background-color: #0F4088;
    font-family: 'PingFangSC-Regular', 'helvetica', 'neue', 'Arial', sans-serif;
}

a {
    text-decoration: none;
    transition: .15s ease-out;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.clearfix {
    zoom: 1;
}
.disabled{
	cursor: not-allowed !important;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner {
    height: 500px;
    min-width: 1200px;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .container {
    padding-top: 180px;
}

.logo {
    position: absolute;
    top: 50px;
    left: 0;
}

.title-box {
    text-align: center;
}

.nav {
    height: 56px;
    min-width: 1200px;
    line-height: 56px;
    background-color: rgba(0, 0, 0, .15);
}

.nav ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0 150px;
}

.nav li {
    float: left;
    margin: 0 70px;
}

.nav li a {
    color: #fff;
    font-size: 18px;
}

.body .container {
    padding: 0 45px 120px;
    background-color: #fff;
}

.container>.item {
    padding-top: 15px;
    margin-bottom: 15px;
}

.title {
    position: relative;
    height: 68px;
    color: #0089ed;
    line-height: 68px;
    margin-bottom: 20px;
}

.title .text {
    position: absolute;
    width: 100%;
    font-size: 30px;
}

.tc .text {
    text-align: center;
}

.tc .line {
    left: 50% !important;
    margin-left: -32px;
}

.text>span {
    text-transform: uppercase;
    padding-right: 10px;
    background-color: #fff;
}

.tc .text>span {
    padding: 0 10px;
}

.title .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 64px;
    border-radius: 2px;
    background-color: #0089ed;
}

#idx,
#party {
    width: 950px;
    margin: 0 auto;
}

.tip {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.content {
    margin-top: 30px;
}

.content h4 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 30px;
}

.content h3 {
    text-align: center;
    color: #51b3dd;
    font-size: 25px;
}

.content p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.8;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.news-item {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #efefef;
}

.news-item a {
    padding-left: 20px;
    color: #050505;
    font-size: 18px;
    line-height: 60px;
}

.news-item a:hover {
    color: #0099cc;
}

.news-item a i {
    position: absolute;
    left: 3px;
    top: 24px;
    width: 7px;
    height: 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAdklEQVQY03WQIRbCQAwFJ9sjcIZcAa7QL+CMINGIPUBVfetiqzkCmC1iSWMiZvLy30fSWdKFZApwAl6ZMEREuPsCPN19iojtBwGasPbCsFuZYP0fSQLuwLUkIT9tm3VXI/AAbrXW2Y4AgB0BgNIC/IG9oXcGAL4flT1l1RRXgwAAAABJRU5ErkJggg==');
}



.points {
    margin: 30px auto;
    width: 1108px;
}

.points .button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.points .button .icons {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
}

.points .button.left{
    left: 0;
}
.points .button.left .icons{
	right: 5px;
	border-right-color: #fff; 
}
.points .button.right {
    right: 0;
}

.points .button.right .icons {
	left: 5px;
    border-left-color: #fff; 
}

.points .list-box {
    overflow: hidden;
    position: relative;
    height: 405px;
}
.points .list-box .list{
	height: 100%;
}

.points .item {
    float: left;
    width: 345px;
    height: 405px;
    border: 1px solid #d8d8d8;
    margin-right: 37px;
}
.points .item .img-box{
	height: 214px;
	font-size: 0;
	line-height: 0;
	background-color: #d8d8d8; 
}
.img-box img{
	width: 100%;
	height: 100%;
}
.points .item:last-child {
    margin-right: 0;
}
.points .item h4{
    margin-top: 8px;
    font-weight: normal;
    text-align:center;
}
.points .item .text {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 20px;
}