.nav li {
    width: 8.3%;
    height: 80px;
    border-right: solid 0px #3d424b;
    border-left: solid 0px #767b83;}
.nav li>a {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    padding: 5px 0;
    padding-top: 16px;}
.nav li>a span{
    display:block;
    font-size: 14px;
    padding-top: 8px;}
.news_right .news_title {
    margin-bottom: 0.4rem;}

.xyxwy {
    width: 100%;
    
    padding: 0rem 0.1rem 0.1rem 0.1rem;
    background: rgb(255, 255, 255);}

.xyxwy li {
    width: 100%;
    float: left;
    /* height: 0.5rem; */
    margin-bottom: 0rem;  /* height: 0.5rem; */
    margin-top: 0rem;  /* height: 0.5rem; */
    padding: 0px;
    position: relative;}

.xyxwy li p {
    /* writing-mode: lr-tb; */
    /* transform: rotatez(90deg); */
    position: absolute;
    top: 0.14rem;
    left: 10px;
    background: #15589f;
    /* margin-top: 20px;
    margin-left: 20px; */
    line-height: 30px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);}

.xyxwy li a {
    display: block;
    background: rgb(255, 255, 255, 0);
    border-top: 0px solid rgb(21, 88, 159);
    border-bottom: 2px solid rgb(21, 88, 159);
    /* margin-left: 8%; */
    /* height: 2.1rem; */
    padding: 0px;   /*20px*/
    padding-left: 120px;
    padding-right: 20px;}

.xyxwy li:nth-of-type(odd) {
    background: rgb(255, 255, 255);}

.xyxwy li:nth-of-type(even) {
    background: rgb(245, 245, 245);}

.xyxwbt {
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 1.5;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.14rem; /*0.35rem*/
    padding-bottom: 0.14rem;}
.tool{
    width:23%;
    background:#fff;
    margin-bottom: 25px;
    text-align: left;
    padding: 0.2rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;}
.tool a {
    width: 100%;
    display: flex;
    align-items: center;}
.tool img {
    display: inline-block;
    width: 72px;
    height: 72px;
    text-indent: -9999em;
    white-space: nowrap;}
.tool .tool_title{
    font-size: 32px;
    text-align: left;
    margin-left: 16px;}
.tool .tool_subtitle{
    font-size: 24px;
    text-align: left;
    margin-left: 16px;
    margin-top: 12px;
    color: grey;}
