.banner{
    width: 180rem;
    height: 30rem;
    margin: 0 auto;

}
.banner img{
    width: 100%;
    height: 100%;
    border-radius: 3rem;
}
.til {
    width: 100%;
    height: 520px;
    /* background-color: rgb(92, 13, 13); */
}

.tille {
    width: 1200px;
    height: 100%;
    /* background-color: white; */
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}

.tille1 {
    width: 45%;
    height: 100%;
    float: left;
    /* background-color: yellow; */
}

.tille1>img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.tille2 {
    width: 48%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* flex-wrap: nowrap; */
    /* background-color: rgb(14, 168, 53); */
}

.tille2>h1 {
    font-size: 25px;
    margin: 10px 0;
}

.tille2>p {
    color: #333;
    font-size: 1.4rem;
    /* line-height: 200%; */
}

.tille2 div a {
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-top: 20px;
    margin-right: 50px;
    background-color: rgb(255, 132, 0);
    border-radius: 15px;
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
    /* color: white; */
    transition: all .1s ease-in;
}

.tille2 div a:hover {
    box-shadow: 2px 2px 10px #c52727;
}
.con{
    width: 140rem;
    margin: 0 auto;
    padding: 6rem;
    box-sizing: border-box;
    background-color: rgb(250, 250, 250);
    border-radius: 2rem;
    margin-bottom: 3rem;
}

.con-til{
    width: 100%;
    justify-content: space-between;
    display: flex;
    /* background-color: turquoise; */
}

.con-til2{
    width: 45%;
    height: 100%;
    padding: 3rem;
    box-sizing: border-box;
    border-radius: 2rem;
    background-color: rgb(250, 250,250);
}
.con-til2 h2{
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgb(42, 156, 221);
}
.con-til2 p{
    line-height: 5rem;
    font-size: 1.4rem;
}
.con-text{
    width: 100%;
    height: auto;
    padding: 3rem 3rem 4rem 3rem;
    box-sizing: border-box;
    /* background-color: yellow; */
    border-bottom:1px dotted red ;
}
.con-text h2{
    color: rgb(42, 156, 221);
    font-size: 2.4rem;
}
.con-text p{
    font-size: 1.4rem;
    line-height: 2.8rem;
    height: auto;
    padding: 3rem 0;
}
/* 分页 */
.lianxi{
    width: 100%;
    height: 5rem;
    margin: 0 auto;
    display: flex;
    margin-top: 3rem;
    font-size: 1.4rem;
    border: 1px solid gainsboro;
    /* background-color: rgb(255, 132, 0); */
}
.p1{
    width: 40%;
    height: 100%;
    padding: 0 2rem;
    line-height: 5rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    /* background-color: rgb(42, 156, 221); */
}
.p2{
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: 5rem;
    box-sizing: border-box;
    border-left:1px solid gainsboro;
    border-right:1px solid gainsboro;
    cursor: default;
    /* background-color: rgb(42, 156, 221); */
}
.p3{
    width: 40%;
    height: 100%;
    line-height: 5rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 0 2rem;
    overflow:hidden;
    /* background-color: rgb(42, 156, 221); */
}
.lianxi p a:hover{
    color: red;
}