@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}
.jump-font{
    font-size: 1rem;
    color: #373737;
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
    float: left;
    padding-left: 1rem;
}
.jump-font:nth-of-type(1){
    margin-left: 1.5rem;
}
.m-style span:not(.jump-font) {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #fff;
}

.m-style .active {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #E60213;
    color: #fff;
    font-size: 1rem;
   /* border: 1px solid #e91e63;*/
}

.m-style a {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
   /* border: 1px solid #ebebeb;*/
    color: #373737;
    font-size: 1rem;
}

.m-style a:hover {
    color: #fff;
    background: #E60213;
    text-decoration:none
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 1rem;
    font-weight: bold;
    /*margin-left: 1rem;*/
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 2.88rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 1rem;
}


/*集团架构*/
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 1.25rem;
    overflow: hidden;
    font-family: "微软雅黑", frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
    line-height: 2.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.jtjg-title {
    font-size: 26px;
    color: #041429;
    letter-spacing: 0.07rem;
    line-height: 2.63rem;
    margin-top: 2.25rem;
}

.jtjg-box {
    background: rgba(183, 183, 183, 0.08);
    margin-top: 1rem;
    margin-bottom: 2.25rem;
}

.news-list-right {
    font-size: 16px;
    color: #7D8286;
    letter-spacing: 0.06rem;
    line-height: 2.31rem;
    width: calc(100% - 12rem);
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.13rem;
}
.news-list-first-right{
    display: inline-block;
    margin-left: 1.69rem;
    max-width:  calc(100% - 11.31rem);
    width: 62%;
}
.news-list-first-right-1{
    line-height: 3.13rem;
    font-weight: bold;
    margin-top: 0.13rem;
    font-size: 1.25rem;
    color: #041429;
    /*letter-spacing: 0.19rem;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.news-list-first-right-3{
    line-height: 1.9rem;
    margin-top: 0.4rem;
    font-size: 1rem;
    color: #8D9297;
    /*letter-spacing: 0.07rem;*/
}
@media (max-width:768px) {
    .first-list-right{
        padding-right: 0;
        padding-top:0.5rem;
        padding-left: 0.5rem;
    }
    .first-list-left-img{
        height: 17rem;
        width: 100%;
    }
}
@media (min-width:768px){
    .first-list-right{
        padding-right: 0;
        padding-top:0.5rem;
        padding-left: 2.5rem;
    }
    .first-list-left-img{
        max-width: 21.88rem;
        height: 12rem;
        width: 100%;
    }
}
.panel-body{
    text-align: left;
    font-size: 16px;
}

