123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- *{
- padding: :0;
- margin:0;
- font-family: "微软雅黑";
- text-decoration: none;
- }
- ul{
- padding:0px;
- list-style: none;
- }
- .clear {
- clear:both;
- height: 0;
- line-height: 0;
- font-size: 0;
- }
- .wrapper{
- background-image:url('../../img/homepage/bg.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- clear:both;
- overflow:hidden;
- }
- .topbar{
- width: 100%;
- height: 40px;
- /*position: absolute;*/
- /*background-color: #0b3a7d;*/
- /*opacity: .8; */
- background: rgba(11, 58, 125, 0.8);
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
- font-size: 14px;
- }
- .some{
- width: 1200px;
- margin: 0 auto;
- padding-top: 9px;
- }
- .date{
- float: left;
- color: #fff;
- }
- .sign{
- float: right;
- margin-right: 10px;
- }
- .sign a{
- color: #fff;
- margin-left:10px;
- }
- .contents{
- width: 1200px;
- margin: 0 auto;
- clear:both;
- }
- .logo{
- height: 205px;
- display: table-cell;
- vertical-align:middle;
- }
- .nav{
- height: 70px;
- text-align: center;
- line-height: 70px;
- font-size: 23px;
- }
- .nav a{
- /*background-color: #000;*/
- /*opacity: .4;*/
- background: rgba(0, 0, 0, 0.4);
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
- width: 132px;
- color: #fff;
- display: inline-block;
- border-left:1px solid #6b6c70;
- }
- .nav a:nth-child(1),.nav a:nth-child(2){
- width: 134px;
- }
- .nav a:nth-child(3){
- background-color: #215299;
- border-left:0;
- }
- /*ie*/
- .nav a:first-child,.nav a:first-child+a{
- width: 134px;
- }
- .nav a:first-child{
- /*background-color: #215299;*/
- border-left:0;
- }
- /*ie*/
- .nav a:hover{
- background-color: #215299;
- }
- .main{
- margin-top: 10px auto;
- width: 1200px;
- float:left;
- }
- .partone{
- /* height: 670px; */
- width:1220px;
- margin: 10px 0;
- float:left;
- }
- .oneleft{
- float: left;
- width: 240px;
- height: 670px;
- margin-bottom:10px;
- background-color: #fff;
- margin-right: 10px;
- font-size: 22px;
- text-align: center;
- line-height: 60px;
- }
- .oneleft li{
- height: 60px;
- width: 240px;
- border-bottom:1px dotted #215496;
- }
- .oneleft a{
- height: 60px;
- width: 240px;
- display: block;
- color: #22529a;
- }
- .oneleft li:first-child{
- background-color: #22529a;
- }
- .oneleft li:nth-child(11){
- border:none;
- }
- .oneleft li:first-child a{
- color: #fff;
- }
- .oneright{
- overflow:hidden;
- float: left;
- width: 950px;
- /* height: 670px; */
-
- background-color: #fff;
-
- font-size: 22px;
-
- }
- .circle { width:901px; }
- .circle .crtit { width: 872px; padding-bottom:15px; line-height:30px; text-align: center; font-size: 16px; font-weight: bold; color: #000000;}
- .circle .ortime { width:700px; height: 36px; line-height: 36px; background: #eeeeee; margin-left: 120px;}
- .circle .ortime .origin { padding-left: 75px; float: left;}
- .circle .ortime .time { padding-left:75px; float: left;}
- .circle .tupian { width: 400px;height: 300px; margin-left:240px; margin-top:10px; }
- .circle .txt { width: 860px ;padding-left: 45px; line-height: 30px; margin-bottom:40px; font-size: 16px; }
- .circle .txt p { margin:0; width:860px; line-height: 30px; font-size: 16px; }
- .circle .txt .txt1 { width: 780px; line-height: 32px; margin-bottom: 15px;}
- .circle .txt .txt2 { width: 780px; line-height: 32px; text-indent: 35px; margin-bottom: 15px;}
- .footer{
- clear:both;
- color: #858f9b;
- font-size: 14px;
- height: 120px;
- background: rgba(0, 0, 0, 0.4);
- margin-top: 10px;
- overflow: hidden;
- }
- .footer div{
- width: 650px;
- margin: 20px auto;
- }
- .footer p{
- float: left;
- margin-right: 24px;
- line-height: 24px;
- }
- .footer p:first-child{
- float: none;
- }
|