@charset "utf-8";
.content{ margin-top:2%; width:1024px; margin-right:auto; margin-left:auto; overflow:hidden; }
.content .content_photo1,.content_photo2{ width:200px; height:125px; float:left;  background-color: orange;}
.content img{ display:block; width:100%; height:100%;}
.content .content_text{width:800px; float:right; }
.content h1{font-size:16px; font-weight: normal;font-family: "Microsoft YaHei"; color:#323232;}
.content p{ font-size:10px; color:#646464; margin-top:10px;}
.content h2{ font-size:12px; color:#646464; font-weight:normal; line-height:1.6; margin-top:10px;}
.content .button{ float:right;}
.content input{ width:100px; height:30px; text-align:center; background-color:#487afa; color:#ffffff;border-radius: 2px; outline:medium; border:none; cursor:pointer;}
.content input:hover{ background-color:#8c8d87;}