123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- body{
- &{
- -webkit-transform: translate3d(0, 0, 0) ;
- transform: translate3d(0, 0, 0);
- }
- .body-container{
- width: 1200px;
- margin: 0 auto;
- }
- .nav{
- .nav-top{
- &{
- height: 30px;
- background-color: #021622;
- font-size: 12px;
- color: #fff;
- }
- .body-container{
- &{
- height: 100%;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .tip{
- padding-right: 30px;
- }
- #needlogin{
- color: #fff;
- padding-right: 10px;
- &:hover{
- color: #E0620D;
- }
- }
- #needlogout{
- color: #fff;
- &:hover{
- color: #E0620D;
- }
- }
- }
- }
- .nav-bottom{
- &{
- background-color: #fff;
- }
- .body-container{
- &{
- height: 100px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .logo-container{
- &{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .logo{
- display: block;
- width: 100px;
- height: 100px;
- }
- .word{
- &{
- flex: 1;
- }
- .name{
- color: #213E5C;
- font-size: 24px;
- font-weight: 600;
- font-family:Source Han Sans CN ;
- }
- .name-es{
- color: #213E5C;
- font-size: 10px;
- }
- }
- }
- .side-container{
- ul{
- li{
- &:hover,&.active{
- &::after{
- display: block;
- }
- a{
- color: #005389;
- }
- }
- position: relative;
- &::after{
- display: none;
- content: "";
- position:absolute;
- bottom: -16px;
- width: 100%;
- border-bottom: 2px solid #005389;
- }
- a{
- font-size: 18px;
- color: #333;
- line-height: 1;
- }
- margin-left: 40px;
- &:first-child{
- margin-left: 0;
- }
- }
- &{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- }
- }
- }
- }
- }
- }
- .banner{
- &.common-banner{
- position: relative;
- &::after{
- width: 100%;
- height: 100%;
- display: block;
- content: "";
- left: 0;
- top: 0;
- background-color: rgba(0,0,0,0.1);
- }
- .title{
- position: absolute;
- top: 45px;
- left: 50%;
- transform: translateX(-50%);
- color: #fff;
- h3{
- font-size: 36px;
- line-height: 54px;
- font-weight: 500;
- }
- p{
- font-size: 14px;
- line-height: 22px;
- }
- }
- }
- }
- .direction-container{
- .headline{
- .body-container{
- &{
- height: 84px;
- background-color: #EEEEEE;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .title{
- font-size: 14px;
- color: #999;
- }
- .back{
- a{
- font-size: 14px;
- color: #005389;
- }
- }
- }
- }
- .direction-content{
- background-color: #fff;
- padding: 40px 0 100px 0;
- .body-container{
- &{
- display: flex;
- justify-content: flex-start;
- }
- .lf{
- &{
- width: 810px;
- }
- .title{
- font-size: 40px;
- line-height: 1;
- color: #000;
- margin-bottom: 34px;
- }
- .item{
- &{
- margin-bottom: 20px;
- }
- .article-title{
- font-size: 20px;
- font-weight: 700;
- line-height: 30px;
- color: #000;
- position: relative;
- padding-left: 20px;
- margin-bottom: 20px;
- &::after{
- content: "";
- display: block;
- width: 12px;
- height: 12px;
- background-color: #005389;
- position: absolute;
- left: 0;
- top: 9px;
- }
- }
- .article{
- font-size: 18px;
- line-height: 36px;
- color: #000;
- text-indent: 36px;
- text-align: justify;
- }
- img{
- width: 749px;
- display: block;
- margin-top: 34px;
- }
- }
- }
- .rt{
- width: 310px;
- margin-left: 80px;
- .time{
- font-size: 14px;
- color: #333;
- padding-bottom: 30px;
- line-height: 20px;
- text-align: right;
- }
- .title{
- height: 64px;
- text-align: center;
- line-height: 64px;
- background-color: #E0620D;
- color: #fff;
- background-image: url(../images/version2/direction/title.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- ul>li{
- height: 64px;
- line-height: 64px;
- color: #fff;
- border-top: 1px solid #E7E7E7;
- position: relative;
- padding-left: 10px;
- &::after{
- content: "";
- display: block;
- width: 5px;
- height: 5px;
- background-color: #005389;
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- a{
- color: #333;
- font-size: 16px;
- &:hover{
- color: #005389;
- text-decoration: underline;
- }
- }
- }
- }
- }
- }
- }
- .info-head-conatiner{
- &{
- font-size: 24px;
- line-height: 1;
- font-weight: bold;
- color: #333;
- border-bottom: 2px solid #005389;
- margin-bottom: 20px;
- }
- span{
- display: inline-block;
- border-bottom: 2px solid #005389;
- height: 100%;
- padding-bottom: 16px;
- padding-right: 30px;
- }
- }
- .zy_public-tip{
- color: #E0620D;
- font-size: 12px;
- line-height: 21px;
- padding-bottom:24px;
- text-align: justify;
- }
|