
            .main-tit-11 {
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #fff;
            line-height: 4rem;
            background:  #3c746b;
            border-bottom: 1px solid #FA756E;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            }
    

        .m2-info-list-content-2 {
            margin-bottom: 1.3rem;
        } 
.m2-info-list-content-2 a {
            display: block;
        } 
.m2-info-list-content-2 dl {
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 2px;
            padding: 1.2rem 3%;
            position: relative;
            overflow: hidden;
        } 
.m2-info-list-content-2 a:nth-last-child(2) dl {
            border-bottom: 0;
        } 
.m2-info-list-content-2 dt {
            float: left;
            display: block;
            width: 35%;
            margin-right: 1rem;
        } 
.m2-info-list-content-2 dt img {
            display: block;
            float: left;
            width: 100%;
        } 
.m2-info-list-content-2 dd {
            padding-right: 1.3rem;
            overflow: hidden;
        } 
.m2-info-list-content-2 dd h3 {
            height: 1.8rem;
            font-size: 1.3rem;
            font-weight: bold;
            line-height:1.8rem;margin-bottom:0.2rem;
            overflow: hidden;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        } 
.m2-info-list-content-2-desc {
            height:3.6rem;
            font-size:1.2rem;
            line-height:1.8rem;
            overflow: hidden; 
        } 
.m2-info-list-content-2 dd span {
            display: block;
            width: 1.1rem;
            height: 1.1rem;
            position: absolute;
            top: 4.5rem;
            right: 3%;
            border-top: 0.3rem solid #aaa;
            border-right: 0.3rem solid #aaa;
            width: 1.1rem;
            height: 1.1rem;
            box-sizing: border-box;
            z-indx: 10;
            -moz-transform: rotate(45deg);
            /*角度45度，针对火狐浏览器写的兼容*/
            -o-transform: rotate(45deg);
            /*角度45度，针对欧朋浏览器写的兼容*/
            -webkit-transform: rotate(45deg);
            /*针对苹果浏览器写的兼容*/
            transform: rotate(45deg);
        }
    


    
