﻿@charset "utf-8";
* {word-wrap: break-word;}
body {background-color:#fff;font-size:12px;font-family:"微软雅黑";}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, hr {margin: 0; padding: 0; border:0;}
table {empty-cells: show; border-collapse: collapse;}
ul li {list-style: none;}
img {border: none;}
a {text-decoration: none;}
a:hover { color:red;}
body{width: 100%;min-height:600px;background-color: #f5f5f5;margin: 0 auto;}

.header{width: 100%;height: auto;margin-bottom: 0.5rem;}
.header img{max-width: 100%;}
.header .header-top{background:url(../images/banner.jpg) no-repeat top center;height:400px}


.photoblock-many {
   margin: 0 10px 10px -4px;
   clear: both;
   width: 100%;
   text-align: center;
   font-size: 10px;
   color: #888888;
   background-color: #fff;
}



.main{width: 100%;height: auto;}
.main_content{width: 1385px;height: auto;margin:20px auto;border:1px solid #ddd;border-radius:25px;overflow:hidden;box-shadow:0 0px 10px 5px #ddd;background-color:#fff;padding:1%}
.main_content .box{width: 95%;height: auto;background-color: #eee;padding:1% 2%;margin:0 auto 1rem;border-radius: 8px;line-height:200%;font-size:15px} 

.main_content ul{ margin: 1rem auto 1.5rem;}
.main_content ul li{float:left;border:1px solid #ddd;margin:10px 5px;border-radius:10px;padding-bottom:4px}
.main_content ul li img{margin:2px auto;max-width:100%;width:318px;height:235px;}
.main_content ul li a{color: #333;display: inline-block;width: 90%;padding-left: 15px;line-height: 200%;font-size: 0.9rem;}
.main_content ul li a:hover{color: red;}

.btn-vote {
    padding: 3px 10px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
}
.btn-vote:hover {
    background: #e0e0e0;
}
.btn-vote.voted {
    background: #4CAF50;
    color: white;
    border-color: #45a049;
}
.btn-vote.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.footer{width:100%;clear:both;height:40px;line-height:40px;text-align:center;color:#fff;margin-top:10px;background: #e6000d;font-size:18px}