123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- @charset "utf-8";
- .newsdetail-content{
- margin: 0 auto;
- width: 1280px;
- height: 1023px;
- background: url(../../images/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .newsdetail-body{
- width: 100%;
- height: 876px;
- }
- .newsdetail-body-top{
- padding-top: 176px;
- padding-bottom: 20px;
- width:1100px;
- margin: 0 auto;
- }
- .body-top-left{
- float:left;
- width:890px;
- text-align: center;
- padding: 35px 0px 0px 0px;
- }
- .top-left-title{
- display:inline-block;
- font-family: "MicrosoftYaHei";
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 60px;
- letter-spacing: 0px;
- color: #ffffff;
- }
- .top-left-tip{
- font-family: "MicrosoftYaHei";
- width: 100%;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- /* line-height: 90px;*/
- letter-spacing: 0px;
- color: #2484d8;
- }
- .top-left-tip td{
- text-align: center;
- }
- .body-top-right{
- float:right;
- width:210px;
- padding: 15px 0px 0px 0px;
- }
- .top-right-btn{
- padding: 28px 0px;
- float: right;
- margin-top: 12px;
- background: none;
- border: none;
- background-image: url(../../images/company/company-backbth-bg.png);
- background-repeat: no-repeat;
- outline: none;
- width: 210px;
- height: 95px;
- font-family: "MicrosoftYaHei";
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- text-align: center;
- }
- .top-right-btn a{
- color: #ffffff;
- }
- .newsdetail-body-content{
- width:1100px;
- margin: 0 auto;
- height:350px;
- overflow-y: auto;
- box-shadow: 0px 5px 10px 0px #01326f;
- border: solid 2px #0e58d6;
- }
- .newsdetail-body-content::-webkit-scrollbar {/*滚动条整体样式*/
- width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 15px;
- }
- .newsdetail-body-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
- border-radius: 8px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #0482d0;
- }
- .newsdetail-body-content::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 8px;
- background: #fff;
- }
- .body-content-info{
- width:1000px;
- margin: 0 auto;
- padding:30px 0px;
- }
- .content-info-top{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 35px;
- letter-spacing: 0px;
- color: #92ccff;
- display: inline-block;
- padding-bottom: 30px;
- border-bottom:2px solid #0e58d6;
- box-shadow: 0px 15px 13px -10px #01326f;
- }
- .content-info-bottom{
- color: #92ccff;
- }
- .content-info-bottom span{
- font-size:20px !important;
- }
- .content-info-bottom a{
- color:#92ccff !important;
- }
- .content-info-bottominfo{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 35px;
- letter-spacing: 0px;
- color: #92ccff;
- }
- .newsdetail-body-bottom{
- width:1000px;
- margin: 0 auto;
- padding: 38px 0px;
- }
- .newsdetail-body-bottom span,.newsdetail-body-bottom a{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 60px;
- letter-spacing: 0px;
- color: #f6901e;
- }
|