/*
 * 机构
 * autor: qianyuitng
 * date: 2021-10-13
 */

@charset "UTF-8";

.list {
    margin-left: -50px;
}


.title1{
	text-align:center;
	font-size:18px;
	    color: white;
    font-weight: 700;
    padding-top: 30px;
	
}
.title2{
	    width: 80%;
    margin: 0 auto;
	font-size:12px;
	color: white;
    font-weight: 700;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}
.title3{
	height:24px;
	line-height:24px;
}
.bg1{
    display: block;
   
    background: url("../images/bg1.png") center center no-repeat;
	width:270px;
height:114px;}
.bg2{
    display: block;
   
    background: url("../images/bg2.png") center center no-repeat;
	width:270px;
height:114px;}
.bg3{
    display: block;
   
    background: url("../images/bg3.png") center center no-repeat;
	width:270px;
height:114px;}


.item {
  position: relative;
    width: 228px;
    height: 65px;
    margin-left: 50px;
    margin-bottom: 40px;
    box-sizing: border-box;
	padding-top: 20px;
}


.item:hover {
    box-shadow: 0 0 13px rgba(80, 84, 91, 0.29);
}

.item1 {
  position: relative;
   /* width: 228px;
    height: 65px;*/
    margin-left: 13px;
    margin-bottom: 20px;
   
    box-sizing: border-box;
}


.item1:hover {
    box-shadow: 0 0 13px rgba(80, 84, 91, 0.29);
}

.item-logo {
    display: block;
    height: 100%;
    line-height: 28px;
    font-size: 20px;
    -webkit-text-size-adjust: none;
    text-align: center;
	color:#0063da;
	font-weight:700;
}

.item-logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.detail-wrap {
    display: none;
    position: relative;
    width: 520px;
    padding: 30px 12px 12px;
    box-shadow: 0 0 25px rgba(27, 85, 188, 0.16);
    background-color: #fff;
    box-sizing: border-box;
}

.detail-close {
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    width: 30px;
    height: 30px;
    background: url("../images/subpage/agency_close.png") center center no-repeat;
    cursor: pointer;
}

.detail-main {
    padding: 25px 20px;
    box-shadow: 0 0 25px rgba(27, 85, 188, 0.16);
}

.detail-item {
    line-height: 20px;
    padding: 3px 0;
    font-size: 16px;
    color: #333;
}

.detail-name {
    position: relative;
    width: 80px;
    padding-right: 10px;
    box-sizing: border-box;
}

.detail-name:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "：";
}

.detail-cont {
    width: calc(100% - 80px);
}

.layui-layer .detail-wrap {
    display: block;
}

.layui-layer.layer-tooltip .layui-layer-content {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}