1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .news_contain {
- padding: 0 0.31rem;
- }
- .recom_li {
- display: flex;
- }
- .news_contain {
- color: #8c8b8b;
- }
- .news_cttl {
- margin-top: 0.79rem;
- padding-bottom: 0.43rem;
- border-bottom: 1px solid #E2E2E2;
- }
- .ct_title {
- line-height: 0.48rem;
- color: #3D3C40;
- text-align: left;
- font-size: 3.0em;
- }
- .news_cttl>p {
- line-height: 0.36rem;
- font-size: 2.2em;
- }
- .news_ctct p {
- margin-top: 0.56rem;
- font-size: 2.4em;
- }
- .news_ctct {
- border-bottom: 1px solid #E2E2E2;
- padding-bottom: 0.8rem;
- }
- .recom_title {
- font-size: 3.6em;
- margin-top: 0.78rem;
- padding-left: 0.21rem;
- border-left: 0.04rem solid #5EA7EC;
- color: #5ea7ec;
- }
- .recom_li {
- padding: 0.59rem 0;
- border-bottom: 1px solid #E2E2E2;
- }
- .reli_img img {
- width: 3.22rem;
- }
- .reli_right {
- padding-left: 0.25rem;
- }
- .retitle {
- font-size: 2.8em;
- color: #3d3c40;
- }
- .retime {
- margin-top: 0.5rem;
- font-size: 2.4em;
- }
- .re_nxbtn{
- width: 100%;
- height: 0.66rem;
- font-size: 2.6em;
- line-height: 0.66rem;text-align: center;
- border: solid 1px #5ea7ec;
- color: #5ea7ec;
- border-radius: 0.33rem;
- margin-top: 0.53rem;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .recom_li:last-child{
- border: none;
- }
- .news_ctct img{
- max-width: 100%;
- height: auto;
- }
|