/* 博客项目样式 */
html,body,p,ul,li,h1,h2,h3,h4,h5,h6,input {
margin: 0;
padding: 0;
}
html,body {
width: 100%;
/*height: 100%;*/
/*overflow: hidden;*/
}
body {
    background-color: #E6E6E6;
}
.layout {
    width: 1040px;
    margin: 40px auto;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.3);
}
.layout_content {
    width: 960px;
    margin: 20px auto;
}
.title {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #515151;
    font-weight: 700;
}
.tips {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #757575;
}
.type {
    height: 40px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    margin: 25px 0;
}
.type_li {
    list-style-type: none;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
}
.type_li a {
    text-decoration: none;
    font-size: 14px;
    color: #6A6A6A;
}
.type_li a:hover {
    color: #000000;
}
.type_li .type_li_selected {
    font-size: 16px;
    font-weight: 700;
}
.content { 
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.left {
    width: 625px;
}
.content_li {
    border-top: 1px solid #EDEDED;
}
.content_li:first-child {
    border-top: none;
}
.content_li_title {
    margin-top: 20px;
    max-height: 60px;
    line-height: 30px;
}
.content_li_title a {
    text-decoration: none;
    font-size: 20px;
    color: #3B7397;
}
.content_li_title a:hover {
    color: #1A3545;
}
.content_li_content {
    margin: 20px 0;
    padding: 0 10px;
    /*width: 625px;*/
    max-height: 300px;
    overflow: hidden;

    /*display:block;word-break: break-all;word-wrap: break-word;*/
    /*overflow: auto;*/  /* 开启滚动条 */

    line-height: 30px;
    font-size: 16px;
}
.content_li_tips {
    height: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777777;
    margin-bottom: 20px;
}
.right {
    width: 255px;
}
.search {
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.search input {
    width: 200px;
    height: 28px;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}
.search button {
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}  
.wechat {
    width: 215px;
    margin: 20px 0;
}
.wechat_title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
}
.wechat_img {
    width: 215px;
    height: 215px;
}
.wechat_img img {
    width: 100%;
    height: 100%;
}
.hot {
    width: 250px;
}
.hot_title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
}
.hot_ul {

}
.hot_ul_li {
    list-style-type: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #757575;
    margin: 5px 0;
}
.hot_ul_li a {
    color: #757575;
}
.hot_ul_li a:hover {
    color: #757575;
}
.content_info {

}
.info_title {
    line-height: 30px;
    font-size: 20px;
    color: #444444;
    margin: 10px 0;
}
.info_tips {
    height: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777777;
}
.info_content {
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
}
.bottom {
    width: 100%;
    border-top: 1px solid #EDEDED;
    margin: 20px 0;
}
.bottom-content {
}
.beian {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}
.beian a {
    font-size: 12px;
    color: #939393;
}
.beian img {
    height: 18px;
    margin: 0 3px 0 20px;
}