﻿/* CSS Document */

.livesearch{ width:600px; height:50px; margin:140px auto 70px auto;}
.livesearch input[type="search"]{ display:block; float:left; width:550px; height:50px; padding:10px; border:1px solid #462d36; outline:none; font-size:20px; color:#333333; font-family:"微软雅黑";}
.livesearch input[type="button"]{ display:block; float:left; width:50px; height:50px; border:none; outline:none; background-image:url(../Image/zoom_z0.png); background-size:cover; background-repeat:no-repeat; cursor:pointer;}
.livesearch input[type="button"]:hover{ background-image:url(../Image/zoom_z1.png);}
.livesearch input[type="button"]:active{ background-image:url(../Image/zoom_z0.png);}


.dajiaoshi{ width:1300px; margin:20px auto; background-color:#FFFFFF; overflow:hidden;}
.tab{ width:1240px; margin-top: 60px;    margin-left: 40px; overflow:hidden;}
.tab li{ float:left; font-size:20px; color:#462d36; line-height:40px; margin:20px 30px 20px 10px; cursor:pointer; border-bottom:solid 2px #FFFFFF;}
.tab li:hover{ border-bottom:solid 2px #462d36;}
.tab p{ float:right; font-size:18px; color:#AAAAAA; line-height:40px; margin:20px 10px 20px 30px; cursor:pointer;}

.tab p.current { color: rgb(70, 45, 54);}
.tab p.normal { color: #AAAAAA; }

.tab .current { border-bottom-color: rgb(70, 45, 54); }
.tab .normal { border-bottom-color: rgb(255, 255, 255);}


.list{ width:1240px; margin:0 auto; overflow:hidden;}
.list li{ width:290px; float:left; margin:0 10px 20px 10px;}
.list li:hover{ background-color:#F0F0F0;}
.list img{ width:290px; height:200px;}
.list h3{ font-size:18px; color:#333333; line-height:40px; margin-top:10px; width:280px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list h4{ font-size:18px; line-height:30px; float:left; margin:0px; width:260px; overflow:hidden;}
.list p{font-size:18px; line-height:30px; float:right; width:60px;}
.list h4{ color:#333333;}
.list p{ color:#d81e06;}


