@charset "utf-8";

/* 公共样式 */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #f1f4f9;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

a:hover {
    color: #1d5cbc;
}

.none {
    display: none;
}

.block {
    display: block;
}

/* header ===========================================================================
===================================================================================== */
.header {
    width: 100%;
    height: 160px;
    background: url(1807522.png) repeat top center;
    background-size: auto 100%;
    overflow: hidden;
}
.headerCont {
    width: 100%;
    height: 160px;
    background: url(1807523.png) no-repeat top center;
    background-size: auto 100%;
    overflow: hidden;
}
.logo {
    width: auto;
    height: 96px;
    margin-top: 35px;
    display: inline-block;
}

.logo img {
    width: auto;
    height: 100%;
}

/* content ===========================================================================
===================================================================================== */

.content {
    width: 100%;
    overflow: hidden;
}

/* 当前位置 */
.locationNav {
    padding: 15px;
    font-size: 14px;
    color: #666666;
}

.locationNav a {
    color: #666666;
}

.locationNavIcon {
    /* color: #f1f4f9; */
    margin: 0 3px;
}

.locationNav a:hover {
    color: #1d5cbc;
}


.contentBox {
    height: auto;
    overflow: hidden;
    border: 1px solid #dee4ee;
    background: #ffffff url(1807524.png) no-repeat top center;
    padding: 40px;
    box-sizing: border-box;
}
.titleBox{
    width: 100%;
    height: 55px;
    text-align: center;
    margin-bottom: 40px;
}
.titleBox img{
    height: 100%;
}
.titleTips{
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    border-radius: 50px;
    font-size: 14px;
    color: #0f48aa;
}
.titleTips p{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.titleTips p::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #059ff4;
    position: absolute;
    left: 0;
    top: 4px;
}
.titleTips p:last-of-type{
    margin-bottom: 0;
}
.searchBox{
    margin-top: 30px;
    text-align: center;
}
.searchLogo{
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0b3e94;
    padding-left: 25px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.searchLogo::after{
    content: '';
    width: 15px;
    height: 20px;
    display: inline-block;
    background: url(1807526.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 13px;
}
.searchInput{
    display: inline-block;
    border: 1px solid #0b3e94;
    border-radius: 3px;
    height: 45px;
    line-height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
    vertical-align: middle;
}
.searchInput input{
    width: 680px;
    height: 43px;
    line-height: 53px;
    padding: 0 20px;
    border: 0;
    float: left;
}
.searchBtn{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #0b3e94;
    color: #ffffff;
    font-size: 14px;
    padding: 0 30px;
    float: left;
    margin: 5px;
    border-radius: 2px;
    cursor: pointer;
    border:none;
    outline: none;
}
.searchBtn:hover{
    background: #1d5cbc;
}

/* 一级国家列表  列表页 */
.countryNameList{
    margin: 30px auto;
}
.countryList{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 25px;
    box-sizing: border-box;
}
.redList{
    border-top: 4px solid #e20000;
}
.orangeList{
    border-top: 4px solid #ff7300;
}
.yellowList{
    border-top: 4px solid #f0b100;
}

.listName{
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.listName span{
    font-size: 14px;
    color: #969696;
    margin-left: 30px;
    font-weight: normal !important;
}
.redListName{
    color: #e20000;
}
.redListName::after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #e20000;
    position: absolute;
    left: 0;
    top: 10px;
}
.orangeListName{
    color: #ff7300;
}
.orangeListName::after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ff7300;
    position: absolute;
    left: 0;
    top: 10px;
}
.yellowListName{
    color: #f0b100;
}
.yellowListName::after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #f0b100;
    position: absolute;
    left: 0;
    top: 10px;
}

.tagWrap{
    margin-top: 20px;
    font-size:0;
}
.tagItem{
    width: calc((100% - 10px* 5) / 6);
    text-align: center;
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 45px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 3px;
    font-size:14px;
    align-content: center;
    vertical-align: top;
    white-space: normal;
    word-break: break-all;
    cursor: pointer;
}
.tagItem:hover{
    border: 1px solid #0b3e94;
    background: #0b3e94;
    color: #ffffff;
}
.tagItem:nth-child(6n){
    margin-right: 0;
}
/* 二级新闻列表  列表页 */
.selectCountry{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 22px;
    font-weight: bold;
    color: #0b3e94;
}
.returnList{
    float: right;
    color: #ffffff;
    background: #0b3e94;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.returnList:hover{
    background: #1d5cbc;
}
.searchList{
    margin-top: 30px;
}
.newsList{
    margin-top: 30px;
}
.searchList ul li{
    padding: 13px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
}
.newsList ul li{
    padding: 13px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
}
.colorLogo{
    display: inline-block;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

.listTitle{
    display: inline-block;
    max-width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listPublishTime{
    color: #999999;
    float: right;
    font-size: 14px;
}
/* 翻页 */
.contQueryDataPagin {
    padding: 20px 0 10px;
    text-align: center;
}
.contQueryDataPagin button {
    padding: 6px 12px;
    margin: 0 4px;
    background: #f4f4f5;
    border-radius: 3px;
    cursor: pointer;
    color: #606266;
}
#pageNumWrap {
    display: inline-block;
}
.contQueryDataPagin .active {
    background: #0b3e94;
    color: #ffffff;
}
.contQueryDataPagin .total-text {
    margin-left: 15px;
    color: #666;
    font-size: 14px;
}

/* 文章页 */
.mainName{
    padding: 40px 20px 10px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
}
.mainInfor{
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #989898;
    text-align: center;
}
.mainInfor span{
    margin: 0 10px;
}
.mainBox{
    padding: 30px 0 0;
}
.mainBox img,
.mainBox video,
.mainBox table {
    max-width: 100%;
    height: auto;
}
/* footr ===========================================================================
===================================================================================== */
.footer {
    padding: 20px 0 30px;
    text-align: center;
    color: #405d9e;
    font-size: 14px;
}

.footer p {
    margin-top: 10px;
}

.footer a {
    color: #405d9e;
    margin: 0 10px;
}

.footer span {
    margin: 0 10px;
}