@charset "utf-8";
/* css document */
.nav{width: 1200px;
    margin: 0 auto;
    background-color: #fff;}
.nav ul {
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /* height: 107px; */
    width: 1200px;
    align-items: center;
    backgournd-color: #;
    }
.nav ul li{list-style: none;float:left;width:200px;margin-right:30px;}


 .contentmiddom {
    margin: 77px 0 24px;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: #fff;
	 width:1200px;
	 margin:0 auto;
	 padding-top:30px;
}
.middomtitle {
    width: 151px;
    height: 100%;
    background-color: #c7000a;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.middomtitle p{font-size:20px;font-weight: bold;line-height:20px;height:20px;}
.middomcontent{
    width: 898px;
    /* height: 50%; */
    margin: 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.middomcontent .middomcontentp1 {
    color: #e80c2e;
    font-weight: 700;
    font-size: 20px;
    /* margin-top: -27px; */
}
.middomcontent .middomcontentp2{
    color: #333;
    font-size: 16px;
    font-weight: 300;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}
.middommore{
    width: 53px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main20230328{width:1200px;margin:0 auto;text-align:center;padding-top:50px;}


.lxfs20230328 {
    width: 1200px;
    margin: 0 auto;
    border-left: 5px solid #da4015;
    height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.lxfs20230328 a {
    font-size: 14px;
    color: #333333;
    /* font-weight: bold; */
    /* margin-left: 20px; */
    line-height: 30px;
    text-decoration: none;
}
.cgptlxfs20230328 {
    width: 1200px;
    height: 110px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 30px;
}
.cgptlxfs20230328 a {
    color: #000000;
    line-height: 110px;
    font-size: 17px;
    margin-left: 50px;
    font-weight: 100;
    margin-right: 50px;
}
.title {
    width: 1200px
    height: 40px;
    background-color: #c70000;
    margin:0 auto;
    width: 1200px;
}
.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);}
.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    background-color: #a90309;
    border-color: #f0f0f0;
}