12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .newsPages-w{
- width: 100%;
- display: inline-block;
- }
- .newContent {
- width: 100%;
- padding: 20px 0;
- display: inline-block;
- border-bottom: 1px solid #ccc;
- }
- .imgNew-w {
- width: 100%;
- height: 200px;
- }
- .imgNew-w img {
- width: 100%;
- height: 200px;
- }
- .content {
- width: 100%;
- text-align: right;
- }
- .content h1{
- font-size: 20px;
- color: #888;
- }
- .content p {
- color: #bda380;
- font-size: 18px;
- margin: 10px 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);
- }
|