.wrap {
    /*width: 1520px;*/
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
}
.main {
    /* background-image: url(../images/logo.png);轮播图下面的背景*/
    padding: 0px 50px;
    width: 1420px;
    margin: 0 auto;
    background-color: #f6f7f9;/*图片轮播下面div的背景*/
    font-size: 1.2rem;/**/
    font-family: "Lato",Arial,Helvetica,sans-serif;/**/
}

.main-content {
    width: 978px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-panel {
    /* margin-top:28.5px;*/
    margin: 0px 0px 0px 25px;
    width: 690px;
    height: 300px;/**/
    box-sizing: border-box;
    background-color: white;
    /* border-bottom: 4px solid #aeaeae;*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.news-panel-r {
    /* margin-top:28.5px;*/
    width: 690px;
    height: 300px;/**/
    box-sizing: border-box;
    background-color: white;
    /* border-bottom: 4px solid #aeaeae;*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.panel-title {
    border-radius: 3px;
    display: inline-block;
   /* margin: 10px 20px 5px 20px;*/
    background-color:#106470;/*很多字链接的左上角的背景色*/
    color: white;
    text-align: center;
    line-height: 2rem;
    width: 37rem;
}

.readmore {
    margin: 10px 15px 0 0;
    display: inline-block;
    text-align: right;
    color: gray;
}

.newslist {
    width: 500px;/*建设动态*/
    height: 240px;
    margin: 0 auto;
}
.boxUp{
    width: 480px;
    height: 215px;
    margin:0 auto;
    background-color: white;
}
.boxDown{
    width: 477px;
    height: 215px;
    margin:0 auto;
    background-color:#aeaeae;
}


.news-title{
    height: 30px;
    line-height: 40px;
    width:519px;/*MEAN*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 0px -10px;
    white-space: nowrap;}

.linkBox{
    height: 143px;width:500px;background-color:#ccc;
    position: relative;
}
.link-p{

    height: 80px;
    width: 400px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.p-text{
    text-align:center;
    font-size: 30px;
    color: #001e3c;
}
.marTop{
    margin-top: 26.5px;
}
.chronicle-entry{
    margin-bottom: 32px;
    
}
.tag{
    margin-bottom: 4px;
   color:#106470;
    font-size: 21px;
    font-family: freight-sans-pro-n7, freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.tag a{
    
color:#106470;
}
.tag a:hover{

    text-decoration: underline;

}
.chronicle-entry-title{
    font-size: 18px;
}
.chronicle-tower{
    border-bottom: none;
    margin: 0;
    z-index: 100;
    width:340px;

    min-height: 962px;
    padding: 24px 18px 120px;
}
.cu-tower {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin: 50px 24px 54px 0px;/*50*/
    padding: 17px 18px 18px 18px;
    border-bottom: 3px solid #009393;
    position: relative;
    text-align: center;

}



/**/