* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both;
}

/* -------------------正文部分------------ */
.icon-xiala {
    color: #1862B5;
    position: absolute;
    left: 15%;
    margin-top: 18px;
    margin-left: 5px;
    cursor: pointer;
}

.icon-sousuo {
    color: #1862B5;
    font-weight: bold;
}

.container {
    width: 100%;
}

.container .top-banner {
    width: 100%;
    position: relative;
}

.container .top-banner img {
    width: 100%;
}

.container .top-banner .search {
    width: 34.58%;
    height: 48px;
    border: 1px solid #115DB2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    top: 71%;
    left: 32.65%;
    background-color: rgba(255, 255, 255, .7);
}

.container .top-banner .search ul {
    width: 120px;
    height: 25px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid rgb(17, 93, 178);
    position: relative;
    display: inline-block;
    margin-top: 12px;
}

.search ul li {
    display: none;
    margin-top: -12px;
    cursor: pointer;
}

.search span {
    width: 120px;
    height: 25px;
    text-align: center;
    color: #115DB2;
    font-size: 18px;
    font-family: 'MicrosoftYaHei-Bold';
    border-left: 1px solid #115DB2;
    position: absolute;
    right: 0%;
    top: 12px;
    font-weight: bold;
}

/* .search div{
  position: absolute;
  left: 25%;
  top: 25%;
} */
.search div {
    display: none;
    width: 400px;
    height: 25px;
    font-size: 16px;
    position: absolute;
    left: 24%;
    top: 30%;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    outline: none;
}

.boss {
    display: block !important;
}

/* -----------中间部分----------- */
.container-center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.container-center .center-head {
    width: 100%;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #135EB2;
    text-align: center;
    margin: 38px 0;
    background-image: url("title.png");
    background-repeat: no-repeat;
    background-position: 0% 80%;
}

/* ---------------列表部分--------------- */
.list {
    width: 1200px;
    height: 740px;
    border: 1px solid #EAEBEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 50px;
}

.list .list-left {
    display: inline-block;
    width: 220px;
    text-align: center;
    border-right: 1px solid #EAEBEE;
}

.list .list-left .institutions {
    font-size: 18px;
    width: 220px;
    height: 73px;
    border-bottom: 2px solid #115DB2;
    line-height: 73px;
    color: #115DB2;
    font-weight: bold;
}

.list .list-left ul {
    width: 220px;
    height: 663px;
    border-top: 1px solid #115DB2;
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    overflow: auto;
}

.list .list-left ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    cursor: pointer;
    border-right: 1px solid #CFDFF0;
}

.list .weak::-webkit-scrollbar {
    width: 8px;
}

.list .weak::-webkit-scrollbar-thumb {
    background: #CFDFF0;
    border-radius: 15px;
    border: 1px solid #fff;
}

.list .weak::-webkit-scrollbar-button {
    display: block;
}

.active {
    color: #115DB2;
    background-color: rgba(95, 156, 226, 0.1);
}

.list .list-right-top {
    float: right;
    width: 979px;
    height: 74px;
    border-bottom: 1px solid #EAEBEE;
}

.list .list-right-top p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    margin-top: 28px;
}

.list .list-right-top p a {
    text-align: center;
    color: #808080;
    width: 139px;
    border-right: 1px solid #DDDDDD;
}

.list .list-right-top p a:nth-child(7) {
    border: none;
}

.work {
    color: rgb(17, 93, 178) !important;
    position: relative;
}

.work::after {
    content: "";
    display: block;
    border-bottom: 5px solid #115DB2;
    width: 30px;
    position: absolute;
    bottom: -80%;
    left: 40%;
}

/* ------------正文部分-------------- */
.list-right-bottom {
    width: 780px;
    margin: 35px;
    height: 223px;
    float: right;
    position: absolute;
    top: 17%;
    left: 19%;
}

.list-right-bottom .power {
    width: 750;
    height: 46px;
    color: #115DB2;
    font-weight: bold;
    text-align: left;
    background-image: url('little-title.png');
    line-height: 46px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    background-repeat: no-repeat;
}

.list-right-bottom .message {
    width: 100%;
    height: 135px;
    /* border: 1px solid red; */
    margin: 42px 0;
    position: relative;
}

.list-right-bottom .message img {
    width: 100px;
    height: 135px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.list-right-bottom .message .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 650px;
    position: absolute;
    top: 0%;
    left: 16%;
}

.list-right-bottom .message .name p {
    width: 650px;
    height: 34px;
    color: rgb(17, 93, 178);
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
}

.list-right-bottom .message .name span {
    color: #808080;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
}

.list-right-bottom .message .name .three {
    width: 203px;
}

.list-right-bottom .message .name .two {
    width: 203px;
}

.list-right-bottom .text {
    width: 700px;
    padding-left: 50px;
    padding-top: 50px;
    text-align: left;
    font-family: 'MicrosoftYaHei';
}

/* ----------正文最右边------------ */
.list .man {
    position: absolute;
    right: 25px;
    top: 23%;
    text-align: center;
    width: 110px;
    height: 385px;
    overflow-y: auto;
}

.list .man::-webkit-scrollbar {
    display: none;
}

.list .man li {
    width: 110px;
    height: 35px;
    background-image: url('name.png');
    background-repeat: no-repeat;
    color: rgb(153, 153, 153);
    font-weight: 300;
    background-position: 30% 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.list .man .bossd {
    color: #115DB2;
    font-size: 18px;
    font-weight: bold;
    background-image: url('nameing.png');
}

.list-right-bottom {
    display: none;
}

.all {
    display: none;
}

.select {
    display: block !important;
}

.dingzhicx {
    width: 30.58%;
    height: auto;
    border: 1px solid #115DB2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    top: 71%;
    left: 32.65%;
    background-color: rgba(255, 255, 255, .7);
}

.dzcx_l span {
    display: none;
}


.list-right-bottom img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.list-right-bottom p {
    line-height: 60px;
}

.jgzn_name, .jbxx_con {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #404040;
}

.jbxx_img {
    width: 860px;
    height: 300px;
    border: solid 1px #dddddd;
    border-radius: 10px;
}
.newStyle .container-center .center-head{
    height: 50px;
    font-size: 50px;
}
.newStyle .list .list-left .institutions{
    font-size: 32px;
}
.newStyle .list .list-left{
    width: 300px;
}
.newStyle .list .list-left .institutions{
    width: 300px;
}
.newStyle .list .list-left ul{
    width: 300px;
}
.newStyle .list .list-right-top{
    width: 890px;
    height: auto;
}
.newStyle .list .list-right-top p{
    height:  auto;
    margin-top: 0px;
}
.newStyle .list .list-right-top p a{
    height: 50px;
    width: 25%;
    font-size: 32px;
    line-height: 50px;
}
.newStyle .work::after{
    display: none;
}
.newStyle .list-right-bottom{
    top: 19%;
    left: 23%;
}
.newStyle .list .man li{
    font-size: 26px;
}
.newStyle .list .man .bossd{
    font-size: 26px;
}
.newStyle .list-right-bottom .message{
    margin-bottom: 180px;
}
.newStyle .list-right-bottom .message .name .three{
    width: 100%;
}
.newStyle .list-right-bottom .power{
    padding-left: 0;
    font-size: 32px;
}
.newStyle .list-right-bottom .message .name p{
    height: auto;
    font-size: 30px;
}
.newStyle .list-right-bottom .text{
    font-size: 30px;
    height: 175px !important;
    overflow-y: auto;
}

.newStyle .list-right-bottom .text::-webkit-scrollbar{
    display: none;
}
.newStyle .list-right-bottom img{
    display: none;
}
.newStyle .jgzn_name,.newStyle .jbxx_con{
    font-size: 30px;
}
.newStyle .list-right-bottom p span {
    font-size: 30px !important;
}
.newStyle .ks_con h2{
    font-size: 32px;
}
.newStyle .ks_con img{
    display: none;
}
.newStyle .ks_con div{
    font-size: 30px;
}
.newStyle .jgzn_con span p span{
    font-size: 30px !important;
}
.newStyle .ssxx span {
    font-size: 34px;
    width: 160px;
}
.newStyle .input-text {
    font-size: 34px;
    width: 440px;
    padding-left: 82px;
}
.newStyle .cx {
    font-size: 34px;
    line-height: 40px;
}
.newStyle .container-center .center-head {
    font-size: 50px;
    background-image: none;
    margin-bottom: 55px;
}
.newStyle .list .list-left .institutions {
    font-size: 26px;
    width: 100%;
}
.newStyle .list .list-right-top p a {
    font-size: 26px;
}
.newStyle .list .list-right-top p {
    line-height: 25px;
}
.newStyle .work::after {
    width: 50%;
    left: 22%;
}
.newStyle .list .list-left ul a {
    width: 100%;
    height: auto;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    color: #404040;
    cursor: pointer;
    text-align: left;
    border-right: 1px solid #CFDFF0;
}
.newStyle .list .list-left ul {
    width: 100%;
}
.newStyle .jgzn_name,.newStyle .jbxx_con {
    font-size: 34px;
}
.newStyle .list-right-bottom img {
    display: none;
}
.newStyle .institutions{
    font-size: 32px;
}