.pagination p{
    margin:0;
    cursor:pointer
}
.pagination{
    height:40px; text-align:center;
    padding:20px 0px;
}
.pagination a{
    display:inline-block;
    margin-right:10px;
    padding:2px 12px;
    height:27px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:27px;
}
.pagination a:hover{
    color:#153b96;
    background: white;
    border:1px #153b96 solid;
}
.pagination a.cur{
    border-color:#153b96;
    background:#153b96;
    color:#fff;
}
.pagination p{
    display:inline-block;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin-right:8px;
}
.pagination p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
.pagination p.pageRemark b{
    color:red;
}
.pagination p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}


/* message */
.liuyan{margin-top:0px;padding-left:0px;/* background:#f8f8f8; */}
.liuyan h2{font-size:30px;color:#333;text-align:left;}
.liuyan form{margin-top:36px;}
.liuyan input{
    width:32%;float:left;border:1px solid #E8E8E8;box-sizing:border-box;height:48px;line-height:48px;padding:0 10px;outline:0;
    margin-right: 2%;
}
.liuyan input:nth-of-type(3){margin-right:0;}
.liuyan textarea{margin-top:2%;width:100%;height:160px;line-height:25px;padding:10px;border: 1px solid #E8E8E8;box-sizing: border-box;}

.liuyan .save{width:32%;height:48px;line-height:48px;background:#153b96;color:#fff;outline:0;margin-top:2%;cursor:pointer;float:left;outline:0;border:0;}

input::input-placeholder{color:  #D1D1D1 ;} /* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #D1D1D1; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #D1D1D1; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #D1D1D1; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #D1D1D1; 
} 

.litpic{position: relative;width:100%;height:0;padding-bottom:75%;overflow: hidden;}
.hotnews .text p{margin-top:10px;}
.hotnews .text .more{margin-top:10px;}
.yunu-infocontent-body a{color:#555;}
.yunu-infocontent-body img{max-width:600px !important;}
.footer .fnav{display: flex;justify-content: space-between;}
a:hover{color:#153b96;}






@media screen and (max-width: 767px) {

.in-pro-left{display:block;width:100%;border:0;}
.in-pro-left .tit{background:unset;color:#333;height:30px;line-height:30px;}
.in-pro-left .in-lanmu{display:none;}

.liuyan h2{display:none;}
.liuyan input{width:100%;margin-bottom:2%;}
.liuyan textarea{margin-top:0;}
.liuyan .save{width:100%;}

.yunu-infocontent-body p{font-size:14px;}
.yunu-infocontent-body h2{font-size:18px;}
.yunu-infocontent-body img{max-width:100% !important;}

.pagination a{padding: 2px 10px;margin-bottom: 5px;margin-right:5px;}

.hotnews{height:auto;background:unset;margin-top:20px;}
.hotnews .img-cover{width:100%;}
.hotnews .text{width:100%;margin-top:15px;color:#333;padding:0;}
.hotnews .text .more{display:none;}
.hotnews .text p{color:#999;}
.footer .fnav{display:none;}
.footer .contact{padding-left:0;}

}