@charset "utf-8";
/****reset style*****/

.abt-box-tab {
    width: 240px;
    float: left;
    min-height: 800px;
    background: url(../images/left-top.png) top no-repeat,url("../images/left-bott.png") bottom no-repeat;
    box-shadow: 0 0 15px #f1f1f1;
    background-color: #fff;
    margin-right: 14px;
}

.abt-box-tab li {
    width: 216px;
    height: 68px;
    /* background: url(../images/d-arr-right.png) center no-repeat; */
    line-height: 68px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
    margin: 0 auto;
}

.abt-box-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/d-nav-arr.png) center right 14px no-repeat;
    color: #666666;
    font-size: 20px;
    padding-left: 24px;
    font-weight: normal!important;
    border-radius: 6px;
}

.abt-box-tab li span {
    font-size: 33px;
    color: #091928;
    vertical-align: bottom;
    margin-right: 36px;
}

.abt-box-cont {
    float: right;
}

.abt-box-tab li.current a {
    background: url(../images/h-nav-arr.png) center right 14px no-repeat;
}

.abt-box-tab li.current a {
    color: #3364a8;
    background-color: rgba(255,255,255,0.65);
}

.abt-box-tab li.current a span {
    color: #d1353b;
}

.retop {
    text-align: right;
    padding-right: 50px;
    margin-top: 100px;
}

.foot{
    margin-top: 240px;
}


.news-title {
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.news-title h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 48px;
    margin-bottom: 20px;
}

.news-title .sources {
    font-size: 28px;
}

.news-content p {
    font-size: 22px;
    font-weight: normal!important;
    line-height: 34px;
    letter-spacing: 1px;
    text-indent: 3em;
    color: #333333;
}

.news-content p b {
    color: #3364a8;
}

.intro-box {
    padding-top: 40px;
    background: url(../images/cont-bg2.png) left top repeat-x;
}

.main-cont {
    width: 1042px;
    float: right;
    box-shadow: 0 0 15px #f1f1f1;
    padding: 70px;
    background: #fff;
}

.main-box:after {
    content: "";
    clear: both;
    display: block;
}

.main-box {
    width: 1296px;
    margin: 42px auto;
    margin-top: 0;
    display: flex;
}

.tab-title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.news-title .sources span {
    font-weight: normal!important;
}

/*list*/
.caselist-box li {
    height: 96px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
    padding-top: 5px;
    background: url("../images/d-arr-right.png") center right no-repeat;
}
.caselist-box li a {
    /* padding: 35px 80px; */
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    display: block;
    /* border: 1px solid #a4a3a3; */
    /* padding-right: 200px; */
    color: #adadad;
    font-size: 24px;
}

.case-title h3 {
    font-size: 22px;
    color: #3364a8;
    margin-bottom: 30px;
}

.caselist-box li a h3 {
    font-size: 24px;
    color: #333;
}

.caselist-box li a p {
    font-weight: normal!important;
}

.caselist-box li:hover{
    border-bottom: 2px solid #80a5ca;
    background: url("../images/h-arr-right.png") center right no-repeat;
}


.table-box {
    margin: 12px 0;
}

.table-box .t-h {
    font-size: 35px;
    color: #3364a8;
    text-align: center;
}

.table-box td {
    font-size: 20px;
    font-weight: normal!important;
    color: #0c0c0c;
}

.main-cont2 {
    width: 100%;
}

.main-cont2 .news-title h1 {
    font-size: 28px;
}


