@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.container{
    position: relative;
    width: 100%;
    background-color: #e5e7ea;
    margin-top: 5px;
}
.container .container-box{
    max-width: 1556px;
    width: 80%;
    margin: 0 auto;
}
.c-box-lf-title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: solid 1px #bfd3e2;
}
.c-box-lf .c-box-lf-img img{
    width: 100%;
}
.c-box-lf .c-box-lf-img span{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 7px 0 20px;
    line-height: 1.5em;
}
.c-box-lf-p li{
    list-style-type:square;
    color: #034495;
    margin-left: 12px;
}
.c-box-lf-p p{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
}
.c-box-lf-p p span{
    color: #034495;
}
.c-box-lf-p a{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
    text-decoration: none;
    cursor: pointer;
}
.c-box-lf-a li{
    margin: 18px 0 18px 12px;
}
.c-box-rt{
    display: inline-block;
    width: 77%;
    vertical-align: top;
    margin-left: 23%;
    margin-bottom: 80px;
}
.c-box-rt a:hover{
    text-decoration: underline;
}
.c-box-rt .title{
    position: relative;
    background: url(title-bg.png) no-repeat;
    height: 78px;
    line-height: 78px;
    width: 100%;
    margin-top: 27px;
}
.c-box-rt .title h3{
    font-size: 22px;
    color: #034495;
    margin: 0;
    padding-left: 20px;
}
.c-box-rt .title .title-nav{
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .title .title-nav i{
    margin: 0 5px;
}
.c-box-rt .title .title-nav span{
    font-size: 14px;
    color: #555555;
}
.c-box-rt .con{
    margin-top: 5px;
    background-color: #ffffff;
}
.c-box-rt .con2{
    background-color: #ffffff;
}
.c-box-rt .con2 .con-box{
    padding: 20px;
    margin-top: 5px;
    background: url(logo_bg.png) no-repeat 138% 0%;
}
.line1{
    margin-left: 5px;
}
.c-box-rt .con2-title{
    font-size: 21px;
    color: #000000;
    line-height: 1em;
    margin: 14px auto 50px;
}
.con2 .tab-hd span:first-child{
    margin-left: 20px;
}
.con2 .tab-con{
    padding: 0 20px;
}
.c-box-rt .con2 .tab-hd{
    width: 100%;
    height: 71px;
    background: url("../../img/news/box2_bg.jpg") no-repeat top right;
    border-bottom: solid 1px #034495;
}
.con2 .tab-hd span{
    display: inline-block;
    width: 157px;
    height: 52px;
    line-height: 52px;
    margin-top: 19px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #646060;
    cursor: pointer;
}
.con2 .tab-hd span:hover,.con2 .tab-hd span.active{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: url("../../img/news/tab-bg.png") no-repeat top left;
    border-bottom: solid 1px #fff;
}


.c-box-rt .con2 .con-box img{
	display: block;
	margin: 0 auto;
	margin-top: 131px;
	margin-bottom: 84px;
}