123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .newsPages-w{
- width: 100%;
- display: inline-block;
- }
- .newContent {
- width: 100%;
- padding: 12px 0;
- display: inline-block;
- border-bottom: 1px solid #aba9a9;
- }
- .imgNew-w {
- width: 100%;
- height: 200px;
- overflow: hidden;
- }
- .imgNew-w img {
- width: 100%;
- /* height: 200px;*/
- }
- .content {
- width: 100%;
- text-align: right;
- }
- .content h1{
- font-size: 18px;
- color: #036b63;
- cursor: pointer;
- }
- .content p {
- color: #9c8565;
- font-size: 16px;
- margin: 0px 0;
- cursor: pointer;
- }
- .content p span {
- color: red;
- font-weight: bold;
- }
- .englishContent-w {
- direction: ltr;
- padding: 40px 0;
- }
- .englishContent-w h1 {
- font-size: 20px;
- color: #888;
- }
- englishContent-w p {
- color: #bda380;
- font-size: 18px;
- margin: 10px 0;
- cursor: pointer;
- }
- .contentPage-w {
- width: 95%;
- display: block;
- border-top: 0;
- margin: 0 auto;
- margin-bottom: 20px;
- padding: 10px 20px;
- background: rgba(255, 255, 255, 0.5);
- }
|