body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", serif;
    min-width: 1040px;
    font-size: 14px;
}

.content {
    width: 1040px;
    overflow: hidden;
    background-color: #fff;
    margin: -4px auto 0;
    z-index: 0;
    position: relative;
    background-color: #fff;
    padding: 0 0 40px 0;
}

.cont-left {
    float: left;
    margin-left: 30px;
}

.cont-right {
    width: 270px;
    float: right;
    margin-right: 30px;
}

/* 头条*/
.headline {
    border: 1px solid #ccc;
    border-top: 0;
    height: 260px;
}

.headline-title {
    width: 100%;
    height: 46px;
}

.border-top {
    height: 4px;
    width: 100%;
    background-color: #034884;
}

.border-top-left {
    height: 100%;
    width: 100px;
    background-color: #0A87DF;
    position: relative;
}

.border-top-left:after {
    content: "";
    height: 41px;
    width: 25px;
    background: url(../img/201703/headline-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 20px;
}

.headline-cont {
    padding: 0 0 10px 15px;
}

.headline-image {
    width: 300px;
    height: 208px;
    padding: 5px;
    background-color: #CEEAFF;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
}

.headline-image img {
    width: 100%;
    height: 100%;
}

.headline-text {
    display: inherit;
    padding: 10px;
    overflow: hidden;
}

.headline-cont a {
    width: 100%;
    text-decoration: none;
    display: block;
    cursor: pointer;
    overflow: hidden;
    color: #333;
}

/* 行业新闻 */
.cont-left-bottom > div {
    float: left;
    overflow: hidden;
}

.cont-left-bottom-left {
    width: 330px;
    margin-right: 20px;
    background: -webkit-linear-gradient(top, #fff 0, #CAEBF8 100%);
    background: -moz-linear-gradient(top, #fff 0, #CAEBF8 100%);
    background: -o-linear-gradient(top, #fff 0, #CAEBF8 100%);
    background: linear-gradient(top, #fff 0, #CAEBF8 100%);
}

.cont-left-bottom-right {
    width: 340px;
}

.item-title {
    border-bottom: 0;
}
.inform .item-title {
    height :auto;
}

.title-name {
    margin-left: 4px;
    color: #1880d6;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}

.headline .title-name {
    margin-left: 55px;
}

.item-line {
    height: 3px;
    width: 100%;
    background-color: #034884;
}

.item-line > div {
    height: 100%;
    width: 130px;
    background-color: #0A87DF;
    position: relative;
}

.inform .item-line>div {
    width: 120px;
}

.cont-left .item-line > div:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #0A87DF;
    position: absolute;
    left: 50px;
}

.item-title img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.item-title .more {
    display: block;
    float: right;
    width: 50px;
    height: 33px;
    margin-right: 20px;
    text-align: right;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    color: blue;
}

/*幻灯片*/
.swiper-box {
    width: 1040px;
    height: 375px;
    margin-bottom: 30px;
}

.swiper-news {
    width: 100%;
    height: 100%;
}

.swiper-news img {
    width: 100%;
    height: 100%;
}

.swiper-news .swiper-shade {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background: url(../img/icon/swerp-shade.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    text-align: center;
}

.swiper-news .swiper-shade p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 50px 0 0;
}

.swiper-news .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background-color: white;
    width: 33px;
    height: 7px;
    border-radius: 0;
}

/*右边部分*/
/*会员区*/
.cont-right .vipBox {
    margin-top: 37px;
    border: 1px solid #ccc;
    border-top: 3px solid #0A87DF;
    height: 212px;
    background-color: #fff;
    padding: 5px;
}

.vipBox .vip-input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.vipBox .vip-title {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff', GradientType=0);
    background: -webkit-linear-gradient(#eee, #fff);
    background: -o-linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(#eee, #fff);
    background: linear-gradient(#eee, #fff);
}

.vipBox .vip-cont {
    margin-top: 5px;
}

.vipBox .required {
    width: 200px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto 12px;
    border-radius: 2px;
    border: 1px solid #D3D4D6;
}

.vipBox .required > input {
    width: 138px;
    border: 0;
    height: 32px;
    background-color: #fff;
    text-align: center;
}

.required >div {
    width: 62px;
    height: 100%;
    float: left;
    background: -webkit-linear-gradient(top, #fff 0, #EFF6F9 100%);
    background: -moz-linear-gradient(top, #fff 0, #EFF6F9 100%);
    background: -o-linear-gradient(top, #fff 0, #EFF6F9 100%);
    background: linear-gradient(top, #fff 0, #EFF6F9 100%);
}
.required >div>img {
    width: 20px;
    margin-top: 8px;
}

.vipBox .getback-pass {
    width: 200px;
    margin: auto;
    text-align: left;
}
.btnBox {
    text-align: center;
    margin-top: 12px;
}
.btnBox a {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.loginBtn {
    color: #000;
    background: -webkit-linear-gradient(top, #F3F9FD 0, #D7D9DD 100%);
    background: -moz-linear-gradient(top, #F3F9FD 0, #D7D9DD 100%);
    background: -o-linear-gradient(top, #F3F9FD 0, #D7D9DD 100%);
    background: linear-gradient(top, #F3F9FD 0, #D7D9DD 100%);
    border: 2px solid #E3E7EB;
}
.loginBtn:hover{
    background: -webkit-linear-gradient(top, #cde7fb 0, #0487e3 100%);
    background: -moz-linear-gradient(top, #cde7fb 0, #0487e3 100%);
    background: -o-linear-gradient(top, #cde7fb 0, #0487e3 100%);
    background: linear-gradient(top, #cde7fb 0, #0487e3 100%);
    border: 2px solid #048EEA;
    color: #fff;
}
.regBtn {
    margin-left: 40px;
    background-color: #fff;
    border: 2px solid #D3D7E1;
    color: #000;
}
.regBtn:hover{
    border: 2px solid #048EEA;
    color: #048EEA;
}

/*登录成功信息*/
.vipBox .user-info {
    width: 598px;
    padding: 20px 20px;
    position: relative;
}

.vipBox .user-info img {
    float: left;
    width: 70px;
    height: 70px;
}

.vipBox .user-info p {
    margin: 0;
    display: block;
    height: 70px;
    line-height: 70px;
    margin-left: 80px;
}

.vipBox .user-info .huanyuanList {
    color: #069528;
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    border-bottom: 1px solid;
    cursor: pointer;
    float: right;
}

.cont-left-top {
    background-color: #fff;
}

/*行业新闻*/
.news-center {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}

.cont-left-bottom-left > div.news-center {
    height: 544px;
    background: transparent;
}

.news-info {
}

.news-picture {
    width: 100%;
    overflow: hidden;
}

.news-img {
    width: 141px;
    float: left;
    height: 101px;
    margin-left: 16px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.picture-info {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.picture-info p {
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 94%;
    margin: auto;
    line-height: 30px;
    font-size: 13px;
}

.news-center .news-info .news-cont {
    width: 100%;
    /*margin-top: 15px;*/
    overflow: hidden;
}

.news-cont ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}

.cont-left-bottom-right .news-cont ul {
    height: 191px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.cont-right-bottom  .news-cont ul {
    height: 198px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.inform .news-cont ul li {
    height:auto;
    font-size: 12px;
    line-height: 20px;
}
.news-cont ul li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    height: 34px;
    line-height: 34px;
}

.cont-left-bottom-right .news-cont ul li {
    border-bottom: 0;
    height: 31px;
    line-height: 31px;
}
.cont-left-bottom-right .news-cont ul li:nth-child(7) {
    display: none;
}

.news-cont ul li:nth-child(10){
    border-bottom: 0;
}

.news-cont ul li:nth-child(n+11) {
    display: none;
}

.news-cont ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    top: 14px;
    left: 6px;
}

.news-cont ul a {
    display: block;
    padding-left: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.news-center .news-cont ul a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 宋体;
}

.news-cont ul a:hover {
    text-decoration: underline;
    color: #165BB5;
}

.news-cont ul span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    color: #666;
}

.news-cont ul li img {
    position: absolute;
    top: 6px;
}

/*  右边部分 */

.inform {
    height: 260px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
}

.cont-right .news-center {
    border: 1px solid #ccc;
}

.cont-right .item-title {
    overflow: hidden;
}

.item-title-left {
    width: 120px;
    float: left;
    text-align: center;
    height: 39px;
    border-bottom: 1px solid #ccc;
}

.item-title-right {
    float: left;
    width: 148px;
    height: 39px;
    border-bottom: 1px solid #0984dc;
    background: -webkit-linear-gradient(left, #57CBFF 0, #0984DC 100%);
    background: -moz-linear-gradient(left, #57CBFF 0, #0984DC 100%);
    background: -o-linear-gradient(left, #57CBFF 0, #0984DC 100%);
    background: linear-gradient(to right, #57CBFF 0, #0984DC 100%);
}

.item-title-right > a {
    width: 39px;
    height: 39px;
    float: right;
    background: url(../img/201703/cont-right-more.png) center no-repeat;
    background-size: 20px;
}

.inform  .news-cont ul a {
    font-size: 12px;
    height: 40px;
    font-family: 宋体;
}