﻿*{margin: 0; padding: 0; border: 0; font-family: '微软雅黑'; box-sizing: border-box;}
a {text-decoration: none; color: #666666;}
img {vertical-align: middle;}
ul{list-style: none;}
li{list-style: none;}
body {width: 100%;}
/* body{width: 100%; background: linear-gradient(#eef7fd,#f6f6f6);} */
.clear {clear: both;}
/*主体部分*/
.friendshipLink{box-sizing: border-box; width: 100%; margin: 0px auto; background-color: #FFFFFF; border-bottom: 0.0625rem solid #e7e7e7;}
.friendshipLink .friendshipLink_content{margin: 0px auto; border-top: 0.125rem solid #0068b7;}
/* .friendshipLink .friendshipLink_content ul{text-align: center;} */
.friendshipLink .friendshipLink_content ul:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.friendshipLink .friendshipLink_content ul li{display: inline-block; height: 2.8125rem; padding: 0px 0.9375rem;}
.friendshipLink .friendshipLink_content ul li a{display: block; width: 100%; height: 2.8125rem; line-height: 2.8125rem; font-size: 0.875rem;}
.friendshipLink .friendshipLink_content ul li a:hover{color: #015293; text-decoration: underline;}

.friendshipLink .friendshipLink_content .unLink li a:hover{color: #666666; text-decoration: none;}

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
	.friendshipLink{display: none;}
}

/* Small devices (portrait tablets and large phones, 320px and up) */
@media only screen and (min-width: 320px) {
	.friendshipLink{display: none;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.friendshipLink{display: block;}
	.friendshipLink .friendshipLink_content{width: 100%;}
} 

/* Large devices (laptops/desktops, 980px and up) */
@media only screen and (min-width: 980px) {
	.friendshipLink{display: block;}
	.friendshipLink .friendshipLink_content{width: 100%;}
} 


/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
	.friendshipLink{display: block;}
	.friendshipLink .friendshipLink_content{width: 1024px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.friendshipLink{display: block;}
	.friendshipLink .friendshipLink_content{width: 1200px;}
}
