.top-box img {
    width: 100%;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.title {
    width: 100%;
    text-align: center;
}

.hspy-list {
    font-size: 0;
}

.hspy-item {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    margin-top: 30px;
}

.hspy-item:nth-child(2n) {
    margin-right: 0%;
}

.hspy-item-content {
    text-align: center;
    margin-top: -30px;
    position: relative;
}

.hspy-item-content-title {
    padding: 0 80px;
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    color: #C62626;
    text-align: left;
    text-overflow :ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hspy-item-content-text {
    width: 100%;
    padding: 0 80px;
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
}

.fen-box {
    background-color: #FCF9F9;
    padding: 50px 0;
}

.list-box {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.list-left {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
}

.list-right {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
}

.fen-item {
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.item-dian {
    width: 5px;
    height: 5px;
    background-color: #E87575;
    position: relative;
    top: 22.5px;
    display: inline-block;
    vertical-align: top;
}

.item-text {
    font-size: 18px;
    padding-left: 15px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.container{
    width:1200px;margin:0 auto;
}
.foot {
    background: #015293;
    padding-top:30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.foot a,.foot{color:#fff;}
.foot-1,.foot-2,.foot-3,.foot-4,.foot-5,.foot-6{
    float: left;
}
.foot-1{
    width:498px;
}
.foot-1 a{
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}
.foot-2{
    width: 250px;
    margin-left: 10px;
}
.foot-2 p{
    margin-bottom: 15px;
}
.foot-3{
    margin-left: 30px;
}
.foot-4{
    padding: 0 30px;
    border-right: 1px solid #5483ae;
}
.foot-5{
    text-align: center;
    margin-left: 89px;
    font-size: 14px;
    line-height: 2.2;
}
.foot-6{
    text-align: center;
    margin-left: 47px;
    font-size: 14px;
    line-height: 2.2;
}
.dn{display: none;}

/* 头部按钮 */
.part-btn {
    position: absolute;
    width: 1180px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    left: 50%;
    top: 40px;
    margin: 0 0 0 -590px;
    text-align: right;
}
.top-link {
    font-size: 18px;
    font-weight: bold;
    background: #fbb727;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    float: right;
}
.wzaer {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    background: #fabe2d;
    color: white;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 800;
    float: right;
    outline: none;
    margin: 0 20px 0 0;
}

/* ipad端竖向 */
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)   
and (orientation : portrait) {  

html{ font-size:100px !important;}

*{ box-sizing: border-box;line-height: 1.5;}

body{
    font-size: 0.3rem;
    line-height: 1.5;
}

.top-box img {
    width: 100%;
}

.content-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem  0.3rem;
}

.title {
    width: 100%;
    text-align: center;
}

.hspy-list {
    font-size: 0.3rem;

}

.hspy-item {
    width: 100%;
    margin-right: 2%;
    display: inline-block;
    margin-top: 0.3rem;
}

.hspy-item:nth-child(2n) {
    margin-right: 0%;
}

.hspy-item-content {
    text-align: center;
    margin-top: 0;
    position: relative;
}

.hspy-item-content img{
  width: 100%;
  height: 5.5rem;
}
.hspy-item-content-title {
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    font-size: 0.35rem;
    font-weight: bold;
    color: #C62626;
    text-align: center;
    text-overflow :ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hspy-item-content-text {
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    top: 2.1rem;
    left: 0;
    font-size: 0.3rem;
    text-align: left;
    line-height: 2;
    color: #666;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}

.fen-box {
    background-color: #FCF9F9;
    padding: 50px 0;
}

.list-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.3rem;
    padding: 0 0.3rem;
}

.list-left {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
}

.list-right {
    width: 100%;
    margin-left:0;
    display: inline-block;
}
.list-title img{
    width: 100%;
}
.fen-item {
    width: 100%;
    line-height: 2;
    height: auto;
}

.item-dian {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E87575;
    position: relative;
    top: 0.45rem;
    display: inline-block;
    vertical-align: top;
}

.item-text {
    font-size: 0.3rem;
    padding-left: 0.3rem;
    line-height: 2;
    padding: 0.1rem 0.3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.container{
    width: 100%;
    max-width:1200px;margin:0 auto;
}
/*尾部*/
.container{
    text-align: center;
 }
 .foot{padding: 0.3rem 0.3rem 0 0.3rem;margin-top: 0.2rem;}
 .foot-1,.foot-2,.foot-3,.foot-4,.foot-5,.foot-6{width: 100% !important; display: block; margin: 0 auto; float: none !important;}
 
 .foot-1, .foot-2, .foot-3, .foot-4, .foot-5, .foot-6 {
     float: none !important;
 }
 .foot-5,.foot-6{
  display: none;
 }
 
 .foot-1 {
     display: inline-block;
     text-align: center;
     margin: 0;
 }
 .foot-1 a{
     float: none !important;
     display: inline-block;
 }
 .foot-2{
     display: inline-block;
 }
 .foot-2 p{
     color:#c0d1ec;
     text-align:0.3rem;
     font-size: 0.3rem;
 }
 .foot-2 p a img{
 float: none !important;
 position: inherit;
 }
 .foot-3{
     text-align:center;
     display: block;
 }
 .foot-2 a img{
     height: 0.3rem;
     margin-right: 0.1rem;
     position: relative;
     top: 0.08rem;
 }
 .foot-4{
     border-right: none !important;
 }
 
 .foot-2 img{
     height: 0.3rem;
     width: auto;
 }
.dn{display: none;}

/* 头部按钮 */
    .part-btn {
       display: none;
    }

}

/* iPads (landscape) 纵向----------- */  
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)   
and (orientation : landscape) {  
html{ font-size:100px !important;}
body{ min-width:320px; font-size:.3rem;}

*{ box-sizing: border-box;line-height: 1.5;}
body{
 font-size: 0.3rem;
 line-height: 1.5;
}
.top-box img {
    width: 100%;
}

.content-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem  0.3rem;
}

.title {
    width: 100%;
    text-align: center;
}

.hspy-list {
    font-size: 0.3rem;

}

.hspy-item {
    width: 100%;
    margin-right: 2%;
    display: inline-block;
    margin-top: 0.3rem;
}

.hspy-item:nth-child(2n) {
    margin-right: 0%;
}

.hspy-item-content {
    text-align: center;
    margin-top: 0;
    position: relative;
}

.hspy-item-content img{
  width: 100%;
  height: 5.3rem;
}
.hspy-item-content-title {
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    font-size: 0.35rem;
    font-weight: bold;
    color: #C62626;
    text-align: center;
    text-overflow :ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hspy-item-content-text {
    width: 100%;
    padding: 0 1rem;
    position: absolute;
    top: 2.1rem;
    left: 0;
    font-size: 0.3rem;
    text-align: left;
    line-height: 2;
    color: #666;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}

.fen-box {
    background-color: #FCF9F9;
    padding: 50px 0;
}

.list-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.3rem;
    padding: 0 0.3rem;
}

.list-left {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
}

.list-right {
    width: 100%;
    margin-left:0;
    display: inline-block;
}
.list-title img{
    width: 100%;
}
.fen-item {
    width: 100%;
    line-height: 2;
    height: auto;
}

.item-dian {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E87575;
    position: relative;
    top: 0.45rem;
    display: inline-block;
    vertical-align: top;
}

.item-text {
    font-size: 0.3rem;
    padding-left: 0.3rem;
    line-height: 2;
    padding: 0.1rem 0.3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.container{
    width: 100%;
    max-width:1200px;margin:0 auto;
}
/*尾部*/
.container{
    text-align: center;
 }
 .foot{padding: 0.3rem 0.3rem 0 0.3rem;margin-top: 0.2rem;}
 .foot-1,.foot-2,.foot-3,.foot-4,.foot-5,.foot-6{width: 100% !important; display: block; margin: 0 auto; float: none !important;}
 
 .foot-1, .foot-2, .foot-3, .foot-4, .foot-5, .foot-6 {
     float: none !important;
 }
 .foot-5,.foot-6{
  display: none;
 }
 
 .foot-1 {
     display: inline-block;
     text-align: center;
     margin: 0;
 }
 .foot-1 a{
     float: none !important;
     display: inline-block;
 }
 .foot-2{
     display: inline-block;
 }
 .foot-2 p{
     color:#c0d1ec;
     text-align:0.3rem;
     font-size: 0.3rem;
 }
 .foot-2 p a img{
 float: none !important;
 position: inherit;
 }
 .foot-3{
     text-align:center;
     display: block;
 }
 .foot-2 a img{
     height: 0.3rem;
     margin-right: 0.1rem;
     position: relative;
     top: 0.08rem;
 }
 .foot-4{
     border-right: none !important;
 }
 
 .foot-2 img{
     height: 0.3rem;
     width: auto;
 }
.dn{display: none;}

/* 头部按钮 */
    .part-btn {
       display: none;
    }

}

@media screen and (max-width:750px){

	.sjdwzz-a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #1a6eca url(old.png) no-repeat center;
    background-size: 20px;
    position: fixed;
    z-index: 998;
    bottom: 30px;
    right: 10px;
    box-shadow: 0 0 14px rgba(230,101,49,.5);
}

