123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- .research-interests {
- background-color: #005389F5;
- }
- .research-interests .head {
- height: 180px;
- background-image: url(../../images/version2/index/research-interests-head.png);
- background-size: 28% 100%;
- background-repeat: no-repeat;
- font-size: 40px;
- color: #fff;
- }
- .research-interests .head .body-container {
- height: 100%;
- display: flex;
- align-items: center;
- }
- .research-interests .head .body-container .title {
- width: 640px;
- text-align: justify;
- }
- .research-interests .research-interests-content {
- padding: 120px 0;
- }
- .research-interests .research-interests-content .body-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- }
- .research-interests .research-interests-content .body-container .item {
- width: 50%;
- padding-right: 50px;
- box-sizing: border-box;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 50px;
- }
- .research-interests .research-interests-content .body-container .item:nth-child(2n) {
- padding-right: 0;
- padding-left: 50px;
- }
- .research-interests .research-interests-content .body-container .item:nth-child(1),
- .research-interests .research-interests-content .body-container .item:nth-child(2) {
- margin-top: 0;
- }
- .research-interests .research-interests-content .body-container .item .logo {
- width: 100px;
- height: 76px;
- }
- .research-interests .research-interests-content .body-container .item .logo img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .research-interests .research-interests-content .body-container .item .info {
- width: 478px;
- height: 76px;
- flex: 1;
- background-image: url(../../images/version2/index/research-interests-bg.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- text-indent: 30px;
- line-height: 76px;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .research-interests .research-interests-content .body-container .item .info a {
- font-size: 18px;
- color: #fff;
- }
- .research-interests .research-interests-content .body-container .item .info:hover a {
- color: #E0620D;
- text-decoration: underline;
- }
- .new_center {
- background-image: url(../../images/version2/index/newsBg.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- padding-bottom: 100px;
- }
- .new_center .body-container .head {
- height: 194px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .new_center .body-container .head .title {
- color: #E0620D;
- font-size: 40px;
- font-weight: bold;
- position: relative;
- }
- .new_center .body-container .head .title::after {
- display: block;
- content: "";
- position: absolute;
- width: 199px;
- height: 52px;
- top: 26px;
- left: 0;
- z-index: 9999;
- background-image: url(../../images/version2/index/NEWS.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- .new_center .body-container .head .more {
- width: 122px;
- height: 30px;
- line-height: 30px;
- background-image: url(../../images/version2/index/news_more.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- text-align: center;
- }
- .new_center .body-container .head .more span {
- position: relative;
- }
- .new_center .body-container .head .more span::after {
- display: block;
- content: "";
- width: 20px;
- background-color: #333;
- height: 1px;
- position: absolute;
- left: 100%;
- top: 50%;
- margin-left: 3px;
- }
- .new_center .body-container .head .more span a {
- color: #333;
- font-size: 14px;
- }
- .new_center .body-container .head .more:hover {
- background-image: url(../../images/version2/index/news_more_hover.png);
- }
- .new_center .body-container .head .more:hover span a {
- color: #fff;
- }
- .new_center .body-container .head .more:hover span::after {
- background-color: #fff;
- }
- .new_center .body-container .news_content {
- display: flex;
- justify-content: space-between;
- }
- .new_center .body-container .news_content .new_card img {
- width: 600px;
- height: 398px;
- display: block;
- }
- .new_center .body-container .news_content .new_card .info {
- width: 600px;
- height: 132px;
- color: #333;
- background-color: #fff;
- padding: 34px 0 0 40px;
- position: relative;
- box-sizing: border-box;
- }
- .new_center .body-container .news_content .new_card .info::after {
- display: block;
- content: "";
- position: absolute;
- width: 4px;
- height: 70%;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- background-color: #ED6D17;
- }
- .new_center .body-container .news_content .new_card .info .time {
- font-size: 16px;
- line-height: 22px;
- }
- .new_center .body-container .news_content .new_card .info .message {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- line-height: 28px;
- margin-top: 12px;
- }
- .new_center .body-container .news_content .new_card .info .message a {
- color: #333;
- font-size: 16px;
- }
- .new_center .body-container .news_content .new_card .info .message a:hover {
- color: #E0620D;
- text-decoration: underline;
- }
- .new_center .body-container .news_content .new_list_container .item {
- width: 500px;
- height: 76px;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- padding: 8px;
- box-sizing: border-box;
- background-color: #E2D8CF;
- margin-top: 24px;
- }
- .new_center .body-container .news_content .new_list_container .item .logo .number,
- .new_center .body-container .news_content .new_list_container .item .logo .time {
- width: 66px;
- height: 30px;
- background-color: #ED6D17;
- font-size: 18px;
- font-weight: 600;
- color: #fff;
- text-align: center;
- line-height: 30px;
- }
- .new_center .body-container .news_content .new_list_container .item .logo .time {
- background-color: #005389;
- font-size: 12px;
- }
- .new_center .body-container .news_content .new_list_container .item .info {
- flex: 1;
- line-height: 22px;
- padding: 16px;
- }
- .new_center .body-container .news_content .new_list_container .item .info a {
- font-size: 14px;
- color: #333;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .new_center .body-container .news_content .new_list_container .item .info a:hover {
- color: #E0620D;
- }
|