/*导航*/
@media screen and (max-width: 992px){
.iphone__screen{
   background:#fff;
}
.iphone_head .iphone_head-r{
   display: block;
}
.banner{
   margin-top:50px;
   overflow:hidden;
}
}

@media screen and (max-width: 1200px){
.banner .page-banner {
    width: 150%;
}

.news-tabbtn{
    width: 100%;
    padding: 0 20px;
}
.newstablist{
    width: 100%;
    padding: 0 20px;
}
.relationship-L-time{
    font-size: 22px;
}
.relationship-L-textbox .relationship-L-title{
    font-size: 16px;
	font-weight:bold
}
.relationshipcon-R .hot-newslist li a{
    font-size: 14px;
}
}

@media screen and (max-width: 768px){
.banner .page-banner {
    width: 170%;
	margin-left:-35%;
}

.newslist-con {
    margin: 25px 0px;
}
.relationship-con {
    margin: 25px auto 60px;
}
.relationshipcon-R .hot-newslist li{
     margin: 0
}
.hot-newslist{
    margin-top:15px
}
.relationship-tabbtn.nav-tabs > li > a{
	font-size: 14px;
	line-height: 30px;
}
.relationship-con .relationshipcon-L,.relationship-con .relationshipcon-R{
    width:100%;
}
.relationship-L-time{
    font-size: 18px;
}
.relationship-L-textbox .relationship-L-title{
    font-size: 16px;
	font-weight:normal
}
.relationship-L-imgbox {
    width: 15%;
}
.relationship-L-textbox {
    width: 82%;
}
.relationship-L-list li {
    margin-bottom: 15px;
    padding-top: 15px;
}
.relationshipcon-R .hot-newstitle{
	color: #0067b6;
	margin-top:50px;
    background: transparent;
	padding-left:10px;
	border-left:2px solid #0067b6;
	text-align:left;
}
.relationshipcon-R .hot-newsimg{
    display:none;
 }

.relationshipcon-R .hot-newslist li a {
    font-size: 16px;
}
}


