﻿.min-center {
 width: 100%;
}
ul.ts_ul li {
 width: 33.3%;
 height: 244px;
 float: left;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 position: relative;
}

ul.ts_ul li a.posi_li_a {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
ul.ts_ul li a.title_type {
 font-size: 20px;
 font-weight: bold;
 color: #FFFFFF;
}

ul.ts_ul li a.details {
 width: 94px;
 height: 34px;
 border: 1px solid #FFFFFF;
 /* opacity: 0.9; */
 border-radius: 17px;
 text-align: center;
 line-height: 34px;
 color: #fff;
 margin-top: 40px;
}
ul.ts_ul li::after {
 content: "";
 position: absolute;
 width: 47px;
 height: 1px;
 background: #FFFFFF;
 transform: translate(-50%, -50%);
 top: 49%;
 left: 50%;
 transition: all 0.3s;
}
ul.ts_ul li.column_2 a {
 color: #333;
 border-color: #333;
}
ul.ts_ul li.column_2::after {
 background: #333;
}
ul.ts_ul li.column_1 {
 background: url(/Content/Areas/Hospitals/images/Main/ts_1.jpg) no-repeat;
 background-size: cover;
}
ul.ts_ul li.column_2 {
 background: url(/Content/Areas/Hospitals/images/Main/ts_8.jpg) no-repeat;
 background-size: cover;
}
ul.ts_ul li.column_3 {
 background: url(/Content/Areas/Hospitals/images/Main/ts_3.jpg) no-repeat;
 background-size: cover;
}
ul.ts_ul li:hover::after {
 width: 100px;
 transition: all 0.3s;
}
ul.ts_ul li:hover a.details {
 border-color: #0e53b4;
 color: #0e53b4;
}
@media only screen and (max-width: 768px){
 ul.ts_ul li {
 width: 48%;
 height: 300px;
 margin-right: 20px;
 margin-bottom: 20px;
 }
 ul.ts_ul li:nth-child(2n) {
 margin-right: 0;
 }
 ul.ts_ul li a.title_type {
 font-size: 36px;
 }
 ul.ts_ul li a.details {
 width: 168px;
 height: 61px;
 opacity: 0.9;
 border-radius: 30px;
 line-height: 61px;
 margin-top: 60px;
 font-size: 24px;
 }
 ul.ts_ul li::after {
 width: 78px;
 top: 48%;
 }
}
@media only screen and (max-width: 480px){
 ul.ts_ul li a.details {
 width: 90px;
 height: 30px;
 line-height: 30px;
 font-size: 12px;
 margin-top: 40px;
 }
 ul.ts_ul li a.title_type {
 font-size: 16px;
 }
 ul.ts_ul li {
 margin: 0 10px 10px 0;
 height: 150px;
 }
}
 