

.contain_text{
    font-size:0.28rem;
    line-height: 0.56rem;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(102,102,102,1);
}
.contain_text span{
    color: #333
}
.contain_text img{
    width: 100%;
    height: 6.40rem;
    /* background-color: pink; */
}



/* 新增 */
/* 外围宽度 */
.warper {
    width: 100%;
    padding: 0 0.4rem;
    margin: 0 auto;
    /*font-family: Microsoft YaHei;*/
}

.connect section {
    margin-bottom: 0.4rem;
    position: relative;
}

.first {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 每个小结标题 */
.connect section .headtitle {
    font-size: 18px;
    line-height: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
    font-weight: bold;
    color: #333;
}

.connect section .headtitle.noborder {
    margin-bottom: 0;
    margin-top: 0px;

}

.connect section .headtitle>span {
    padding: 0.15rem 0;
    border-bottom: 4px solid #1d80ff;
}

/* 小结文本通用样式内容 */
.connect ul {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    color: #333333;
    font-size: 16px;
}

.bold {
    font-weight: 900;
}

.connect ul>li {
    line-height: 40px;
}

/* 下划线 */
.border-dashed {
    border-bottom: 1px dashed #afafaf;
}

/* 对称分的部分 */
.connect ul.double>li .right-content {
    float: right;
    width: 50%;
}

.connect ul.second>li {
    margin-right: 40px;
}

/*企业服务 */
.connect .etpSerbox {
    box-sizing: border-box;
    background: #f4f4f4;
    padding: 0.3rem 0rem;
    /*float: left;*/
    /*width: 31%;*/
    margin-bottom: 0.2rem;
    border: none;
}
.connect .etpSerbox:last-child {
    margin-right: 0;
}

.connect .etpSerbox .double {
    /*height: 3rem;*/
}

.connect .etpSerbox ul {
    padding: 0 0.4rem;
}

.connect .etpSerbox li {
    line-height: 30px;
}

.phone {
    line-height: 2;
    font-size: 16px;
    border-top: 1px dashed #CCCCCC;
    padding: 0.2rem 0px 0rem 0.4rem;
}
.comonbox{
    margin-bottom: 0.2rem;
}

    /* 公共技术服务 */
.comonbox h2{
    font-size:16px;
    line-height:35px;
    font-weight: normal;
    color: #333333;
    margin-top: -0.2rem;
    margin-bottom: 0.1rem;
}
/* rgba(248,248,248,1) */
.comonbox  ul{
    box-sizing: content-box;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0px;
    background:#f4f4f4;
    /*margin-right: 0.57rem;*/
}
.comonbox  ul.detail{
    /*height: 2.5rem;*/
    /*width: 4.6rem;*/
}
.comonbox  ul.phone{
    /*height: 1.2rem;*/
    padding-top: 0.25rem;
}
.comonbox  ul>li{
    line-height: 30px;
}
/* 成果转化与技术转移服务*/
.connect section .result{
    padding: 0.3rem 0.4rem 0.1rem;
    margin-bottom: 0px;
    background: #f4f4f4;
    margin-bottom: 0.2rem;
    /*width: 4.6rem;*/
}
.connect .result li{
    margin-bottom: 0.2rem;
    line-height: 2.2;
}
/* 基础服务 */
.connect .base{
    margin-top: -0.3rem;
}
.connect .base>ul.fl{
    /*width:50%;*/
    margin-top: -0.1rem;
}